@charset "UTF-8";
.header_contact {
	display: none;
}

@media print, screen and (min-width:768px) {
.header_contact {
	display: inherit;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url(../img/odawara_dogclub_img/pagetitle_bg.jpg) 45% no-repeat;
}
#pagetitle h2 {
	color: #039545;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	background: url(../img/odawara_dogclub_img/pagetitle_bg.jpg) center no-repeat;
}
}

/*------------------------------------------------------------mainnavi*/
.toggle {
	background-color: #ff9700;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #FFAC35), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #FFAC35), color-stop(.75, #FFAC35), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
}
nav#mainnavi {
	background-color: #ff9700;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #FFAC35), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #FFAC35), color-stop(.75, #FFAC35), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #a2c5ee 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #FFAC35 25%, transparent 25%, transparent 50%, #FFAC35 50%, #FFAC35 75%, transparent 75%, transparent);
}
nav#mainnavi ul li.active a {
	color: #fff;
}
nav#mainnavi li a:hover, nav#mainnavi li a:focus {
	background-color: #FFE7C5;
}

@media print, screen and (min-width:768px) {
nav#mainnavi li a:hover, nav#mainnavi li a:focus {
	background-color: transparent;
	color: #fff;
}
}
/*------------------------------------------------------------content*/
/*common*/
/*odawara_title01*/
.odawara_title01 {
	font-size: 20px;
	margin-bottom: 25px;
	position: relative;
	line-height: 140%;
	font-weight: bold;
	color: #fff;
	background: #ff9700;
	border-radius: 2px;
	padding: 10px;
}

@media print, screen and (min-width:768px) {
.odawara_title01 {
	font-size: 26px;
	margin-bottom: 35px;
}
}
/*odawara_title02*/
.odawara_title02 {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 10px 20px;
	color: #039545;
	line-height: 120%;
	border-top: 3px dotted #039545;
	border-bottom: 3px dotted #039545;
}

@media print, screen and (min-width:768px) {
.odawara_title02 {
	font-size: 24px;
	margin-bottom: 20px;
}
}
/*odawara_title03*/
.odawara_title03 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #7aace7;
	border-bottom: 1px dotted #7aace7;
	line-height: 120%;
	padding-bottom: 5px;
}

@media print, screen and (min-width:768px) {
.odawara_title03 {
	font-size: 20px;
	margin-bottom: 20px;
}
}
table.sheet_health {
	width: 100%;
	border-left: 1px solid #7aace7;
	border-top: 1px solid #7aace7;
	margin-bottom: 15px;
}
table.sheet_health th {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #E6F1FF;
	color: #7aace7;
	width: 50%;
	padding: 10px;
}
table.sheet_health td {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #fff;
	padding: 10px;
}

@media print, screen and (min-width:768px) {
table.sheet_health th {
	font-size: 18px;
}
table.sheet_health td {
	font-size: 18px;
}
}
/*section00*/
#sec00 {
	background: #039545;
}
#sec00 .odawara_title01 {
	background: #fff;
	color: #039545;
}
#sec00 p {
	color: #fff;
}

@media print, screen and (min-width:768px) {
#sec00 .odawara_title01 br {
	display: none;
}
}
/*section01*/
#sec01 ul {
	font-size: 0;
}
#sec01 ul li {
	display: inline-block;
	margin: 0 5px 10px;
}
#sec01 ul li a {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background: #039545;
	border-radius: 2px;
	display: block;
}
#sec01 ul li a:hover {
	opacity: 0.7;
}

@media print, screen and (min-width:768px) {
#sec01 ul li a {
	font-size: 18px;
}
}
/*section02*/
#sec02 .btn_link a {
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: #039545;
	border-radius: 2px;
	display: inline-block;
	font-size: 16px;
}
#sec02 .btn_link a:hover {
	opacity: 0.7;
}
/*section03*/
#sec03 figure {
	margin-bottom: 20px;
}
#sec03 figure img {
	border: 10px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#sec03 figure figcaption {
	margin-top: 5px;
}
#sec03 dl div {
	background: #fff;
	margin-bottom: 10px;
}
#sec03 dl div dt {
	color: #fff;
	background: #039545;
	padding: 10px 20px;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
}
#sec03 dl div dd {
	background: #fff;
	padding: 20px;
	border-radius: 0 0 4px 4px;
}

@media print, screen and (min-width:992px) {
#sec03 figure {
	float: left;
	width: 156px;
}
#sec03 dl {
	float: right;
	width: calc(100% - 186px);
}
}
/*section04*/
#sec04 table {
	width: 100%;
	border-left: 1px solid #7aace7;
	border-top: 1px solid #7aace7;
	margin-bottom: 15px;
}
#sec04 table th {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #E6F1FF;
	color: #4F8CD5;
	padding: 5px;
	text-align: left;
}
#sec04 table td {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #fff;
	padding: 5px;
	text-align: right;
}

@media print, screen and (min-width:768px) {
#sec04 table th {
	padding: 10px;
}
#sec04 table td {
	padding: 10px;
}
}
/*section05*/
#sec05 p:last-of-type {
	color: #039545;
	border-bottom: 2px dotted #039545;
	display: inline-block;
}
.insta_sw_pc {
	display: none;
}
.insta_sw_sp {
	display: block;
}

@media print, screen and (min-width:768px) {
.insta_sw_pc {
	display: block;
}
.insta_sw_sp {
	display: none;
}
}