@charset "UTF-8";

/*20210214_ukawa_start*/
/*html { font-size: 62.5%;}*/
.wrapper {
	/*font-size: 1.2rem;*/
}
p {
	margin-bottom: 1em;
}
.pc-only {display: block;}
.sp-only {display: none;}
@media screen and (max-width:780px) {
	.pc-only {display: none;}
	.sp-only {display: block;}
}
/*20210214_ukawa_end*/
/*============================================================================*\
    わんわんパラダイス
\*============================================================================*/

.p11-aiken .page-header {
	background-image: url(../aiken/img/headerbg_1.png);
	background-repeat: repeat-x;
}
.btn--wanpara {
	background-color: #8DC21F;
	color: rgb(255,255,255);
}
.btn--wanpara:focus,
.btn--wanpara:hover {
	background-color: #b08700;
	color: #FFF !important;
}
.mod-subnav a { color: #976740;}
.mod-subnav a:hover { color: #b08700 !important;}

/*次階層用ナビゲーション*/
.mod-subnav a {
	border: 1px solid;
}

/* イベント情報 */
.mod-place {
	margin: 40px 0;
	margin-right: -16px;
	margin-left: -16px;
	padding: 16px;
	border-top: 5px solid #8DC21F;
	background: #f2f2f2;
}
.mod-place__title {
	color: #8DC21F;
	font-size: 2.4rem;
	line-height: 1.3;
	padding: 0 10px;
}
.mod-place__reserve {
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	color: #999;
	font-weight: bold;
	padding-left: 10px;
}
.mod-place__reserve a:before {
	font-family: "icomoon";
	margin-right: 8px;
	font-size: .85em;
	font-weight: normal;
	content: "\f061";
}
.mod-event {
	padding: 10px;
	border: 1px solid #8DC21F;
	background: #fff;
	font-size: 1.3rem;
}
.mod-event ~ .mod-event {
	margin-top: 36px;
}
.mod-event__title {
	margin-bottom: 1rem;
	padding: 4px 10px;
	border-left: 8px solid;
	box-shadow: 1px 1px 0 #eaeaea;
	background: #f9f9f9;
	color: #8DC21F;
	font-size: 1.6rem;
}
.mod-event__image {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.mod-event__image img {
	width: 100%;
}
.mod-event__image img.image_small {
	width: 70%;
}
.mod-event__detail {
	color: #042d6f;
}
@media print, (min-width:48em) {
	.mod-place {
		padding: 24px 16px;
	}
	.mod-place__title {
		float: left;
		width: 61%;
		margin-top: 0rem;
		margin-bottom: 10px;
		font-size: 2.8rem;
		line-height: 1.3;
	}
	.mod-place__address {
		margin-left: auto;
		width: 40%;
		text-align: right;
	}
	.mod-place__reserve {
		clear: both;
		padding-top: 0;
		text-align: left;
	}
	.mod-event {
		padding: 16px;
		font-size: 1.4rem;
	}
	.mod-event:after {
		display: table;
		clear: both;
		content: "";
	}
	.mod-event__image {
		float: left;
		width: 300px;
	}
.mod-event__image img.image_small {
	width: 70%;
}
	.mod-event__detail {
		margin-left: 320px;
	}
}
@media (min-width:64em) {
	.mod-event__image {
		float: left;
		width: 450px;
	}
	.mod-event__detail {
		margin-left: 470px;
	}
.mod-event__image img.image_small {
	width: 70%;
}
}

/*------------------------------------*\
    次階層用ナビゲーション
\*------------------------------------*/
.mod-subnav {
	list-style: none;
	margin: 8px 0;
	padding: 0;
}
.mod-subnav:after {
	display: table;
	clear: both;
	content: "";
}
.mod-subnav a {
	display: block;
	position: relative;
	margin: 3px 0;
	padding: 12px 5px;
	border-radius: 8px;
	/*border: 1px solid;*/
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-out;
}
.mod-subnav .twoline a {
	padding: 2px 5px;
}

.mod-subnav a:after {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
	font-family: "icomoon";
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "\f13a";
}
.mod-subnav a:hover {
	opacity: .6;
}

@media (max-width:47.9375em) {
	.mod-subnav li {
		/*float: left;*/
		width: 48%;
		width: 100%;
		padding: 0 10px;
	}
	.mod-subnav li:nth-of-type(odd) {
		clear: left;
		/*margin-right: 3%;*/
	}
}
@media (min-width:48em) {
	.mod-subnav--grid3 li {
		float: left;
		width: 32%;
		margin-left: 2%;
	}
	.mod-subnav--grid3 li:nth-of-type(3n+1) {
		clear: left;
		width: 32%;
		margin-left: 0;
	}
	.mod-subnav--grid4 li {
		float: left;
		width: 24.2%;
		margin-left: 1%;
	}
	.mod-subnav--grid4 li:nth-of-type(4n+1) {
		clear: left;
		margin-left: 0;
	}
	
	.mod-subnav--grid5 li {
		float: left;
		width: 19.5%;
		margin-left: 0.625%;
	}
	.mod-subnav--grid5 li:nth-of-type(5n+1) {
		clear: left;
		margin-left: 0;
	}
	.mod-subnav a {
		padding: 16px 8px;
	}
	.mod-subnav .twoline a {
		padding: 8px;
	}
}
@media print {
	.mod-subnav { display: none; }
}

/*------------------------------------*\
    Tables
\*------------------------------------*/
table {
	width: 100%;
	max-width: 100%;
	margin: 16px 0 24px;
}
th,
td {
	padding: 8px 16px;
	text-align: inherit;
}
th {
	white-space: nowrap;
}
thead {
	border-bottom: 2px solid;
	color: #808080;
	font-size: .9375em;
	font-size: calc(1em - 1px);
}

/* テーブルキャプション */
caption { padding: 8px 0; font-size: .875em; font-size: calc(1em - 2px); }
caption[data-position="top"] { caption-side: top; }
caption[data-position="bottom"] { caption-side: bottom; }
caption[data-align="center"] { text-align: center; }
caption:before { content: attr(data-prefix); font-weight: bold; }

/* レスポンシブ */
@media only screen and (max-width:47.9375em) {
	.table-scroller {
		overflow-x: scroll;
		position: relative;
		width: 100%;
	}
	.table-scroller::-webkit-scrollbar{ height: 5px;}
	.table-scroller::-webkit-scrollbar-track{ box-shadow: inset 0 1px rgba(0,0,0,.2); background: rgba(153,153,153,.2);}
	.table-scroller::-webkit-scrollbar-thumb { background: #666;}
	.table-scroller table {
		margin: 0 0 4px !important;
		min-width: 100%;
	}
	.table-scroller th,
	.table-scroller td {
		white-space: nowrap;
	}

	.table-responsive,
	.table-responsive tbody,
	.table-responsive tbody tr {
		display: block;
	}
	.table-responsive caption {
		display: block;
		background: #4d4d4d;
	}
	.table-responsive thead {
		display: none;
	}
	.table-responsive tbody th,
	.table-responsive tbody td {
		display: block;
		width: 100%;
	}
	.no-flexbox .table-responsive tbody th,
	.no-flexbox .table-responsive tbody td {
		float: left;
		clear: both;
	}
}
@media screen and (max-width:47.7935em) and (-ms-high-contrast:none) {
	.no-flexbox .table-responsive tbody th,
	.no-flexbox .table-responsive tbody td {
		float: none; /* IE10用 */
	}
}

/* イベント情報 */
.table-event {
	border-collapse: separate;
	border-spacing: 1px 0;
	border-top: 1px dashed #1e3d6e;
}
.table-event th,
.table-event td {
	border-bottom: 1px dashed #1e3d6e;
	line-height: 1.4;
}
.table-event th {
	color: #042d6f;
}
@media (max-width:47.9375em) {
	.table-event.table-responsive {
		border-top: none;
		border-bottom: 1px solid #1e3d6e;
	}
	.table-event.table-responsive tbody tr + tr {
		margin-top: 1em;
	}
	.table-event.table-responsive tbody th {
		padding: 4px 8px;
		border-top: 1px solid #1e3d6e;
		border-bottom: 1px dashed #1e3d6e;
	}
	.table-event.table-responsive tbody td {
		padding: 8px;
		border-top: none;
		border-bottom: none;
	}
}
@media (min-width:48em) {
	.table-event th {
		width: 10em;
		text-align: center;
	}
}

