﻿@charset "utf-8";

/* ===================================================================================================
   リセット
 =================================================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
figure{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}

/* clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* ===================================================================================================
   共通
 =================================================================================================== */
html.lock, body.lock{
    height: calc(var(--window-inner-height) - 1px);
    overflow: hidden;
    box-sizing: border-box;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: 'Zen Kaku Gothic Antique', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .1em;
	font-feature-settings: "palt";
}
* {
	box-sizing: border-box;
}
@media screen and (max-width: 959px){
	body {
		font-size: 1.4rem;
	}
}

/*  共通リンク色・別ウィンドウ
-----------------------------------------------------------*/
a, a:link, a:visited {
	color: #125687;
	text-decoration: none;
}
@media screen and (min-width: 960px) {
	a:hover, a:active {
		color: #125687;
		text-decoration: underline;
	}
}
a.icon_window{
	position: relative;
	padding-right: 18px;
	background: url(/_common/images/ico-window.png) right center no-repeat;
	background-size: 13px 10px;
}

/*  コンテンツレイアウト
-----------------------------------------------------------*/
em {
	font-weight: bold;
}

/*  アイコン
-----------------------------------------------------------*/
.ic{
	direction: inline-block;
	position: relative;
	font-style: normal;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 1.8rem;
	line-height: 1;
}
.ic::before {
	font-family: 'Material Icons Round';
	content: attr(data-icon);
}
.ic.-arrow{
	font-size: 2.5rem;
}
@media screen and (min-width: 760px){
	.ic.-arrow{
		font-size: 3.5rem;
	}
}

/*  画像遅延
-----------------------------------------------------------*/
.fade img{
	opacity: 0;
	transition: 2s;
}
.fade img.lazyloaded {
	opacity: 1;
}


/*  ページトップ
-----------------------------------------------------------*/
.link_pagetop {
}
.link_pagetop a {
	background: url(/images/icon_arrow_top.gif) no-repeat left center;
	padding-left: 13px;
}

.link_more {
}
.link_more a {
	background: url(/images/icon_arrow_right.gif) no-repeat left center;
	padding-left: 13px;
}

/*  レイアウト
-----------------------------------------------------------*/
.inner{
	margin: 0px auto;
	padding: 0 5px;
	width: 100%;
	max-width: 1500px;
}

@media screen and (max-width: 959px) {
	.wrapper{
		display: flex;
		flex-direction: column;
	}
	.header, .contents, .page-wrapper, .mainvis-top{
		order: -1;
	}
}


/* ===================================================================================================
   ヘッダー・ナビゲーション
 =================================================================================================== */
.header{
	position: relative;
	z-index: 1000;
}
.header-nav{
	display: block;
	cursor: pointer;
}
.header-nav{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
}
.header-nav .active{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
}

.navigation{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.navigation.open {
	display: block;
}
.navigation.close {
	display: none;
}
.navigation-wrap{
	overflow: auto;
	height: 100%;
	padding: 80px 0;
}
.navigation-list{
	margin: 0 20px;
	border-bottom: solid 1px #fff;
}
.navigation-list li{
	border-top: solid 1px #fff;
}
.navigation-list a{
	position: relative;
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.navigation-list a:after{
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);


}
.navigation-search{
	display: none;
}

.widget-search{
	margin: 40px 20px 0;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
}
.widget-content form{
	padding-top:0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#search{
	padding: 15px 5px;
	width: calc(100% - 62px);
}
.search input:nth-child(2){
	padding: 15px 15px;
}
.search{
	text-align: center;
}


/*メニューボタンのエフェクト*/
.header-nav_spmenu,
.header-nav_spmenu span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	vertical-align: bottom;
}
.header-nav_spmenu {
	z-index: 20;
	position: relative;
	width: 58px;
	height: 58px;
	background: #3d2502;
}
.header-nav_spmenu span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	margin: 0 auto;
	width: 80%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.header-nav_spmenu span:nth-of-type(1) {
	top: 28%;
}
.header-nav_spmenu span:nth-of-type(2) {
	top: 50%;
	margin-top: -2px;
}
.header-nav_spmenu span:nth-of-type(3) {
	bottom: 28%;
}
.header-nav_spmenu.active span{
	left: 10%;
}
.header-nav_spmenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.header-nav_spmenu.active span:nth-of-type(2) {
	opacity: 0;
}
.header-nav_spmenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}


.gNav-menu_tab{
	margin-top: 10px;
	padding: 10px;
	background: #f5f5f5;
}
.gNav-menu_tabhd{
	position: relative;
}
.gNav-menu_tabhd-inner{
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.gNav-menu_tabhd-list{
	position: relative;
	display: flex;
	margin: 0 0 0 -5px;
	padding-right: 20px 0 0 5px;
}
.gNav-menu_tabhd-list:before{
	border-bottom: solid 1px
}
.gNav-menu_tabhd-item{
	position: relative;
	margin-left: 2px;
	padding: 5px 10px;
	transition: all 0.4s ease;
}
.gNav-menu_tabhd-item:not(.is-active){
	cursor: pointer;
}
.gNav-menu_tabhd-item:not(:first-child):before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 15px;
	background: #ccc;
}
.gNav-menu_tabhd-item.is-active{
	background: #f5f5f5;
	border-bottom: solid 2px #000;
}
.gNav-menu_tabhd-btn{
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 100%;
	color: #555;
	background-color: rgba(204,204,204,0.9);
	display: none;
}
.gNav-menu_tabhd-btn span:before{
	font-family: 'Material Icons Round';
	content: "\e5cc";
	font-size: 2.0rem;
}

.gNav-menu_tabbody{
	margin-top: 15px;
}
.gNav-menu_tabbody-list{
	display: flex;
	flex-wrap: wrap;
	margin: -2px 0 0 -2px;
}
.gNav-menu_tabbody-item{
	margin: 2px 0 0 2px;
	width: calc(100% / 6 - 2px);
}
.gNav-menu_tabbody-item a{
	display: block;
	padding: 10px;
	color: #000;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #fff;
	transition: all 0.4s ease;
}
.gNav-menu_year{
	font-size: 1.1rem;
}
.gNav-menu_month{
	font-size: 3.0rem;
	font-weight: 800;
}
@media screen and (min-width: 960px) {
	.gNav-menu_tabhd-item:not(.is-active):hover{
		color: #d7d1c7;
	}
	.gNav-menu_tabbody-item a:hover{
		color: #d7d1c7;
		border-color: #d7d1c7;
	}
}

@media screen and (max-width: 959px) {
	.gNav-menu_category{
		margin-top: 15px;
	}
}
.category-list{
	display: flex;
	flex-wrap: wrap;
	margin: -2px 0 0 -2px;
}
.category-item{
	margin: 2px 0 0 2px;
	width: calc(100% / 4 - 2px);
}
.category-item a{
	display: flex;
	flex-direction: column;
	padding: 5px;
	height: 100%;
	color: #000;
	line-height: 1.2;
	font-size: 1.1rem;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #fff;
	transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
	.category-item a:hover{
		color: #d7d1c7;
		border-color: #d7d1c7;
	}
}
.category-item span{
	flex: 1 auto;
}
.category-item a:before{
	font-family: 'Material Icons Round';
	font-size: 3.0rem;
}
.category-item:first-child a:before{
	content: "\e813";
}
.category-item:nth-child(2) a:before{
	content: "\e531";
}
.category-item:nth-child(3) a:before{
	content: "\e79a";
}
.category-item:nth-child(4) a:before{
	content: "\e574";
}
.category-item span{
	display: flex;
	justify-content: center;
	align-items: center;
}


.drive-list{
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 0 -2px;
}
.drive-item{
	margin: 2px 0 0 2px;
	width: calc(100% / 4 - 2px);
}
.drive-item a{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 1.2;
	font-size: 1.0rem;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #ccc;
	transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
	.drive-item a:hover{
		opacity: .6;
	}
}
.drive-item a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.drive-slide{
	display: none;
}
.drive-slide.slick-initialized{
	display: block;
}
.drive-item figure{
	position: relative;
}
.drive-item figcaption{
	position: absolute;
	right: 0;
	bottom: 2px;
	padding: 0 5px;
	width: 130%;
	color: #fff;
	line-height: 1.0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: right;
	transform-origin: right bottom;
	transform: scale(0.7);
	display: none;
}
.drive-txt{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.drive-txt span{
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.3;
	background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 960px) {
	.drive-item{
		width: calc(100% / 4 - 2px);
	}
	.drive-slide .slick-list{
		min-height: 182px!important;
	}
	.drive-item figcaption{
		width: 100%;
		line-height: 1.1;
		font-size: 1.1rem;
		transform: scale(1);
	}
	.drive-txt{
		font-size: 2.5rem;
	}
	.drive-txt span{
		padding: 5px 20px;
	}
}
	
	
	

@media screen and (max-width: 959px) {
	.header-ttl{
		padding: 10px;
	}
	.header-ttl img{
		width: auto;
		height: 40px;
	}

	/* ナビゲーション */
	.gNav-btn{
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1001;
		width: 60px;
		height: 60px;
		box-sizing: border-box;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	.gNav-btn:after{
		position: absolute;
		left: 0;
		bottom: 5px;
		content: "MENU";
		width: 100%;
		color: #3d2502;
		text-align: center;
		font-size: 1.0rem;
		font-weight: bold;
	}
	.gNav-btn span{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 60%;
		height: 4px;
		border-radius: 10px;
		background: #3d2502;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	.gNav-btn span:nth-child(1) {
		top: 10px;
	}
	.gNav-btn span:nth-child(2) {
		top: 22px;
	}
	.gNav-btn span:nth-child(3) {
		top: 34px;
	}
	.gNav-btn.open span{
		height: 2px;
	}
	.gNav-btn.open span:nth-child(1){
		top: 22px;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}
	.gNav-btn.open span:nth-child(2), .gNav-btn.open span:nth-child(3){
		top: 22px;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}
	.gNav-btn.open:after{
		content: "CLOSE";
	}
	.gNav-panel{
		position: fixed;
		left: 0;
		top: -100%;
		z-index: 1;
		padding: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		font-size: 16px;
		box-sizing: border-box;
		background: #fff;
		transition: .3s;
	}
	.gNav-panel.open{
		top: 0;
	}
	.gNav-panel_scroll{
		overflow-y: auto;
		padding: 50px 0 80px;
		height: 100%;
	}
    
	.gNav-menu_list{
		display: flex;
		flex-wrap: wrap;
		margin: -10px 5px 0 0;
	}
	.gNav-menu_list > li{
		margin: 20px 0 0 5px;
	}
	.gNav-menu_top, .gNav-menu_profile{
		width: calc(100% / 2 - 5px);
		text-align: center;
	}
	.gNav-menu_bt{
		display: flex;
		flex-direction: column;
		padding: 5px;
		width: 100%;
		color: #000!important;
		text-decoration: none;
		line-height: 1.2;
		font-size: 1.1rem;
		border-radius: 5px;
		border: solid 1px #ccc;
	}
	.gNav-menu_bt:before{
		font-size: 3.0rem;
	}
	.gNav-menu_top .gNav-menu_bt:before{
		font-family: 'Material Icons Round';
		content: "\e88a";
	}
	.gNav-menu_profile .gNav-menu_bt:before{
		font-family: 'Material Icons Round';
		content: "\e91d";
	}	
	
	.gNav-menu_dogwalking,
	.gNav-menu_blog,
	.gNav-menu_drive{
		padding-top: 10px;
		width: calc(100% - 5px);
		border-top: solid 1px #ccc;
	}
	.gNav-menu_dogwalking .gNav-menu_box,
	.gNav-menu_blog .gNav-menu_box,
	.gNav-menu_drive .gNav-menu_box{
		text-align: center;
	}
	.gNav-menu_dogwalking .gNav-menu_box a,
	.gNav-menu_blog .gNav-menu_box a,
	.gNav-menu_drive .gNav-menu_box a{
		position: relative;
		padding-right: 1.5em;
		color: #000;
	}
	.gNav-menu_dogwalking .gNav-menu_box a:after,
	.gNav-menu_blog .gNav-menu_box a:after,
	.gNav-menu_drive .gNav-menu_box a:after{
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -.4em;
		color: #3d2502;
		line-height: 1;
		font-size: 2.0rem;
		font-family: 'Material Icons Round';
		content: "\e5cc";
		display: inline-block;
	}
	.widget-content form{
		display: flex;
	}
	.widget-content #search{
		border-radius: 0;
		border: solid 1px #ccc;
	}
	
	.searchbtn{
		display: inline-block;
		color: #fff;
		height: 100%;
		border-radius: 0;
		border: none;
		background: #000;
		-webkit-appearance: none;
	}
	.gNav-menu_box .js-accodion{
	    position: relative;
		display: block;
		width: 54px;
		height: 54px;
		background: #3d2502;
	}
	.gNav-menu_box .js-accodion:before{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		content: "";
		display: inline-block;

		margin-top: -4px;
		width: 8px;
		height: 8px;
		border-right: 1.5px solid #fff;
		border-bottom: 1.5px solid #fff;
		transition: .2s;
	}
	.gNav-menu_box .js-accodion.is-active:before{
		top: calc(50% + 6px);
		transform: translate(-50%, -50%) rotateZ(225deg);
	}
	.widget-search{
		margin-top: 20px;
	}
  
  .subNavi-inquiry{
    margin: 20px auto 5px;
    width: 300px;
  }
  .subNavi-inquiry a{
    display: block;
    padding: 10px;
    font-family: 'Noto Serif JP', serif;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  }
	.subNavi-close{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background:rgba(210,210,210,0.95);
	}
  .subNavi-close p{
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
  }
  .subNavi-close p:after{
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "CLOSE";
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
  }
  .subNavi-close span{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 2px;
    border-radius: 2px;
    background: #000;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .subNavi-close span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .subNavi-close span:nth-child(2) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
}

@media screen and (min-width: 960px) {
	.wrapper:not(.toppage){
		padding-top: 75px;
	}
	.header{
		position: fixed;
		top: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		transition: 0.3s;
	}
	.header-ttl{
		padding-left: 10px;
		width: 348px;
		transition: 0.3s;
	}
	.header-inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}


	/* ナビゲーション */
	.gNav{
		width: 100%;
		transition: .3s;
	}
	.gNav-btn{
		display: none;
	}
	.gNav-menu_list{
		position: relative;
		display: flex;
		justify-content: flex-end;
	}
	.gNav-menu_list li{
	}
	.gNav-menu_list li > .gNav-menu_box{
		height: 65px;
	}
	
	.gNav-menu_top{
		display: none;
	}
	.gNav-menu_box.-gnav-top p,
	.gNav-menu_box.-gnav-top a{
		cursor: pointer;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		height: 100%;
		color: #fff;
		font-size: 1.8rem;
		text-decoration: none;
		font-weight: 800;
		white-space: nowrap;
	}
	.fixed .gNav-menu_box.-gnav-top p, [data-page="page"] .gNav-menu_box.-gnav-top p,
	.fixed .gNav-menu_box.-gnav-top a, [data-page="page"] .gNav-menu_box.-gnav-top a{
		color: #3d2502;
	}
	.gNav-menu_box.-gnav-top a:after{
		position: absolute;
		left: 50%;
		bottom: 0.6rem;
		width: 0;
		content: "";
		border-bottom: 1px solid #fff;
		transform: translateX(-50%);
		transition: -webkit-width .2s ease;
		transition: width .2s ease;
		transition: width .2s ease, -webkit-width .2s ease;
	}
	.fixed .gNav-menu_box.-gnav-top a:after, [data-page="page"] .gNav-menu_box.-gnav-top a:after{
		border-bottom: 1px solid #3d2502;
	}
	
	.gNav-menu_list li a:hover:after, .gNav-menu_list li._active a:after{
		width: 35px;
	}
	.gNav-menu_sub{
		display: none;
		position: absolute;
		right: 10px;
		margin-right: 10px;
		padding: 30px;
		width: 100%;
		max-width: 800px;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.9);
		border: solid 1px #ccc;
	}
	.gNav-menu_sublist{
		padding: 10px;
		width: 200%;
		border-radius: 10px;
	}
	.gNav-menu_sublist > li a{
		display: block;
		padding: 10px;
		color: #000;
	}
		
	/* ヘッダー・ナビゲーション スクロール */
	.fixed .site-header{
		opacity: .9;
	}
	.fixed .subNavi-menu{
	opacity: 0;
	}

  
  /* localnav */
  .localnav{
    display: block;
    position: relative;
    margin-top: 103px;
    background: #f3f3f3;
  }
  .localfnav{
    padding: 60px 0 75px;
  }
  .localnav-list, .localfnav-list{
    flex-wrap: nowrap;
    margin: 0;
  }
  .localnav-list li{
    width: 100%;
    padding: 0 2px;
  }
  .localfnav-list li{
    width: calc(100% - 2px);
  }
  .localnav-list li a,
  .localfnav-list li a{
    padding: 15px 5px;
  }

  .localnav-list li a:after{
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    content: "";
    border-bottom: 2px solid #0f5494;
    transform: translateX(-50%);
    transition: -webkit-width .2s ease;
    transition: width .2s ease;
    transition: width .2s ease, -webkit-width .2s ease;
  }
  .localnav-list li a:hover:after{
    width: 100%;
  }
  .localnav-list li._active a:after{
    width: 100%;
  }
  .localfnav-list li._active a:hover{
    opacity: 1;
  }
	.gNav .banner, .gNav .sns-panel{
		display: none;
	}
}

@media screen and (min-width: 960px) {

	/* ======================================
	 header
	======================================== */
	.header-nav{
		display: none;
	}
	
	.navigation{
		display: block;
		position: relative;
		background: none;
	}
	
	.navigation-wrap{
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		
		overflow: inherit;
		padding: 0;
	}
	.navigation-list{
		margin: 0;
		border: none;
	}
	.navigation-list li{
		border: none;
	}
	.navigation-search{
		margin-left: 30px;
	}
	.navigation-search span{
		position: relative;
		transition: all 0.4s ease;
	}
	.navigation-search span:before{
		font-family: 'kotaro-icon';
		content: '\e94e';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		cursor: pointer;
		padding: 10px;
		color: #fff;
		font-size: 2.0rem;
		border-radius: 5px;
		background: #3d2502;
	}
	.navigation-search span:hover{
		opacity: .6;
	}
	.widget-search{
		display: none;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		background: #fff;
	}

	
	
	
	.navigation-list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navigation-list li{
		margin-left: 20px;
	}
	.navigation-list li a{
		position: relative;
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		transition: all 0.4s ease;
	}
	.navigation-list li a:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    content: "";
    border-bottom: 1px solid #fff;
    transform: translateX(-50%);
    transition: -webkit-width .2s ease;
    transition: width .2s ease;
    transition: width .2s ease, -webkit-width .2s ease;
  }	
	
	.navigation-list li a:hover:after{
		width: 35px;
	}
	.search{
		text-align: right;
	}
	
	/* 追尾・下層 */
	.fixed .header, [data-page="page"] .header{
		background-color: rgba(255, 255, 255, 0.9);
	}
	.fixed .header-ttl, [data-page="page"] .header-ttl{
		padding-left: 10px;
		width: 300px;
	}
	.fixed .navigation-list a, [data-page="page"] .navigation-list a{
		color: #333;
	}
	.fixed .navigation-list li a:after, [data-page="page"] .navigation-list li a:after{
    border-bottom: 1px solid #333;
	}
}



/* ===================================================================================================
   パンくず
 =================================================================================================== */
.breadcrumb{
	width: 100%;
}
.breadcrumb_inner{
	margin: auto;
	padding:0 10px;
}
.breadcrumb ul{
	display:flex;
	justify-content: flex-start;
}

.breadcrumb li{
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
}
.breadcrumb li:not(:last-child){
	margin-right: .5em;
	padding-right: 1.5em;
}
.breadcrumb li:not(:last-child):before{
	position: absolute;
	right: 0;
	top: 2px;
	line-height: 1;
	font-size: 1.5rem;
	font-family: 'Material Icons Round';
	content: "\e5cc";
}
.breadcrumb li a{
	display: inline-block;
	font-weight: 500;
	transition: all 0.4s ease;
}
.breadcrumb li a:hover{
	color: #999;
}
.breadcrumb li em{
	font-weight: normal;
}

@media screen and (max-width: 959px){
	.breadcrumb{
		margin-top: 50px;
		height: 40px;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		background: #f5f5f5;
	}
	.breadcrumb_inner {
		padding:0 5px;
		max-width: 1500px;
		line-height: 40px;
	}
	.breadcrumb ul {
		display:block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
	}
	.breadcrumb li {
		display:inline;
	}
}
@media screen and (min-width: 960px) {
	.breadcrumb li:not(:last-child):before{
		top: 4px;
	}
}


/* ===================================================================================================
   コンテンツレイアウト
 =================================================================================================== */
.sect{
	padding: 20px 0;
}

@media screen and (min-width: 960px) {
	.page-wrapper{
		display: flex;
		justify-content: space-between;
		margin: 10px auto 0;
		width: 100%;
		max-width: 1500px;
	}
	.page-contents{
		width: calc(100% - 350px);
	}
	.sect{
		padding: 50px 0;
	}
}

/* 見出し */
.page-title{
	display: flex;
	flex-direction: column;
	position: relative;
	line-height: 1.3;
	font-size: 1.1rem;
	font-weight: 300;
	text-align: center;
}
.page-title:before{
	content: "";
	font-size: 4.0rem;
	text-align: center;
}
@media screen and (min-width: 960px) {
	.page-title{
		font-size: 1.6rem;
	}
	.page-title:before{
		font-size: 6.0rem;
	}
}

.page-subtitle{
	text-align: center;
    font-size: 2.0rem;
    letter-spacing: .5em;
}
@media screen and (min-width: 960px) {
	.page-subtitle{
		font-size: 3.0rem;
	}
}

/* リストマーク */
.list-dot li{
	position: relative;
	padding-left: 1.2em;
}
.list-dot li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
}
.list-pet li{
	position: relative;
	padding-left: 1.2em;
}
.list-pet li:before{
	position: absolute;
	left: 0;
	top: 2px;
	color: #3d2502;
	font-size: 1.0rem;
	font-family: 'Material Icons Round';
	content: "\e91d";
	display: inline-block;
}
@media screen and (min-width: 960px) {
	.list-pet li:before{
		top: 7px;
	}
}

/* リストマーク */
ul.kome li, p.kome{
	position: relative;
	padding-left: 1.2em;
	font-size: 1.1rem;
}
ul.kome li:before,
p.kome:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}
@media screen and (min-width: 960px) {
	ul.kome li, p.kome{
		font-size: 1.3rem;
	}
}



/* ===================================================================================================
   ページ送り
 =================================================================================================== */
.content-nav{
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0 0 -5px;
}

.link_page, .current_page, .content-nav__next a{
	display: block;
	margin-left: 5px;
	width: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #333;
	text-align: center;
	border: solid 1px #333;
	background: #fff;
	transition: all 0.4s ease;
}
.current_page{
	color: #fff;
	font-weight: bold;
	background: #333;
}
.link_page:hover, .content-nav__next a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.content-nav__next{
	display: block;
	margin: 0 10px;
}
.content-nav__next a{
	border: solid 1px #f5f5f5;
	background: #f5f5f5;
}

.content-nav li{
	display: inline;
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #ccc;
}
.content-nav li:last-child{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

@media screen and (max-width: 750px){
	.content-nav{
		margin-top: 25px;
	}
	.link_page, .current_page, .content-nav__next a{
		display: block;
		margin-left: 2px;
		width: 30px;
		line-height: 30px;
	}
	.content-nav__next{
		display: block;
		margin: 0 5px;
	}
}



/* ===================================================================================================
   googleads
 =================================================================================================== */
.googleads, .googleads-top{
	margin-top: 50px;
}
.googleads-entry{
	margin-top: 30px;
}
@media screen and (max-width: 750px){
	.googleads, .googleads-top{
		margin-top: 25px;
	}
}


/* ===================================================================================================
   サイドナビ
 =================================================================================================== */

.contents-side{
	margin-top: 30px;
}
.side-nav:not(:first-of-type){
	margin: 30px 10px 0;
}

.side-nav_dt{
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
}
.side-nav_dt:before{
	position: relative;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
}
.side-nav_dd{
	margin-top: 10px;
}
/*.side-dogwalking-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
	padding-top: 20px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.side-dogwalking-list .dogwalking-item{
	width: calc(100% / 3 - 2%);
}
.side-dogwalking-list .dogwalking-item_date{
	top: -10px!important;
	font-size: 1.3rem;
}
.side-dogwalking-list .dogwalking-item_date .day{
	font-size: 1.0rem;
}
.side-dogwalking-list .dogwalking-item_txt{
	margin: -10px 0 0;
	font-size: 1.1rem;
}

.dogwalking-item{
	position: relative;
  margin-left: 2%;
  width: calc(100% / 2 - 2%);
}

.dogwalking-item .dogwalking-item_img{
  position: relative;
}
.dogwalking-item .dogwalking-item_img figure{
  overflow: hidden;
}
.dogwalking-item .dogwalking-item_img figure img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.dogwalking-item .dogwalking-item_img:before{
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid 1px #b59500;
}
.dogwalking-item:nth-child(2n){
	margin-top: 30px;
}
.dogwalking-item:nth-child(4n + 1) .dogwalking-item_img figure,
.dogwalking-item:nth-child(4n + 1) .dogwalking-item_img:before{
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.dogwalking-item:nth-child(4n + 2) .dogwalking-item_img figure,
.dogwalking-item:nth-child(4n + 2) .dogwalking-item_img:before{
  border-radius: 80% 30% 50% 50%/50%;
}
.dogwalking-item:nth-child(4n + 3) .dogwalking-item_img figure,
.dogwalking-item:nth-child(4n + 3) .dogwalking-item_img:before{
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
.dogwalking-item:nth-child(4n + 4) .dogwalking-item_img figure,
.dogwalking-item:nth-child(4n + 4) .dogwalking-item_img:before{
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.dogwalking-item_date{
	position: absolute;
	left: 0;
	top: -10px;
	line-height: 1.2;
	color: #00aabb;
	font-size: 1.8rem;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.5);
	transform:rotate(-10deg);
	font-weight: bold;
}
.dogwalking-item:nth-child(2) .dogwalking-item_date{
	top: 0;
}
.dogwalking-item:nth-child(3) .dogwalking-item_date{
	top: -10px;
}

.side-dogwalking_bt{
	margin-top: 20px;
	text-align: center;
}
.side-dogwalking_bt a{
	font-size: 1.3rem;
	font-weight: 600;
	text-decoration: underline;
}*/

.side-nav_list{
	margin-top: -2px;
}
.side-nav_list > li{
	display: flex;
	margin-top: 2px;
	background: #f5f5f5;
}

.side-nav_list > li p{
	width: 2em;
	text-align: center;
	line-height: 1.3;
}
.side-nav_list > li p a{
	transition: all 0.4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	text-align: center;
	background: #3d2502;
}
.side-nav_list > li p a:hover{
  text-decoration: none;
}
.side-nav_list > li p span{
	display: inline-block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	transform: rotateZ(-180deg);
}

@media screen and (min-width: 751px){
	.side-nav_list > li p a:hover{
		opacity: .6;
	}
}

.side-nav_list-sub{
	display: flex;
	flex-wrap: wrap;
	flex: 1 auto;
	padding: 5px;
	width: calc(100% - 2em);
}
.side-nav_list-m{
	margin: 3px 0 0 3px;
	width: calc(100% / 6 - 3px);
}
.side-nav_list-m a{
	display: block;
	padding: 10px;
	color: #000;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #fff;
	transition: all 0.4s ease;
}
@media screen and (min-width: 751px){
	.side-nav_list-m,
	.side-nav_list-m a{
		font-size: 2.0rem;
	}
	.side-nav_list-m a:hover{
		opacity: .6;
	}
}
.side-nav_list-entry li{
	border-top: solid 1px #ccc;
}
.side-nav_list-entry li:last-child{
	border-bottom: solid 1px #ccc;
}
.side-nav_list-entry a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.4s ease;
}
.side-nav_item-entry a:hover{
	opacity: .6;
}
.side-nav_item-entry-photo{
	position: relative;
	overflow: hidden;
	width: 90px;
	height: 60px;
	border-radius: 8px;
}
.side-nav_item-entry-photo img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	vertical-align: bottom;
}
.side-nav_item-entry-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	width: calc(100% - 100px);
}
.side-nav_list-tag{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px 0 0 -5px;
}
.side-nav_item-tag{
	margin: 10px 0 0 5px;
}
.side-nav_item-tag a{
	display: block;
	padding: 5px 10px;
	color: #333;
	font-size: 1.3rem;
	text-decoration: none;
	background: #f5f5f5;
	transition: all 0.4s ease;
}
.side-nav_item-tag a:before{
	content: "#";
}
.side-nav_item-tag a:hover{
	color: #fff;
	background: #333;
}

.side-bn{
	margin-top: 50px;
}	
.side-bn img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 750px){
	.side-bn{
		margin-top: 30px;
	}
}


@media screen and (min-width: 960px){
	.contents-side{
		width: 300px;
	}
	.side-nav:not(:first-of-type){
		margin: 50px 0 0;
	}
	
	
	/* 琥大朗さんぽ */
	/*.dog-walking .entry-cassette{
	  margin-left: -4%;
		background-size: 100% auto;
	}
	.dog-walking .dogwalking-item{
		margin-bottom: 30px;
		margin-left: 4%;
		width: calc(100% / 3 - 4%);
	}*/
}




/* ======================================
 SNS follow me!
======================================== */
.footer .sns-panel{
	position: fixed;
	right: 5px;
	bottom: 0;
	z-index: 100;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
	
	padding: 5px 10px;
	border-radius: 8px 0 0 8px;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}
.sns-panel dt{
	color: #3d2502;
	font-weight: bold;
	text-align: center;
}
.sns-panel li a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
    background: #3d2502;
	transition: all 0.4s ease;
}
.sns-panel li a:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
}
.sns-panel li.twitter a:before{ background: url("/images/sns/twiiter_w.svg") center /100% auto no-repeat; }
.sns-panel li.insta a:before{ background: url("/images/sns/instagram_w.svg") center /100% auto no-repeat; }
.sns-panel li.youtube a:before{ background: url("/images/sns/youtube_w.svg") center /100% auto no-repeat; }
.sns-panel li.tiktok a:before{ background: url("/images/sns/tiktok.svg") center /100% auto no-repeat; }

.sns-panel li span{
    display: none;
}
.sns-panel li a:hover{
	opacity: .6;
}

@media screen and (max-width: 959px) {
	.header .sns-panel{
		margin-top: 20px;
	}
	.footer .sns-panel{
		border-bottom: none;
	}
	.header .sns-panel dd{
		margin-top: 5px;
	}
	.sns-panel ul{
		display: flex;
		justify-content: center;
	}
	.sns-panel li:not(:first-child){
		margin-left: 5px;
	}
	.sns-panel img{
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 960px) {
	.footer .sns-panel{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		top: 50%;
		right: 0;
		bottom: inherit;
		transform: translateY(-50%);
		padding: 20px 10px;
	}
	.sns-panel dt{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: mixed;
		text-orientation: mixed;
	}
	.sns-panel li:not(:first-child){
		margin-top: 10px;
	}
}



/*  footer
-----------------------------------------------------------*/
.footer{
	margin-top:60px;
	padding: 20px 0 0;
	color: #fff;
	background: #251300;
	background: #2e2e2e;
}
.footer-category{
	margin: 0 auto;
	padding: 0 5px;
	max-width: 1130px;
	text-align:center;
}
.footer-category ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.footer-category a{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border: solid 1px #555;
}
.footer-category li{
	margin: 10px 5px 0 5px;
}
.footer-category dt{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.banner{
	margin: 30px auto 0;
	padding: 30px 5px 0;
	max-width: 1130px;
	text-align:center;
	border-top: dotted 1px #555;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner li{
	margin: 15px 0 0 15px;
}
.footer p{
	margin-top: 20px;
	padding: 20px;
	color: #fff;
	text-align: center;
	background: #202020;
}

@media screen and (max-width: 959px){
	.footer{
		margin-top: 30px;
		background: #2e2e2e;
	}
	.footer-category{
		margin: 0 auto;
		padding: 0 5px;
		text-align:center;
	}
	.footer-category a{
		display: block;
		color: #fff;
	}

	.footer-category ul{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-category li{
		display: block;
		width: 100%;
		margin: 5px 0 0;
	}
	
	.footer-category dt{
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.footer p{
		margin-top: 40px;
		padding: 20px 0 80px;
		color: #fff;
		text-align: center;
		background: #202020;
	}
	.banner{
	
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.banner li{
		margin: 15px 0 0 0;
	}
	.banner li:first-child{
		margin-top:0;
	}
	.footer p{
		margin-top: 20px;
		padding: 20px 0 80px;
		color: #fff;
		text-align: center;
		background: #202020;
	}
}

/*  Slider
============================================================================= */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;width:100%}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%;height:100%}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_ovs_assets/images/ajax-loader.gif) center center no-repeat}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:65px;display:block;width:50px;height:50px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;z-index:2;background:none}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'kkrs-dp';font-size:3rem;line-height:1;opacity:.75;color:#555;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e902'}.slick-prev{left:-50px;-webkit-transform:rotateZ(-180deg);transform:rotateZ(-180deg)}.slick-next{right:-50px;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-size:1rem;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'●';font-family:Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-dots>li:first-child:last-child{display:none}
