/*
    Theme Name: Day
    Theme URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
	color: #fff;
	background-color: #fff;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #272727;
	line-height: 1.5em;
}
p {
	color: #aaa;
	font-size: 13px;
}
a {
	text-decoration: none;
	/*transition: all 0.1s ease-in-out;*/
	/*-moz-transition: all 0.1s ease-in-out;*/
	/*-webkit-transition: all 0.1s ease-in-out;*/
	/*-o-transition: all 0.1s ease-in-out;*/
	outline: none;
	color: #424242;
}
a:hover {
	text-decoration: none;
	color: #aaa;
	opacity: 0.7;
}
.btn {
	border-radius: 0;
	margin-top: 10px;
	background-color: #65AAF0;
	text-transform: uppercase;
	border-color: #fff;
	font-size: 14px;
}
.btn:hover {
	background-color: #fff;
	border-color: #f2f2f2;
	color: #272727;
}
.web_font {
	display: inline-block;
	transform: rotate(0.05deg);
}
.web_font.r_mplus {
	font-family: "Rounded M+ 1c", sans-serif;
}
.web_font.tanuki {
	font-family: "tanuki", sans-serif !important;
}
/*===========================
  slider
============================ */
.slider {
	position: relative;
	/*margin-top: -20px;*/
}
.slider img {
	width: 100%;
}
#carousel-slider {
	position: relative;
}
#carousel-slider .carousel-indicators {
	bottom: -40px;
}
#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}
#carousel-slider a i {
}
#carousel-slider a i:hover {
	/*background: #65AAF0;*/
	/*color: #fff;*/
	/*border: 1px solid #65AAF0;*/
}
#carousel-slider
.carousel-control {
	width: inherit;
}
#carousel-slider .carousel-control.left i {
	left: 50px;
	top: calc(50% - 50px);
}
#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}
.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(50% - 150px);
	font-size: 40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}
.carousel-caption h2 {
	font-size: 60px;
	color: #fff;
}
.carousel-caption h2 span {
	font-size: 60px;
	color: #fff;
}
.carousel-caption p {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
	padding: 10px;
	background: #65AAF0;
}
@media (max-width: 767px) {
	.carousel-caption {
		font-size: 18px;
	}

	.carousel-caption h2, .carousel-caption h2 span, .carousel-caption p {
		font-size: 18px;
	}
}
.carousel-inner .form-inline .form-group button[type="livedemo"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #65AAF0;
	color: #fff;
	border-radius: 0;
	border-color: #fff;
	text-transform: uppercase;
}
.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color: #272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.carousel-inner .form-inline .form-group button[type="getnow"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #fff;
	color: #272727;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid #fff;
}
.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color: #fff;
	border-color: #fff;
	background: #65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.form-inline {
	margin-top: 50px;
}
/*===========================
  about
============================ */
.about {
	/*padding: 80px 0 80px 0;*/
	/*background: #fff;*/
}
.about .text-center h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
}
.about .text-center p {
	/*margin-top: 20px;*/
	/*margin-bottom: 80px;*/
	/*color: #aaa;*/
}
.btn-gamp a {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;
	border: 2px solid #272727;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
}
.btn-gamp a:hover {
	opacity: 0.8;
	transition: all 0.5s;
}
.gamp-btn a {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #272727;
	color: #ffffff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
}
.gamp-btn a:hover {
	color: #ffffff;
	opacity: 0.8;
	transition: all 0.5s;
}
.center span {
	color: #E8CE0E;
}
#about-us {
	margin-bottom: 50px;
}
#about-us .text-center h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
	margin-bottom: 30px;
}
.skill_text {
	display: block;
	margin-bottom: 60px;
	margin-top: 25px;
	overflow: hidden;
}
.sinlge-skill {
	background: #f2f2f2;
	border-radius: 100%;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	height: 200px;
	position: relative;
	width: 200px;
	text-transform: uppercase;
	overflow: hidden;
	margin: 30px 0;
}
.sinlge-skill p em {
	color: #FFFFFF;
	font-size: 38px;
}
.sinlge-skill p {
	line-height: 1;
	color: #FFFFFF;
}
.joomla-skill,
.html-skill,
.css-skill,
.wp-skill {
	position: absolute;
	height: 100%;
	bottom: 0;
	width: 100%;
	border-radius: 100%;
	padding: 70px 0;
	text-align: center;
}
.joomla-skill {
	background: rgb(242, 242, 242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(45, 125, 164, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#2d7da4', GradientType=0); /* IE6-9 */
}
.html-skill {
	background: rgb(242, 242, 242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(106, 164, 47, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0); /* IE6-9 */
}
.css-skill {
	background: rgb(242, 242, 242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(255, 189, 32, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0); /* IE6-9 */
}
.wp-skill {
	background: rgb(242, 242, 242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(219, 54, 21, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0); /* IE6-9 */
}
.skill-wrap {
	display: block;
	overflow: hidden;
	margin: 60px 0;
}
.team .text-center h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
	margin-bottom: 30px;
}
.team .text-center p {
	margin-bottom: 50px;
}
.team h4 {
	margin-top: 0;
	text-transform: uppercase;
}
.team h5 {
	font-weight: 300;
}
.single-profile-top,
.single-profile-bottom {
	font-weight: 400;
	line-height: 24px;
}
.single-profile-top,
.single-profile-bottom {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
}
.media_image {
	margin-bottom: 10px;
}
.team .btn {
	background: transparent;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
	border: 1px solid #ddd;
	margin-right: 3px;
}
ul.social_icons,
ul.tag {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: block;
}
ul.social_icons li,
ul.tag li {
	display: inline-block;
	margin-right: 5px;
}
ul.social_icons li a i {
	border-radius: 50%;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	width: 25px;
	opacity: .8;
}
.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-twitter:hover,
.team .social_icons .fa-google-plus:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition-duration: 2s;
	transition-property: all;
	transition-timing-function: ease;
	opacity: 1;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.team .social_icons .fa-facebook {
	background: #0182c4;
}
.team .social_icons .fa-twitter {
	background: #20B8FF
}
.team .social_icons .fa-google-plus {
	background: #D34836
}
.team-bar .first-one-arrow {
	float: left;
	margin-right: 30px;
	width: 2%;
}
.team-bar .first-arrow {
	float: left;
	margin-left: 5px;
	margin-right: 35px;
	width: 22%;
}
.team-bar .second-arrow {
	float: left;
	margin-left: 5px;
	width: 21%;
}
.team-bar .third-arrow {
	float: left;
	margin-left: 40px;
	margin-right: 12px;
	width: 22%;
}
.team-bar .fourth-arrow {
	float: left;
	margin-left: 25px;
	width: 20%;
}
.team-bar .first-one-arrow hr {
	border-bottom: 1px solid #2D7DA4;
	border-top: 1px solid #2D7DA4;
}
.team-bar .first-arrow hr {
	border-bottom: 1px solid #2D7DA4;
	border-top: 1px solid #2D7DA4;
}
.team-bar .second-arrow hr {
	border-bottom: 1px solid #6aa42f;
	border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
	border-bottom: 1px solid #FFBD20;
	border-top: 1px solid #FFBD20;
}
.team-bar .fourth-arrow hr {
	border-bottom: 1px solid #db3615;
	border-top: 1px solid #db3615;
}
.team-bar {
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
}
.team-bar i {
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: -32px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 24px;
	position: absolute;
}
.team-bar .first-arrow .fa-angle-up {
	background: #2D7DA4;
	margin-left: -33px
}
.team-bar .second-arrow .fa-angle-down {
	background: #6AA42F;
	margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
	background: #FFBD20;
	margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
	background: #db3615;
	margin-left: -32px;
}
.team .single-profile-top:before,
.team .single-profile-top:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.team .single-profile-top:before {
	left: 26px;
	bottom: -20px;
	border-width: 10px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
.team .single-profile-top:after {
	left: 25px;
	bottom: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: #ddd transparent transparent transparent;
	z-index: 0;
}
.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}
.team .single-profile-bottom:before {
	left: 30px;
	top: -20px;
	border-width: 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 1;
}
.team .single-profile-bottom:after {
	left: 29px;
	top: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: transparent transparent #DDD transparent;
	z-index: 0;
}
/*===========================
  services
============================ */
.services {
	padding: 80px 0 80px 0;
}
.services .text-center h2 {
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom: 50px;
	font-size: 24px;
}
.services i {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 50px;
	color: #ddd;
}
.services h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*===========================
  gallery
============================ */
.gallery {
	padding: 50px;
}
.gallery .text-center h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
	margin-bottom: 30px;
}
.text-box .description-w {
	width: 100%;
}
.gallery figure {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #272727;
	text-align: center;
	cursor: pointer;
}
.gallery figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}
.gallery figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery figure figcaption::before,
.gallery figure figcaption::after {
	pointer-events: none;
}
/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
	text-align: right;
}
figure.effect-marley h3,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}
figure.effect-marley p {
	bottom: 30px;
	color: #fff;
	line-height: 1.5;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-marley h3 {
	top: 15px;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
figure.effect-marley:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-marley h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}
figure.effect-marley h3::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover h3::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.action {
	overflow: visible;
	padding: 0px;
	width: 100;
	background: #f2f2f2;
	position: relative;
}
.action .left-text {
	padding: 70px 0;
	padding-right: 60px;
	width: 50%;
}
.action .left-text h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}
.action .left-text p {
	padding-top: 20px;
}
.action .left-text em {
	font-size: 16px;
	color: #aaa;
	font-weight: 300;
	font-style: normal;
}
.action .right-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/7.jpg);
}
/* --- Map --- */
.map {
	position: relative;
	/*margin-top: -20px;*/
	/*margin-bottom: 40px;*/
}
/* google map */
#google-map {
	position: relative;
	height: 400px;
}
.contact-page {
	padding-top: 0;
	background: #fff;
	margin-bottom: 30px;
}
.contact-page h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
	margin-bottom: 30px;
}
.contact-page p {
	margin-bottom: 30px;
}
.contact-page .contact-form
.form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #f2f2f2;
	box-shadow: none;
	border-radius: 0;
}
textarea#message {
	resize: none;
	padding: 10px;
	border-radius: 0;
}
.contact-page .contact-wrap {
	margin-top: 20px;
}
.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
	display: block;
}
/*===========================
  Footer
============================ */
footer {
	padding: 50px;
	background: #65AAF0;
}
footer p {
	color: #fff;
}
footer h4 {
	margin-bottom: 30px;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 550;
	color: #272727;
}
footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right: 170px;
	margin-top: 20px;
	background: #272727;
	border: 1px solid #fff;
	border-radius: 0px;
}
footer .btn-gamp a:hover {
	background: #fff;
	color: #272727;
	opacity: 0.8;
	transition: all 0.5s;
}
footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius: 0px;
	border: 1px solid #fff;
}
.contact-info {
	color: #fff;
}
.contact-info ul {
	list-style: none;
	padding-left: 0;
}
.contact-info ul li i {
	margin-bottom: 20px;
}
.widget {
	padding-left: 0;
}
ul.sidebar-gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-gallery li {
	display: inline-block;
	margin: 0 10px 10px 0;
	border-radius: 0px;
}
.sidebar-gallery li a {
	display: inline-block;
}
ul.social-network {
	list-style: none;
	margin-top: 20px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.sub-footer {
	background: #272727;
	padding: 30px;
}
ul.social-network li {
	display: inline;
	margin: 0 50px;
	font-size: 25px;
	margin-left: -10px;
}
ul.social-network li a {
	color: #d0d0d0;
}
.social-network li:hover .fa-twitter {
	color: #00abf0;
}
.social-network li:hover .fa-facebook {
	color: #39579a;
}
.social-network li:hover .fa-google-plus {
	color: #eb8984;
}
.social-network li:hover .fa-pinterest {
	color: #c9171e;
}
.social-network li:hover .fa-linkedin {
	color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
	color: #C84941;
}
.social-network li:hover .fa-dribbble {
	color: #EA4C89;
}
.social-network li:hover .fa-pinterest-square {
	color: #EA4B49;
}
.copyright {
	margin-top: 30px;
	text-align: right;
}
.copyright a {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-shadow: none;
}
/*bootstrap4.0 card 上妻*/
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}
.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}
.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}
.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (min-width: 576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.card-group .card + .card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group .card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) .card-img-top,
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
		border-radius: 0;
	}
}
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}
/*css 上書き 上妻*/
body {
	/*font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;*/
	font-family: "Noto Sans Japanese";
	color: #000;
	font-weight: normal;
	font-size: 16px;
}
ul {
	list-style: none;
	padding-left: 0;
}
p {
	color: #424242;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans Japanese", "meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
a.default {
	color: #337ab7;
}
a.default:hover {
	color: #23527c;
	text-decoration: underline;
}
.btn:hover {
	opacity: 0.8;
}
/*#header*/
.header_top {
	/*background-color: #424242;*/
	background-color: hsla(36, 100%, 57%, 1);
	color: #fff;
	padding: 6px 15px;
	text-align: center;
}
.header_top h1 {
	color: #fff;
	margin: 0;
	font-size: 0;
}
.header_top h1 span.main {
	font-size: 12px;
	display: block;
	padding: 10px;
}
.header_top h1 span.sub {
	font-size: 16px;
	display: block;
	padding: 10px;
}
.header_top div.phone {
	padding-right: 20px;
}
@media (min-width: 768px) {
	.header_top {
		text-align: left;
	}

	.header_top h1 span.main {
		display: inline-block;
	}

	.header_top h1 span.sub {
		display: inline-block;
	}

	.header_top div.phone {
		text-align: right;
	}
}
/*#footer*/
footer {
	background: transparent;
	padding: 0;
}
.footer_top {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer_bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_top .caption {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_top .contact-info,
.footer_top .links {
	margin-bottom: 40px;
}
.footer_bottom .copyright {
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.footer_bottom .copyright span {
	display: block;
}
@media (min-width: 768px) {
	.footer_bottom .copyright span {
		display: inline-block;
	}
}
.footer_top {
	background-color: hsla(36, 100%, 57%, 1);
}
.footer_top h4,
.footer_top li a {
	color: #ffffff;
}
.footer_bottom {
	background-color: hsla(27, 100%, 47%, 1);
	color: #ffffff;
}
/*#nav*/
/*↓↓nav custom 画面の幅992pxでcollapse↓↓*/
@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
		display: block !important;
	}
}
@media (min-width: 992px) {
	.navbar-collapse.collapse {
		display: block !important;
	}

	.navbar-collapse.in {
		display: block !important;
	}
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: block;
	}
}
@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}
/*↑↑nav custom 画面の幅992pxでcollapse↑↑*/
#navbutton {
	background-color: hsla(34, 100%, 50%, 1);
	position: absolute;
	top: 25px;
	right: 10px;
	border: none;
}
#navbutton span.icon-bar {
	background-color: #ffffff;
}
#navbar {
	position: relative;
	top: 0px;
	background-color: #ffffff;
	font-family: 'meiryo';
	border: none;
	min-height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1;
}
@media (min-width: 768px) {
	#navbar {
		position: relative;
		top: 0px;
	}
}
@media (min-width: 992px) {
	#navbar {
		position: relative;
		padding: 10px 0;
	}
}
#navbar::before {
	background-image: url(../img/partition.png);
	background-repeat: repeat no-repeat;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	bottom: -9px;
	width: 100%;
	z-index: 2;
}
#navbar.affix {
	position: fixed !important;
	top: 0;
}
#navbar.affix {
	box-shadow: 0 0 4px #808080;
}
#navbar .navbar-header {
	margin-left: 10px;
	width: 210px;
	padding: 10px 0;
	text-align: right;
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-size: 45px 45px;
}
#navbar .navbar-header img {
	width: 240px;
}
#navbar .navbar-header img:hover {
	opacity: 0.7;
}
@media (min-width: 768px) {
	#navbar .navbar-header {
		margin-left: 0;
		width: 260px;
		background-size: 60px 60px;
		background-position: 0 15px;
	}

	#navbar .navbar-header img {
		width: inherit;
	}
}
#navbar .navbar-collapse {
	border: none;
	padding-top: 10px;
}
#navbar .navbar-collapse .nav-tabs {
	text-align: left;
	font-size: 0;
	border-bottom: 0;
}
#navbar .navbar-collapse .nav-tabs li {
	display: block;
	width: 100%;
	margin: 0;
}
#navbar .navbar-collapse .nav-tabs li:last-child {
}
#navbar .navbar-collapse .nav > li > a {
	border: none;
	padding: 8px 0;
	padding-left: 20px;
	font-size: 0;
	margin: 0;
	border-radius: 0;
	color: #424242;
	text-align: left;
	position: relative;
	border-bottom: solid 1px #808080;
}
#navbar .navbar-collapse .nav > li:nth-child(2) > a {
	border-top: solid 1px #808080;
}
#navbar .navbar-collapse .nav > li:last-child > a {
	border-bottom: none;
}
#navbar .navbar-collapse .nav li a:hover {
	background: inherit;
}
#navbar .navbar-collapse .nav li a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #808080;
	top: 14px;
	right: 20px;
}
#navbar .navbar-collapse .nav li a span[class*="icon-"] {
	font-size: 16px;
	padding: 4px;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	background-color: #808080;
	position: relative;
}
#navbar .navbar-collapse .nav li a span.text {
	padding-top: 12px;
	padding-left: 10px;
	font-size: 16px;
	font-family: "Noto Sans Japanese";
	position: relative;
}
#navbar .navbar-collapse .nav li a.index span[class*="icon-"] {
	background-color: hsla(36, 100%, 65%, 1);
}
#navbar .navbar-collapse .nav li a.guide span[class*="icon-"] {
	background-color: hsla(199, 91%, 64%, 1);
}
#navbar .navbar-collapse .nav li a.news span[class*="icon-"] {
	background-color: hsla(14, 100%, 70%, 1);
}
#navbar .navbar-collapse .nav li a.about span[class*="icon-"] {
	background-color: hsla(174, 42%, 51%, 1);
}
#navbar .navbar-collapse .nav li a.member span[class*="icon-"] {
	background-color: hsla(291, 47%, 60%, 1);
}
#navbar .navbar-collapse .nav li a.qanda span[class*="icon-"] {
	background-color: hsla(340, 83%, 66%, 1);
}
#navbar .navbar-collapse .nav li a.access span[class*="icon-"] {
	background-color: hsla(88, 50%, 67%, 1);
}
@media (min-width: 992px) {
	#navbar .navbar-collapse .nav-tabs li {
		display: inline-block;
		width: 94px;
		border: none;
	}

	#navbar .navbar-collapse .nav li a {
		border: none;
		padding: 5px 0 0 0;
		text-align: center;
		font-size: 0;
		margin: 0;
		border-radius: 0;
		color: #424242;
	}

	#navbar .navbar-collapse .nav li a::before {
		content: '';
		width: 0;
		height: 0;
		border: none;
	}

	#navbar .navbar-collapse .nav-tabs li span {
		display: block;
	}

	#navbar .navbar-collapse .nav li a span.text {
		padding: 0;
		padding-top: 12px;
		font-size: 12px;
		font-family: "Noto Sans Japanese";
		position: relative;
	}

	#navbar .navbar-collapse .nav li a:hover span[class*="icon-"] {
		opacity: 0.5;
		transition: all 0.5s;
	}

	#navbar .navbar-collapse .nav li:first-child a span.text::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 16px;
		top: 12px;
		left: 0;
		background-color: #808080;
	}

	#navbar .navbar-collapse .nav > li:nth-child(2) > a {
		border-top: none;
	}

	#navbar .navbar-collapse .nav li a span.text::after {
		content: '';
		position: absolute;
		width: 1px;
		height: 16px;
		top: 12px;
		right: 0;
		background-color: #808080;
	}

	#navbar .navbar-collapse .nav li a span[class*="icon-"] {
		font-size: 24px;
		padding: 8px;
		display: inline-block;
		color: #fff;
		border-radius: 50%;
		background-color: #808080;
		position: relative;
		width: 40px;
		height: 40px;
	}

	#navbar .navbar-collapse .nav li a span[class*="icon-"]::after {
		content: '';
		display: block;
		position: absolute;
		width: 46px;
		height: 46px;
		border-radius: 50%;
		background: transparent;
		z-index: -1;
		left: -3px;
		top: -3px;
		opacity: 1;
		border: solid 1px #808080;
	}

	#navbar .navbar-collapse .nav li a.index span[class*="icon-"]::after {
		border-color: hsla(36, 100%, 65%, 1);
	}

	#navbar .navbar-collapse .nav li a.guide span[class*="icon-"]::after {
		border-color: hsla(199, 91%, 64%, 1);
	}

	#navbar .navbar-collapse .nav li a.news span[class*="icon-"]::after {
		border-color: hsla(14, 100%, 70%, 1);
	}

	#navbar .navbar-collapse .nav li a.about span[class*="icon-"]::after {
		border-color: hsla(174, 42%, 51%, 1);
	}

	#navbar .navbar-collapse .nav li a.member span[class*="icon-"]::after {
		border-color: hsla(291, 47%, 60%, 1);
	}

	#navbar .navbar-collapse .nav li a.qanda span[class*="icon-"]::after {
		border-color: hsla(340, 83%, 66%, 1);
	}

	#navbar .navbar-collapse .nav li a.access span[class*="icon-"]::after {
		border-color: hsla(88, 50%, 67%, 1);
	}
}
#navbar .navbar-collapse.in {
	overflow-y: visible;
}
/*#navbar .navbar-collapse .nav .nav_sub --- sub navigation*/
#navbar .navbar-collapse .nav .nav_sub {
}
#navbar .navbar-collapse .nav li:hover .nav_sub {
}
#navbar .navbar-collapse .nav ul {
	padding-left: 20px;
}
#navbar .navbar-collapse .nav .nav_sub ul li {
}
#navbar .navbar-collapse .nav ul li:first-child {
}
#navbar .navbar-collapse .nav .nav_sub ul li:first-child::before {
}
#navbar .navbar-collapse .nav .nav_sub ul li:first-child::after {
}
#navbar .navbar-collapse .nav .nav_sub ul li:last-child {
}
#navbar .navbar-collapse .nav .nav_sub ul li a {
	display: block;
	font-size: 16px;
	font-family: "Noto Sans Japanese";
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-bottom: solid 1px #a0a0a0;
	color: #424242;
	position: relative;
}
#navbar .navbar-collapse .nav .nav_sub ul li a:hover {
	color: #424242;
	opacity: 1;
}
#navbar .navbar-collapse .nav .nav_sub ul li a:hover .text {
	opacity: 0.8;
}
#navbar .navbar-collapse .nav .nav_sub ul li:last-child a {
	border-bottom: none;
}
#navbar .navbar-collapse .nav .nav_sub ul li a:first-child {
}
#navbar .navbar-collapse .nav .nav_sub ul li a:last-child {
}
#navbar .navbar-collapse .nav .nav_sub ul li a span.text {
	padding-left: 40px;
	padding-top: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	display: block;
}
#navbar .navbar-collapse .nav .nav_sub ul li a span.text::before {
}
#navbar .navbar-collapse .nav .nav_sub ul li a span.text::after {
}
#navbar .navbar-collapse .nav .nav_sub ul li.gambare .text {
	background-image: url("../img/mark_gambare.png");
}
#navbar .navbar-collapse .nav .nav_sub ul li.kashiwazato .text {
	background-image: url("../img/mark_kashiwazato.png");
}
#navbar .navbar-collapse .nav .nav_sub ul li.tampopo .text {
	background-image: url("../img/mark_tampopo.png");
}
#navbar .navbar-collapse .nav .nav_sub ul li.tsukudanishi .text {
	background-image: url("../img/mark_tsukudanishi.png");
}
#navbar .navbar-collapse .nav .nav_sub ul li.mitejima .text {
	background-image: url("../img/mark_mitejima.png");
}
@media (min-width: 992px) {
	#navbar .navbar-collapse .nav .nav_sub {
		padding-top: 80px;
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1002;
		opacity: 0;
		visibility: hidden;
		transition: top 0.5s ease-in;
	}

	#navbar .navbar-collapse .nav li:hover .nav_sub {
		visibility: visible;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		opacity: 1;
	}

	#navbar .navbar-collapse .nav ul {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 0 2px #aaa;
		padding-left: 0;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li {
		width: 240px;
		color: #424242;
		font-family: "Noto Sans Japanese";
		padding-left: 0;
	}

	#navbar .navbar-collapse .nav ul li:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		position: relative;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li:first-child::before {
		content: "";
		border-bottom: solid 15px #fff;
		border-left: solid 5px transparent;
		border-right: solid 5px transparent;
		position: absolute;
		top: -14px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1001;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li:first-child::after {
		content: "";
		border-bottom: solid 16px #aaa;
		border-left: solid 6px transparent;
		border-right: solid 6px transparent;
		position: absolute;
		top: -14px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li:last-child {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li:nth-child(2n -1) {
		background-color: #fff;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li:nth-child(2n) {
		background-color: hsla(36, 85%, 95%, 1);
	}

	#navbar .navbar-collapse .nav .nav_sub ul li a {
		text-align: left;
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li:first-child a {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li:last-child a {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li a span.text {
		display: block;
		padding-left: 35px;
		padding-top: 15px;
		padding-bottom: 15px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 25px 25px;
		font-size: 14px;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li a span.text::before {
		background-color: inherit;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li a span.text::after {
		background-color: inherit;
	}

	#navbar .navbar-collapse .nav .nav_sub ul li.gambare .text {
		background-image: url("../img/mark_gambare.png");
	}

	#navbar .navbar-collapse .nav .nav_sub ul li.kashiwazato .text {
		background-image: url("../img/mark_kashiwazato.png");
	}

	#navbar .navbar-collapse .nav .nav_sub ul li.tampopo .text {
		background-image: url("../img/mark_tampopo.png");
	}

	#navbar .navbar-collapse .nav .nav_sub ul li.tsukudanishi .text {
		background-image: url("../img/mark_tsukudanishi.png");
	}

	#navbar .navbar-collapse .nav .nav_sub ul li.mitejima .text {
		background-image: url("../img/mark_mitejima.png");
	}
}
/*#top_page #index #top_slider*/
#top_page #index #top_slider {
	margin-bottom: 20px;
	position: relative;
}
#top_page #index #top_slider .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border-radius: 50%;
	border: solid 1px #fff;
	margin-left: 4px;
	margin-right: 4px;
	opacity: 0.6;
}
#top_page #index #top_slider .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
	border: none;
}
#top_page #index #top_slider a.carousel-control {
	background: none;
	position: absolute;
	text-align: center;
	width: 0;
}
#top_page #index #top_slider a.carousel-control i {
	font-size: 36px;
	border-radius: 0;
	height: 50px;
	width: 50px;
	padding: 6px;
	position: absolute;
	top: 40%;
	color: #ffffff;
	/*background-color: hsla(26, 100%, 50%, 1);*/
	text-shadow: none;
	border-radius: 50%;
}
#top_page #index #top_slider a.carousel-control.left,
#top_page #index #top_slider a.carousel-control.right {
	opacity: 0;
}
#top_page #index #top_slider:hover a.carousel-control.left,
#top_page #index #top_slider:hover a.carousel-control.right {
	opacity: 1;
	transition: all 1s ease-out;
}
#top_page #index #top_slider a.carousel-control.left {
	left: 40px;
}
#top_page #index #top_slider a.carousel-control.right {
	right: 90px;
}
#top_page #index #top_slider .carousel-inner .item {
	height: 300px;
	background-position: center bottom;
	background-size: cover;
	font-size: 0;
}
#top_page #index #top_slider .carousel-inner .item01 {
	background-image: url('../img/slide_back01.jpg');
}
#top_page #index #top_slider .carousel-inner .item01 .caption {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}
#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span {
	display: block;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	color: #fff;
}
#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:first-child {
	font-size: 24px;
	display: block;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:last-child {
	font-size: 24px;
	display: block;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#top_page #index #top_slider .carousel-inner .item01 .caption .text02 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 30px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#top_page #index #top_slider .carousel-inner .item01 .caption .text02 .marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(33, 100%, 49%, 1) 60%);
}
#top_page #index #top_slider .carousel-inner .item01 .caption .button .btn_link.guide .btn_rectangle {
	box-shadow: none;
	display: inline-block;
	padding: 5px 10px 0px 10px;
	background-color: hsla(199, 98%, 48%, 1);
}
#top_page #index #top_slider .carousel-inner .item01 .caption .button .icon {
	padding-right: 5px;
	font-size: 28px;
}
#top_page #index #top_slider .carousel-inner .item01 .pic {
	display: inline-block;
	background-image: url('../img/slide_item01_01.png');
	background-position: center center;
	background-size: cover;
	padding: 150px;
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 1;
}
@media (min-width: 768px) {
	#top_page #index #top_slider .carousel-inner .item {
		height: 350px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption {
		padding-top: 40px;
		padding-left: 60px;
		width: 50%;
		text-align: center;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:first-child {
		font-size: 32px;
		display: block;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:last-child {
		font-size: 24px;
		display: block;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text02 {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		padding-bottom: 20px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .pic {
		padding: 175px;
		position: relative;
	}
}
@media (min-width: 992px) {
	#top_page #index #top_slider .carousel-inner .item {
		height: 400px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption {
		padding-top: 50px;
		padding-left: 60px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:first-child {
		font-size: 40px;
		display: block;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:last-child {
		display: block;
		font-size: 36px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text02 {
		font-size: 21px;
		font-weight: bold;
		color: #fff;
		padding-bottom: 30px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .pic {
		padding: 200px;
	}
}
@media (min-width: 1200px) {
	#top_page #index #top_slider .carousel-inner .item {
		height: 500px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption {
		padding-top: 80px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:first-child {
		font-size: 40px;
		display: block;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text01 span:last-child {
		display: block;
		font-size: 36px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .caption .text02 {
		font-size: 21px;
		font-weight: bold;
		color: #fff;
		padding-bottom: 30px;
	}

	#top_page #index #top_slider .carousel-inner .item01 .pic {
		padding: 250px;
	}
}
#top_page #index #top_slider .carousel-inner .item02 {
	background-image: url('../img/slide_back02.jpg');
	background-position: center center;
}
#top_page #index #top_slider .carousel-inner .item02 .caption {
	text-align: right;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 40px;
	right: 15%;
	z-index: 2;
}
#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span {
	display: block;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	color: #fff;
}
#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(1) {
	font-size: 24px;
	display: inline;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	padding-bottom: 30px;
}
#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(2) {
	font-size: 18px;
	display: block;
	font-family: "Noto Sans Japanese";
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(3) {
	font-size: 18px;
	display: block;
	font-family: "Noto Sans Japanese";
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	padding-bottom: 30px;
}
#top_page #index #top_slider .carousel-inner .item02 .caption .button .btn_link.about .btn_rectangle {
	box-shadow: none;
	display: inline-block;
	padding: 5px 10px 0px 10px;
	background-color: hsla(174, 100%, 29%, 1);
}
#top_page #index #top_slider .carousel-inner .item02 .caption .button .icon {
	padding-right: 5px;
	font-size: 28px;
}
#top_page #index #top_slider .carousel-inner .item02 .pic01 {
	display: inline-block;
	background-image: url('../img/slide_item02_01.png');
	background-position: center center;
	background-size: cover;
	padding: 150px;
	margin-left: 30px;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	#top_page #index #top_slider .carousel-inner .item02 .caption {
		padding-top: 10px;
		padding-left: 60px;
		width: 50%;
		text-align: center;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(1) {
		font-size: 28px;
		display: block;
		padding-bottom: 20px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(2) {
		font-size: 21px;
		display: block;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(3) {
		font-size: 21px;
		display: block;
		padding-bottom: 20px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .pic01 {
		padding: 175px;
		position: relative;
	}
}
@media (min-width: 992px) {
	#top_page #index #top_slider .carousel-inner .item02 .caption {
		padding-top: 10px;
		padding-left: 50px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(1) {
		font-size: 36px;
		display: block;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(2) {
		display: block;
		font-size: 28px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(3) {
		display: block;
		font-size: 28px;
		padding-bottom: 30px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .pic01 {
		padding: 200px;
	}
}
@media (min-width: 1200px) {
	#top_page #index #top_slider .carousel-inner .item02 .caption {
		padding-top: 40px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(1) {
		font-size: 36px;
		display: block;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(2) {
		display: block;
		font-size: 28px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .caption .text01 span:nth-of-type(3) {
		display: block;
		font-size: 28px;
	}

	#top_page #index #top_slider .carousel-inner .item02 .pic01 {
		padding: 250px;
	}
}
.slider a i:hover {
	border: none;
}
.slider:hover a i {
	display: block;
}
/*#top_page*/
#top_page .p_w {
	padding: 40px 0 40px 0;
}
#top_page .p_w .p_t {
	text-align: center;
	padding: 10px 0px 20px 0;
}
#top_page .p_w .p_c {
	padding: 10px 0px 20px 0;
}
#top_page .p_w .p_c p {
	color: #646464;
}
#top_page .p_w .p_c p .lb {
	display: inline;
}
@media (min-width: 992px) {
	#top_page .p_w .p_c p .lb {
		display: block;
	}
}
#top_page .p_w .p_a {
	padding: 10px 0px 10px 0;
	overflow: hidden;
}
#top_page .p_w .p_t h2 {
	font-family: "Rounded Mplus 1c";
}
#top_page .p_w .p_t .subtitle {
	padding-top: 20px;
}
#top_page .p_w .p_t h2 span.marker {
	padding: 0 10px;
}
/*#top_page .p_w.welcome*/
#top_page .p_w.welcome {
	padding-top: 0;
}
#top_page .p_w.welcome .p_t h2 span.marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(36, 100%, 65%, 1) 60%);
}
#top_page .p_w.welcome .p_c {
	text-align: center;
}
@media (min-width: 1200px) {
	#top_page .p_w.welcome .p_c p {
		letter-spacing: 3px;
	}
}
#top_page .p_w.welcome .p_a {
	text-align: center;
}
#top_page .p_w.welcome .p_a > div > div {
	padding: 20px;
}
/*#top_page .p_w.about*/
#top_page .p_w.about {
	background-color: #f0f0f0;
	padding-top: 40px;
	padding-bottom: 40px;
}
#top_page .p_w.about .p_t {
	margin: 0;
}
#top_page .p_w.about .p_t h2 {
	margin: 0;
}
#top_page .p_w.about .p_c p {
	padding-bottom: 20px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#top_page .p_w.about .pic {
	padding-top: 20px;
}
@media (min-width: 992px) {
	#top_page .p_w.about .p_c p {
		padding-bottom: 4px;
	}

	#top_page .p_w.about .p_a {
		padding-top: 10px;
	}

	#top_page .p_w.about .text {
		padding-left: 20px;
	}

	#top_page .p_w.about .pic {
		padding-top: 16px;
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	#top_page .p_w.about .p_c p {
		padding-bottom: 30px;
	}

	#top_page .p_w.about .p_a {
		padding-top: 15px;
	}

	#top_page .p_w.about .text {
		padding-left: 40px;
	}

	#top_page .p_w.about .pic {
		padding-right: 40px;
	}
}
#top_page .p_w.about .pic > img {
	border-radius: 4px;
}
/*#top_page .p_w.*afterschool*/
#top_page .p_w.afterschool .item {
	margin-bottom: 40px;
	color: #424242;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: solid 2px #e0e0e0;
	height: 300px;
}
#top_page .p_w.afterschool h3 {
	font-size: 21px;
	font-family: 'Noto Sans Japanese';
	text-align: center;
	/*background-color: #f5f5f5;*/
	margin: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: bold;
	border-bottom: solid 2px #e0e0e0;
	color: #424242;
}
#top_page .p_w.afterschool h3 .marker {
	position: relative;
}
#top_page .p_w.afterschool h3 .marker::after {
	content: '';
	width: calc(100% + 70px);
	height: 3px;
	background-color: #808080;
	position: absolute;
	top: 42px;
	left: -45px;
}
#top_page .p_w.afterschool .item.gambare h3 .marker::after {
	background-color: hsla(181, 47%, 51%, 1);
}
#top_page .p_w.afterschool .item.kashiwazato h3 .marker::after {
	background-color: hsla(342, 64%, 59%, 1);
}
#top_page .p_w.afterschool .item.tampopo h3 .marker::after {
	background-color: hsla(360, 69%, 65%, 1);
}
#top_page .p_w.afterschool .item.tsukudanishi h3 .marker::after {
	background-color: hsla(80, 50%, 49%, 1);
}
#top_page .p_w.afterschool .item.mitejima h3 .marker::after {
	background-color: hsla(230, 19%, 45%, 1);
}
#top_page .p_w.afterschool h3 img {
	position: relative;
	top: -3px;
	left: -8px;
	height: 30px;
	width: 30px;
}
#top_page .p_w.afterschool .item ul {
	padding: 20px 15px 0 15px;
}
#top_page .p_w.afterschool .item li {
	margin-bottom: 10px;
	overflow: hidden;
}
#top_page .p_w.afterschool .item li.tel {
	font-size: 19px;
	font-weight: 500;
}
#top_page .p_w.afterschool .item li.tel .num {
	margin-top: -3px;
}
#top_page .p_w.afterschool .item. li.address {
	font-size: 16px;
}
#top_page .p_w.afterschool .item.tsukudanishi ul {
	padding-top: 12px;
}
#top_page .p_w.afterschool .item.tsukudanishi li.tel,
#top_page .p_w.afterschool .item.tsukudanishi li.address {
	margin-bottom: 5px;
}
@media (min-width: 992px) {
	#top_page .p_w.afterschool .item li.address {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	#top_page .p_w.afterschool .item li.address {
		font-size: 16px;
	}
}
#top_page .p_w.afterschool .item .links {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	width: 100%;
}
#top_page .p_w.afterschool .item .links .social {
	text-align: center;
	height: 46px;
}
#top_page .p_w.afterschool .item .links .social > a {
	margin: 0 5px;
}
#top_page .p_w.afterschool .item .links .individual {
	text-align: center;
}
#top_page .p_w.afterschool .item .links .individual .btn_individual [class*=btn] {
	width: 240px;
}
#top_page .p_w.afterschool .item span[class*="icon-"],
#top_page .p_w.afterschool .item span.num,
#top_page .p_w.afterschool .item span.text {
	float: left;
}
#top_page .p_w.afterschool .item span.num,
#top_page .p_w.afterschool .item span.text {
	width: 85%;
}
#top_page .p_w.afterschool .item span[class*="icon-"] {
	font-size: 21px;
	margin-right: 6px;
	margin-top: 2px;
}
#top_page .p_w.afterschool .item span.num,
#top_page .p_w.afterschool .item span.text {
	font-family: "Noto Sans Japanese";
}
#top_page .p_w.afterschool .item span.text span {
	display: inline-block;
}
/*#top_page .p_w.news*/
#top_page .p_w.news .p_t,
#top_page .p_w.news .p_c {
	margin: 0;
	padding: 0;
}
#top_page .p_w.news {
	/*background-color:hsla(6,71%,95%,1);*/
}
#top_page .p_w.news .p_t h2 {
	background-color: hsla(14, 100%, 70%, 1);
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top_page .p_w.news .p_t h2 span.icon {
	/*color: hsla(14, 100%, 70%, 1);*/
}
#top_page .p_w.news .p_t h2 span.marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(14, 100%, 70%, 0.7) 60%);
}
#top_page .p_w.news ul {
	max-height: 620px;
	overflow-y: scroll;
	border: solid 1px hsla(14, 100%, 70%, 1);
}
.sp-br {
	display: none;
}
@media (min-width: 576px) {
	#top_page .p_w.news ul {
	}
}
@media (min-width: 768px) {
	#top_page .p_w.news ul {
	}
}
@media (max-width: 992px) {
	#top_page .p_w.news ul {
	}
	.sp-br {
		display: block;
	}
}
@media (min-width: 1200px) {
	#top_page .p_w.news ul {
	}
}
#top_page .p_w.news ul::-webkit-scrollbar {
	width: 6px;
}
#top_page .p_w.news ul::-webkit-scrollbar-track {
	background: #eeeeee;
	border-left: solid 1px #ececec;
}
#top_page .p_w.news ul::-webkit-scrollbar-thumb {
	background: hsla(14, 100%, 57%, 0.5);
	border-radius: 10px;
}
#top_page .p_w.news ul li {
	padding: 20px;
	overflow: hidden;
}
#top_page .p_w.news ul li {
	border-top: solid 1px hsla(14, 100%, 57%, 0.2);
	width: 100%;
}
#top_page .p_w.news ul li:last-child {
	border-bottom: solid 1px hsla(14, 100%, 57%, 0.2);
}
#top_page .p_w.news ul li span.label {
	padding: 5px 0px;
	width: 70px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}
#top_page .p_w.news ul li span.date {
	display: inline-block;
	color: #808080;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
#top_page .p_w.news ul li span.new {
	font-style: italic;
	width: 5%;
	color: #B71C1C;
}
#top_page .p_w.news ul li span.text {
	display: block;
}
#top_page .p_w.news ul li span.text.text-info {
	color: #424242;
	text-indent: -1em;
	padding-left: 1em;
}
@media (min-width: 768px) {
	#top_page .p_w.news ul li span.text {
		display: inline-block;
	}
}
#top_page .p_w.news ul a:hover .pic img {
	opacity: 0.7;
}
#top_page .p_w.news ul li span.text .pic.sayonarabidamatosan {
	text-align: center;
}
#top_page .p_w.news ul li span.text-danger {
	font-weight: bold;
}
/*#top_page #index .p_w.gallery*/
#top_page #index .p_w.gallery .p_t h2 span.marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(174, 100%, 29%, 0.5) 60%);
}
#top_page #index .p_w.gallery h3 {
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#top_page #index .p_w.gallery {
	background-color: #fff;
}
#top_page #index .p_w.gallery a:hover img{
	opacity:0.8;




}
#top_page #index .p_w.gallery figure,
#top_page #index .p_w.gallery .description-w {
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: inherit;
	position: relative;
}
#top_page #index .p_w.gallery .description {
	margin-bottom: 6px;
}
#top_page #index .p_w.gallery .description-w {
	border: solid 1px hsla(14, 100%, 70%, 1);
	padding: 15px;
	/*background-size: contain;*/
	/*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%,rgba(0,0,0,0.7) 100%),url(../img/gallery14.jpg);*/
	/*color:#fff;*/
}
#top_page #index .p_w.gallery .description {
	margin-bottom: 6px;
}
@media (min-width: 576px) {
	#top_page #index .p_w.gallery .description-w {
	}
}
@media (min-width: 768px) {
	#top_page #index .p_w.gallery .description-w {
		width: 100%;
		height: 157px;
		font-size: 14px;
		overflow: auto;
	}
	
	#top_page #index .p_w.gallery .text-box .description-w::after {
		
	}
	
	#top_page #index .p_w.gallery .text-box .description-w::-webkit-scrollbar {
		width: 6px;
	}
	#top_page #index .p_w.gallery .text-box .description-w::-webkit-scrollbar-track {
		background: #eeeeee;
		border-left: solid 1px #ececec;
	}
	#top_page #index .p_w.gallery .text-box .description-w::-webkit-scrollbar-thumb {
		background: hsla(14, 100%, 57%, 0.5);
		border-radius: 10px;
	}
}
@media (min-width: 1200px) {
	#top_page #index .p_w.gallery .col-lg-4 {
    	width: 370px;
	}
	#top_page #index .p_w.gallery .description-w {
		width: 100%;
		height: 157px;
		overflow: auto;
	}
}
#top_page #index .p_w.gallery .description:last-child {
	margin-bottom: 0;
}
#top_page #index .p_w.gallery .description .title {
	font-weight: bold;
}
#top_page #index .p_w.gallery .description .title::before {
	content: "\25A0";
	margin-right: 5px;
}
#top_page #index .p_w.gallery .description .title .detail {
	display: block;
}
#top_page #index .p_w.gallery figure figcaption {
	padding: 0;
}
#top_page #index .p_w.gallery img {
	opacity: 1;
	border-radius: 10px;
}
/*#other_page*/
#other_page .p_w {
}
#other_page .p_w .p_t h2 .icon {
	font-size: 32px;
	padding-right: 10px;
}
#other_page .p_w .p_t {
	padding: 40px 0;
	width: 100%;
	background-image: url('../img/pagetitle.jpg');
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#other_page .p_w .p_t h2 {
	font-family: "Rounded Mplus 1c";
	color: #fff;
	text-align: center;
}
#other_page .p_w .p_c {
	padding: 20px 0 20px 0;
}
#other_page .p_w .p_c .wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
#other_page .p_w .p_c .title {
	padding: 20px 0 20px 0;
}
#other_page .p_w .p_c .title h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#other_page .p_w .p_c .title h3 > span {
	/*padding: 0 10px;*/
	/*background-image: linear-gradient(180deg, transparent 60%, hsla(36, 100%, 65%, 1) 60%);*/
}
#other_page .p_w .p_c .contents {
	padding: 20px 0 20px 0;
}
#other_page .p_w .p_c .additions {
	padding: 20px 0 20px 0;
}
/*#other_page #guide*/
#other_page #guide .contents .title {
	margin: 0;
	padding: 0;
}
#other_page #guide .contents .contents {
	margin: 0;
	padding: 0;
}
#other_page #guide .contents .wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
#other_page #guide .guideline p {
	margin-bottom: 2px;
}
#other_page #guide .guideline .item {
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: hsla(46, 100%, 94%, 1);
}
#other_page #guide .guideline .item .pic {
	padding-top: 5px;
}
#other_page #guide .guideline .item .title {
	position: relative;
	margin-left: 30px;
}
#other_page #guide .guideline .item .title h4 {
	font-weight: bold;
	color: #424242;
	display: inline-block;
	position: relative;
	font-size: 18px;
	margin: 0;
}
#other_page #guide .guideline .item .title h4::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 2px;
	left: -30px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#other_page #guide .guideline .item.target .title h4::before {
	background-image: url("../img/guideline_target_s.png");
}
#other_page #guide .guideline .item.time .title h4::before {
	background-image: url("../img/guideline_time_s.png");
}
#other_page #guide .guideline .item.holiday .title h4::before {
	background-image: url("../img/guideline_holiday_s.png");
}
#other_page #guide .guideline .item.compensatory .title h4::before {
	background-image: url("../img/guideline_compensatory_s.png");
}
#other_page #guide .guideline .item.typhoon .title h4::before {
	background-image: url("../img/guideline_typhoon_s.png");
}
#other_page #guide .guideline .item.closure .title h4::before {
	background-image: url("../img/guideline_closure_s.png");
}
#other_page #guide .guideline .item .contents {
	margin-left: 30px;
	display: block;
}
@media (min-width: 992px) {
	#other_page #guide .guideline .item {
		height: 120px;
		padding-left: 0;
	}

	#other_page #guide .guideline .item .title {
		margin-left: 0;
	}

	#other_page #guide .guideline .item .title h4::before {
		position: absolute;
		width: 15px;
		height: 15px;
		top: 7px;
		left: -18px;
	}

	#other_page #guide .guideline .item.target .title h4::before {
		background-image: none;
		background-color: hsla(202, 98%, 37%, 1);
	}

	#other_page #guide .guideline .item.time .title h4::before {
		background-image: none;
		background-color: hsla(27, 100%, 47%, 1);
	}

	#other_page #guide .guideline .item.holiday .title h4::before {
		background-image: none;
		background-color: hsla(202, 98%, 37%, 1);
	}

	#other_page #guide .guideline .item.compensatory .title h4::before {
		background-image: none;
		background-color: hsla(27, 100%, 47%, 1);
	}

	#other_page #guide .guideline .item.typhoon .title h4::before {
		background-image: none;
		background-color: hsla(202, 98%, 37%, 1);
	}

	#other_page #guide .guideline .item.closure .title h4::before {
		background-image: none;
		background-color: hsla(27, 100%, 47%, 1);
	}

	#other_page #guide .guideline .item .contents {
		margin-left: 0;
		height: 70px;
		display: table-cell;
		vertical-align: middle;
	}
}
@media (min-width: 1200px) {
}
#other_page #guide .afterschool table {
}
#other_page #guide .afterschool table th {
	text-align: center;
	vertical-align: middle;
	color: #424242;
	font-size: 12px;
}
#other_page #guide .afterschool table td {
	text-align: center;
	vertical-align: middle;
	color: #424242;
	font-size: 14px;
}
#other_page #guide .afterschool table p {
	font-size: 14px;
}
#other_page #guide .afterschool .facility {
	font-weight: bold;
}
@media (min-width: 992px) {
	#other_page #guide .afterschool table th {
		font-size: 14px;
	}

	#other_page #guide .afterschool table td {
		font-size: 16px;
	}

	#other_page #guide .afterschool table p {
		font-size: 16px;
	}

	#other_page #guide .afterschool .facility {
		font-size: 18px;
	}
}
#other_page #guide .afterschool table th {
	background-color: #f5f5f5;
	font-weight: normal;
	border: solid 1px #e0e0e0;
}
#other_page #guide .afterschool table td {
	border: solid 1px #e0e0e0;
}
#other_page #guide .afterschool table tr td:nth-of-type(1) {
	background-size: 30px 30px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	#other_page #guide .afterschool table tr td:nth-of-type(1) {
		background-position: 20px center;
	}
}
@media (min-width: 992px) {
	#other_page #guide .afterschool table tr td:nth-of-type(1) {
		background-position: 40px center;
	}
}
@media (min-width: 1200px) {
	#other_page #guide .afterschool table tr td:nth-of-type(1) {
		background-position: 60px center;
	}
}
#other_page #guide .afterschool table .gambare td:nth-of-type(1) {
	background-image: url("../img/mark_gambare.png");
}
#other_page #guide .afterschool table .kashiwazato td:nth-of-type(1) {
	background-image: url("../img/mark_kashiwazato.png");
}
#other_page #guide .afterschool table .tampopo td:nth-of-type(1) {
	background-image: url("../img/mark_tampopo.png");
}
#other_page #guide .afterschool table .tsukudanishi td:nth-of-type(1) {
	background-image: url("../img/mark_tsukudanishi.png");
}
#other_page #guide .afterschool table .mitejima td:nth-of-type(1) {
	background-image: url("../img/mark_mitejima.png");
}
#other_page #guide .afterschool table th:nth-of-type(1) {
	width: 28%;
}
#other_page #guide .afterschool table th:nth-of-type(2) {
	width: 15%;
}
#other_page #guide .afterschool table th:nth-of-type(3) {
	width: 15%;
}
#other_page #guide .afterschool table th:nth-of-type(4) {
}
#other_page #guide .afterschool table tr td:nth-of-type(1) {
	text-align: center;
	padding-left: 40px;
}
#other_page #guide .afterschool table tr td:nth-of-type(2) {
}
#other_page #guide .afterschool table tr td:nth-of-type(3) {
}
#other_page #guide .afterschool table tr td:nth-of-type(4) {
	text-align: left;
	padding-left: 20px;
}
#other_page #guide .afterschool table td ul {
	margin: 0;
}
#other_page #guide .afterschool table td li {
	/*margin: 2px 0;*/
}
#other_page #guide .afterschool table td p {
	line-height: 1.5;
	margin: 0;
}
#other_page #guide .afterschool table th span,
#other_page #guide .afterschool table td span {
	display: block;
}
#other_page #guide .afterschool table th span.small {
	font-size: 14px;
}
#other_page #guide .afterschool table tr:nth-of-type(2n) {
}
#other_page #guide .afterschool table tr:nth-of-type(2n+1) {
	/*background-color: hsla(199, 94%, 94%, 1);*/
}
/*#other_page #about*/
#other_page #about .p_w .p_c .title h3 > span {
	background-image: linear-gradient(180deg, transparent 60%, hsla(174, 100%, 29%, 0.5) 60%);
}
#other_page #about .p_w .p_c .contents p {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
#other_page #about .p_w .p_c .contents .pic {
	margin-top: 20px;
}
@media (min-width: 992px) {
	#other_page #about .p_w .p_c .contents .pic {
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	#other_page #about .p_w .p_c .contents p {
		padding-left: 40px;
		padding-right: 40px;
		background-position: 20px 0;
	}
}
#other_page #about .p_w .p_c .contents .pic img {
	border-radius: 4px;
}
/*#other_page #qanda*/
#other_page #qanda .p_w .p_c .title h3 > span {
	background-image: none;
}
#other_page #qanda .p_c .questionnaire {
	margin-bottom: 20px;
}
#other_page #qanda .p_c .questionnaire #qanda_nav.affix {
	position: fixed;
	top: 0px;
}
@media (min-width: 992px) {
	#other_page #qanda .p_c .questionnaire #qanda_nav.affix {
		width: 362px;
	}
}
@media (min-width: 1200px) {
	#other_page #qanda .p_c .questionnaire #qanda_nav.affix {
		width: 445px;
	}
}
#other_page #qanda .p_c .questionnaire .sidebar .question {
	display: block;
	margin-bottom: 5px;
}
#other_page #qanda .p_c .questionnaire .sidebar .qmark {
	display: inline-block;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: bold;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	padding-top: 3px;
	vertical-align: top;
	margin-top: -2px;
	border: solid 2px #fff;
}
#other_page #qanda .p_c .questionnaire .sidebar .qtext {
	display: inline-block;
	line-height: 1.2;
	width: 80%;
	font-size: 14px;
}
#other_page #qanda .p_c .questionnaire .sidebar .active .question {
	background: none;
	font-weight: bold;
	background-color: hsla(339, 81%, 85%, 0.5);
	color: #424242;
}
#other_page #qanda .p_c .questionnaire .sidebar .qmark {
	background-color: hsla(340, 83%, 66%, 1);
	color: #fff;
}
#other_page #qanda .p_c .questionnaire .qa {
	margin-bottom: 40px;
}
#other_page #qanda .p_c .title .qmark,
#other_page #qanda .p_c .title .amark {
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 32px;
}
#other_page #qanda .p_c .questionnaire .qa .question {
	color: #424242;
	padding: 20px 20px;
	font-size: 18px;
	position: relative;
	background-color: hsla(339, 81%, 85%, 0.5);
	border-radius: 4px 4px 0 0;
	font-weight: bold;
}
#other_page #qanda .p_c .questionnaire .qa .answer {
	padding: 20px 20px;
	border-top: none;
	font-family: 'Noto Sans Japanese';
	border-radius: 0 0 4px 4px;
	background-color: hsla(33, 100%, 49%, 0.1);
	color: #424242;
}
#other_page #qanda .p_c .questionnaire .qa .qmark,
#other_page #qanda .p_c .questionnaire .qa .amark {
	color: #fff;
	display: inline-block;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: bold;
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	padding-top: 6px;
	margin-top: -5px;
	vertical-align: top;
	border: solid 3px #fff;
}
#other_page #qanda .p_c .questionnaire .qa .qmark {
	background-color: hsla(340, 83%, 66%, 1);
}
#other_page #qanda .p_c .questionnaire .qa .amark {
	background-color: hsla(21, 100%, 45%, 0.6);
}
#other_page #qanda .p_c .questionnaire .qa .qtext,
#other_page #qanda .p_c .questionnaire .qa .atext {
	display: inline-block;
	width: 75%;
	padding-left: 10px;
}
@media (min-width: 576px) {
	#other_page #qanda .p_c .questionnaire .qa .qtext,
	#other_page #qanda .p_c .questionnaire .qa .atext {
		width: 85%;
	}
}
@media (min-width: 768px) {
	#other_page #qanda .p_c .questionnaire .qa .qtext,
	#other_page #qanda .p_c .questionnaire .qa .atext {
		width: 90%;
	}
}
/*#other_page #access*/
/* google map */
#other_page #access .p_w .p_c .contents #map {
	width: 100%;
	position: relative;
}
#other_page #access .p_w .p_c .contents #map:before {
	content: "";
	display: block;
	height: 400px;
	width: 100%;
}
#other_page #access .p_w .p_c .contents #map > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#other_page #access .p_w .p_c .afterschool .item {
	margin-bottom: 40px;
	color: #424242;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: solid 2px #e0e0e0;
	height: 300px;
}
#other_page #access .p_w .p_c .afterschool h4 {
	font-size: 21px;
	font-family: 'Noto Sans Japanese';
	text-align: center;
	/*background-color: #f5f5f5;*/
	margin: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: bold;
	border-bottom: solid 2px #e0e0e0;
	color: #424242;
}
#other_page #access .p_w .p_c .afterschool h4 .marker {
	position: relative;
}
#other_page #access .p_w .p_c .afterschool h4 .marker::after {
	content: '';
	width: calc(100% + 70px);
	height: 3px;
	background-color: #808080;
	position: absolute;
	top: 42px;
	left: -45px;
}
#other_page #access .p_w .p_c .afterschool .item.gambare h4 .marker::after {
	background-color: hsla(181, 47%, 51%, 1);
}
#other_page #access .p_w .p_c .afterschool .item.kashiwazato h4 .marker::after {
	background-color: hsla(342, 64%, 59%, 1);
}
#other_page #access .p_w .p_c .afterschool .item.tampopo h4 .marker::after {
	background-color: hsla(360, 69%, 65%, 1);
}
#other_page #access .p_w .p_c .afterschool .item.tsukudanishi h4 .marker::after {
	background-color: hsla(80, 50%, 49%, 1);
}
#other_page #access .p_w .p_c .afterschool .item.mitejima h4 .marker::after {
	background-color: hsla(230, 19%, 45%, 1);
}
#other_page #access .p_w .p_c .afterschool h4 img {
	position: relative;
	top: -3px;
	left: -8px;
	height: 30px;
	width: 30px;
}
#other_page #access .p_w .p_c .afterschool .item ul {
	padding: 20px 20px 0 20px;
}
#other_page #access .p_w .p_c .afterschool .item li {
	margin-bottom: 6px;
	overflow: hidden;
}
#other_page #access .p_w .p_c .afterschool .item li.tel {
	font-size: 21px;
	font-weight: 500;
}
#other_page #access .p_w .p_c .afterschool .item li.tel .num {
	margin-top: -3px;
}
#other_page #access .p_w .p_c .afterschool .item li.address {
	font-size: 16px;
}
@media (min-width: 992px) {
	#other_page #access .p_w.afterschool .item li.address {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	#other_page #access .p_w .p_c .afterschool .item li.address {
		font-size: 16px;
	}
}
#other_page #access .p_w .p_c .afterschool .item .links {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	width: 100%;
}
#other_page #access .p_w .p_c .afterschool .item .social {
	text-align: center;
	height: 46px;
}
#other_page #access .p_w .p_c .afterschool .item div.social > a {
	margin: 0 5px;
}
#other_page #access .p_w .p_c .afterschool .item .links .individual {
	text-align: center;
}
#other_page #access .p_w .p_c .afterschool .item .links .individual .btn_individual [class*=btn] {
	width: 240px;
}
#other_page #access .p_w .p_c .afterschool .item span[class*="icon-"],
#other_page #access .p_w .p_c .afterschool .item span.num,
#other_page #access .p_w .p_c .afterschool .item span.text {
	float: left;
}
#other_page #access .p_w .p_c .afterschool .item span.num,
#other_page #access .p_w .p_c .afterschool .item span.text {
	width: 85%;
}
#other_page #access .p_w .p_c .afterschool .item span[class*="icon-"] {
	font-size: 21px;
	margin-right: 6px;
}
#other_page #access .p_w .p_c .afterschool .item span.num,
#other_page #access .p_w .p_c .afterschool .item span.text {
	font-family: "Noto Sans Japanese";
}
#other_page #access .p_w .p_c .afterschool .item span.text span {
	display: inline-block;
}
/*メンバーページ*/
/*#other_page #member*/
#other_page #member .p_w .p_c .title h3 > span {
	background-image: linear-gradient(180deg, transparent 60%, hsla(291, 64%, 42%, 0.6) 60%);
}
#other_page #member .p_w .p_c .info ul {
	height: 400px;
	overflow-y: auto;
}
#other_page #member .p_w .p_c .info ul li {
	padding: 15px;
}
#other_page #member .p_w .p_c .info ul li:nth-of-type(2n) {
	background-color: #fafafa;
}
#other_page #member .p_w .p_c .info ul li:nth-of-type(2n+1) {
	background-color: #f0f0f0;
}
#other_page #member .p_w .p_c .info ul li .label {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 160px;
}
#other_page #member .p_w .p_c .info ul li .date {
	display: block;
	font-size: 14px;
	color: #808080;
	text-indent: 16px;
}
#other_page #member .p_w .p_c .info ul li .text {
	display: block;
	text-indent: 16px;
}
@media (min-width: 768px) {
	#other_page #member .p_w .p_c .info ul li .label,
	#other_page #member .p_w .p_c .info ul li .date,
	#other_page #member .p_w .p_c .info ul li .text {
		display: inline-block;
		text-indent: 0;
	}
}
#other_page #member .p_w .p_c .info ul li.gambare .label {
	background-color: hsla(181, 47%, 51%, 1);
}
#other_page #member .p_w .p_c .info ul li.kashiwazato .label {
	background-color: hsla(342, 64%, 59%, 1);
}
#other_page #member .p_w .p_c .info ul li.tampopo .label {
	background-color: hsla(360, 69%, 65%, 1);
}
#other_page #member .p_w .p_c .info ul li.tsukudanishi .label {
	background-color: hsla(80, 50%, 49%, 1);
}
#other_page #member .p_w .p_c .info ul li.mitejima .label {
	background-color: hsla(230, 19%, 45%, 1);
}
#other_page #member .p_w .p_c .links .contents div > div {
	padding: 20px;
}
#other_page #member .p_w .p_c .links .btn_link img {
	width: 60px;
	height: 60px;
	position: relative;
	top: -5px;
}
#other_page #member .p_w .p_c .links .btn_link .btn_text {
	font-size: 18px;
}
/*#other_page #gambare*/
#other_page #gambare .p_w .p_c .title h3 .marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(327, 100%, 45%, 0.6) 60%);
}
/*#other_page #kashiwazato*/
#other_page #kashiwazato .p_w .p_c .title h3 .marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(147, 100%, 30%, 0.6) 60%);
}
/*#other_page #tampopo*/
#other_page #tampopo .p_w .p_c .title h3 .marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(206, 100%, 36%, 0.6) 60%);
}
/*#other_page #tsukudanishi*/
#other_page #tsukudanishi .p_w .p_c .title h3 .marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(355, 100%, 45%, 0.6) 60%);
}
/*#other_page #mitejima*/
#other_page #mitejima .p_w .p_c .title h3 .marker {
	background-image: linear-gradient(180deg, transparent 60%, hsla(35, 100%, 47%, 0.6) 60%);
}
/*#individual 個別ページ*/
#individual img {
	margin-left: auto;
	margin-right: auto;
}
#individual .p_w {
	color: #424242;
	font-size: 16px;
	font-weight: 700;
}
@media (min-width: 768px) {
	#individual .p_w {
		font-size: 18px;
	}
}
#individual .p_w .p_t {
	margin-top: 50px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	#individual .p_w .p_t {
		padding-left: 60px;
		padding-right: 60px;
		font-size: 0;
	}
}
#individual .p_w .p_t h2 {
	font-size: 42px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#individual .p_w .p_t h2 .lb {
	display: block;
}
@media (min-width: 768px) {
	#individual .p_w .p_t h2 {
		font-size: 48px;
	}

	#individual .p_w .p_t h2 .lb {
		display: inline;
	}
}
@media (min-width: 992px) {
	#individual .p_w .p_t {
		margin-top: 40px;
		border: solid 10px #808080;
		padding-left: 105px;
		padding-right: 105px;
		margin-bottom: 40px;
	}

	#individual .p_w .p_t h2 {
		font-size: 62px;
	}
}
@media (min-width: 1200px) {
	#individual .p_w .p_t {
		padding-left: 130px;
		padding-right: 130px;
	}

	#individual .p_w .p_t h2 {
		font-size: 74px;
	}
}
#individual .p_w .p_t .address {
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
#individual .p_w .p_t .address .lb {
	display: block;
}
#individual .p_w .p_t .tel {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	#individual .p_w .p_t .address,
	#individual .p_w .p_t .tel {
		display: inline-block;
		vertical-align: baseline;
	}

	#individual .p_w .p_t .address {
		width: 50%;
	}

	#individual .p_w .p_t .tel {
		width: 50%;
	}

	#individual .p_w .p_t .address {
		font-size: 20px;
		text-align: left;
	}

	#individual .p_w .p_t .tel {
		font-size: 28px;
		text-align: right;
	}
}
@media (min-width: 992px) {
	#individual .p_w .p_t .address {
		width: 60%;
	}

	#individual .p_w .p_t .address .lb {
		display: inline;
	}

	#individual .p_w .p_t .tel {
		width: 40%;
	}
}
#individual .p_w .p_t .tel .text {
}
#individual .p_w .p_t .tel .num {
	font-size: 21px;
}
@media (min-width: 768px) {
	#individual .p_w .p_t .tel .text {
		font-size: 21px;
	}

	#individual .p_w .p_t .tel .num {
		font-size: 28px;
	}
}
#individual .p_w .p_c.description {
}
#individual .p_w .p_c.description dl {
	margin-bottom: 30px;
	font-size: 0;
}
@media (min-width: 768px) {
	#individual .p_w .p_c.description dl {
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {
	#individual .p_w .p_c.description dl {
		margin-bottom: 30px;
	}
}
#individual .p_w .p_c.description dl dt {
	background-color: #424242;
	color: #fff;
	text-align: center;
	font-size: 21px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#individual .p_w .p_c.description dl dd {
	font-size: 16px;
	margin-bottom: 5px;
}
#individual .p_w .p_c.description dl dd .lb {
	display: block;
}
#individual .p_w .p_c.description dl dd .lb:nth-child(2) {
	margin-left: 1em;
}
@media (min-width: 768px) {
	#individual .p_w .p_c.description dl dt {
		font-size: 24px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 25px;
	}

	#individual .p_w .p_c.description dl dd {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	#individual .p_w .p_c.description {
		float: left;
		width: 610px;
	}

	#individual .p_w .p_c.description dl .dt-w {
		width: 130px;
		display: inline-block;
		vertical-align: top;
	}

	#individual .p_w .p_c.description dl dt {
		text-align: center;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 21px;
		margin-bottom: 0;
	}

	#individual .p_w .p_c.description dl dt .lb {
		display: block;
	}

	#individual .p_w .p_c.description dl .dd-w {
		width: 480px;
		display: inline-block;
	}

	#individual .p_w .p_c.description dl dd {
		padding-right: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	#individual .p_w .p_c.description {
		width: 790px;
	}

	#individual .p_w .p_c.description dl .dt-w {
		width: 140px;
	}

	#individual .p_w .p_c.description dl dt {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 21px;
	}

	#individual .p_w .p_c.description dl dt .lb {
	}

	#individual .p_w .p_c.description dl .dd-w {
		width: 650px;
	}

	#individual .p_w .p_c.description dl dd {
	}
}
#individual .p_w .p_c.description dl dd {
}
#individual .p_w .p_c.description .target_people {
}
#individual .p_w .p_c.description .target_people dt {
}
#individual .p_w .p_c.description .childcare_time {
}
#individual .p_w .p_c.description .childcare_time dd {
	margin-left: 2em;
	text-indent: -1em;
}
#individual .p_w .p_c.description .important_thing {
}
@media (min-width: 992px) {
	#individual .p_w .p_c.description .important_thing dt,
	#individual .p_w .p_c.description .important_thing dd {
		margin-bottom: 0;
	}
}
#individual .p_w .p_c.pop {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	#individual .p_w .p_c.pop {
		margin-top: 30px;
		margin-bottom: 45px;
	}
}
@media (min-width: 992px) {
	#individual .p_w .p_c.pop {
		display: inline-block;
		margin-top: 0;
		margin-left: 30px;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	#individual .p_w .p_c.pop {
	}
}
#individual .p_w .p_c.pop .text {
	color: #fff;
	text-align: center;
	font-size: 18px;
	white-space: nowrap;
}
#individual .p_w .p_c.pop .text .lb {
	display: block;
}
#individual .p_w .p_c.catchphrase {
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	#individual .p_w .p_c.catchphrase {
		margin-bottom: 50px;
	}
}
@media (min-width: 1200px) {
	#individual .p_w .p_c.catchphrase {
		margin-bottom: 60px;
	}
}
#individual .p_w .p_c.catchphrase .text {
	text-align: center;
	font-size: calc(17px + ((1vw - 3.2px) * 3.6414));
	font-weight: bold;
}
@media (min-width: 576px) {
	#individual .p_w .p_c.catchphrase .text {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	#individual .p_w .p_c.catchphrase .text {
		font-size: 28px;
		letter-spacing: 8px;
	}
}
@media (min-width: 992px) {
	#individual .p_w .p_c.catchphrase .text {
		font-size: 32px;
		letter-spacing: 10px;
	}
}
@media (min-width: 1200px) {
	#individual .p_w .p_c.catchphrase .text {
		font-size: 38px;
		letter-spacing: 12px;
	}
}
#individual .p_w .p_c.catchphrase .lb {
	display: block;
}
#individual .p_w .p_c.picture {
	margin-bottom: 80px;
}
#individual .p_w .p_c.picture .opinion-w {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	#individual .p_w .p_c.picture .opinion-w {
		margin-bottom: 40px;
	}
}
#individual .p_w .p_c.picture .opinion-w .opinion-h {
	background-color: #424242;
	text-align: center;
	margin-bottom: 15px;
}
#individual .p_w .p_c.picture .opinion-w .opinion-h .lb {
	display: block;
}
@media (min-width: 576px) {
	#individual .p_w .p_c.picture .opinion-w .opinion-h .lb {
		display: inline;
	}
}
#individual .p_w .p_c.picture .opinion-w .opinion-h p {
	color: #fff;
	font-size: 21px;
	padding: 0;
	margin: 0;
}
@media (min-width: 768px) {
	#individual .p_w .p_c.picture .opinion-w .opinion-h {
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 25px;
	}

	#individual .p_w .p_c.picture .opinion-w .opinion-h p {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	#individual .p_w .p_c.picture .opinion-w .opinion-c {
		padding-left: 30px;
		padding-right: 30px;
	}

	#individual .p_w .p_c.picture .opinion-w .opinion-c p {
		font-size: 18px;
	}
}
#individual .p_w .p_c.picture .opinion-w .opinion-c .author {
	margin-left: 1em;
}
#individual .p_w .p_c.picture .pics-w .pic-w {
	margin-bottom: 20px;
}
#individual .p_w .p_c.picture .pics-w .pic-w .pic img {
	border-radius: 10px;
}
#individual .p_w .p_c.picture .pics-w .pic-w .caption {
	display: block;
	text-align: center;
	font-size: 16px;
}
@media (min-width: 768px) {
	#individual .p_w .p_c.picture .pics-w {
		font-size: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
}
@media (min-width: 1200px) {
	#individual .p_w .p_c.picture .pics-w {
		display: block;
	}
}
/*#individual #kashiwazato 柏里なかよし学童保育所ページ*/
#individual #kashiwazato .p_w .p_t h2 {
	color: #DA547C;
}
@media (min-width: 768px) {
	#individual #kashiwazato .p_w .p_t h2 {
		letter-spacing: 2px;
	}
}
@media (min-width: 992px) {
	#individual #kashiwazato .p_w .p_t {
		border-color: #DA547C;
	}

	#individual #kashiwazato .p_w .p_t h2 {
		letter-spacing: -2px;
	}
}
#individual #kashiwazato .p_w .p_c.pop {
	background-image: url("../img/kashiwazato_pop.png");
	width: 290px;
	height: 279px;
	background-size: contain;
	position: relative;
}
@media (min-width: 768px) {
	#individual #kashiwazato .p_w .p_c.pop {
	}
}
@media (min-width: 992px) {
	#individual #kashiwazato .p_w .p_c.pop {
	}
}
@media (min-width: 1200px) {
	#individual #kashiwazato .p_w .p_c.pop {
	}
}
#individual #kashiwazato .p_w .p_c.pop .text {
	position: absolute;
	top: 26%;
	left: 40%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}
@media (min-width: 768px) {
	#individual #kashiwazato .p_w .p_c.pop .text {
	}
}
@media (min-width: 992px) {
	#individual #kashiwazato .p_w .p_c.pop .text {
	}
}
@media (min-width: 1200px) {
	#individual #kashiwazato .p_w .p_c.pop .text {
	}
}
#individual #kashiwazato .p_w .p_c.description dl dt {
	background-color: #DA547C;
}
#individual #kashiwazato .p_w .p_c.catchphrase .text {
	color: #DA547C;
}
#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-h {
	background-color: #DA547C;
}
#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-h p {
	padding-top: 2px;
	padding-bottom: 2px;
}
@media (min-width: 768px) {
	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-h p {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w {
		max-height: 1200px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w {
		width: 330px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w .pic {
	}
}
@media (min-width: 992px) {
	#individual #kashiwazato .p_w .p_c.picture {
		position: relative;
		height: 646px;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w {
		position: absolute;
		width: 641px;
		height: 207px;
		left: 293px;
		top: 243px;
		border-radius: 10px;
		background-color: #DA547C;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-h {
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-h p {
		font-size: 24px;
		padding-top: 0;
		padding-bottom: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-c {
		padding-left: 25px;
		padding-right: 25px;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-c p {
		font-size: 18px;
		color: #fff;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-c p .author {
		display: block;
		margin-left: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 277px;
		left: 0;
		top: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 412px;
		left: 293px;
		top: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 208px;
		left: 725px;
		top: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 277px;
		left: 0;
		top: 192px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 301px;
		left: 0;
		top: 465px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(6) {
		width: 301px;
		left: 316px;
		top: 465px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(7) {
		width: 301px;
		left: 633px;
		top: 465px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .caption {
		position: absolute;
		display: block;
		font-size: 16px;
		color: #fff;
		padding: 8px 16px;
		border-radius: 50%;
		background-color: #DA547C;
		white-space: nowrap;
		z-index: 1002;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .caption .text {
		position: relative;
		z-index: 1003
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 20px solid #DA547C;
		left: 0;
		top: 0;
		z-index: 1001;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .caption .lb {
		display: block;
		text-align: center;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: -30px;
		top: 120px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -60px;
		top: 100px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption {
		left: 145px;
		top: 180px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption {
		left: -30px;
		top: -45px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(7) .caption {
		left: -45px;
		top: -10px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 120px;
		top: 0;
		transform: rotate(40deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 110px;
		top: 0;
		transform: rotate(40deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption::before {
		left: 5px;
		top: 0;
		transform: rotate(-40deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption::before {
		left: 110px;
		top: 50px;
		transform: rotate(120deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(7) .caption::before {
		left: 110px;
		top: 42px;
		transform: rotate(120deg);
	}
}
@media (min-width: 1200px) {
	#individual #kashiwazato .p_w .p_c.picture {
		position: relative;
		height: 768px;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w {
		position: absolute;
		width: 762px;
		height: 246px;
		left: 348px;
		top: 289px;
		border-radius: 10px;
		background-color: #DA547C;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-h {
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-h p {
		font-size: 28px;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-c {
		padding-left: 30px;
		padding-right: 30px;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-c p {
		font-size: 21px;
		color: #fff;
	}

	#individual #kashiwazato .p_w .p_c.picture .opinion-w .opinion-c p .author {
		display: block;
		margin-left: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 330px;
		left: 0;
		top: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 496px;
		left: 348px;
		top: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 248px;
		left: 862px;
		top: 0;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 330px;
		left: 0;
		top: 228px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 358px;
		left: 0;
		top: 553px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(6) {
		width: 358px;
		left: 376px;
		top: 553px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(7) {
		width: 358px;
		left: 752px;
		top: 553px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .caption {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 50%;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 24px solid #DA547C;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: -35px;
		top: 155px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -70px;
		top: 118px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption {
		left: 172px;
		top: 213px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption {
		left: -35px;
		top: -52px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(7) .caption {
		left: -52px;
		top: -12px;
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 136px;
		top: 0;
		transform: rotate(40deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 130px;
		top: 0;
		transform: rotate(40deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption::before {
		left: 6px;
		top: 0;
		transform: rotate(-40deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption::before {
		left: 130px;
		top: 50px;
		transform: rotate(120deg);
	}

	#individual #kashiwazato .p_w .p_c.picture .pics-w .pic-w:nth-child(7) .caption::before {
		left: 130px;
		top: 40px;
		transform: rotate(120deg);
	}
}
/*#individual #gambare がんばれ学童保育所ページ*/
#individual #gambare .p_w .p_t h2 {
	color: #49BCBD;
}
@media (min-width: 768px) {
	#individual #gambare .p_w .p_t h2 {
		letter-spacing: 12px;
	}
}
@media (min-width: 992px) {
	#individual #gambare .p_w .p_t {
		border-color: #49BCBD;
	}

	#individual #gambare .p_w .p_t h2 {
	}
}
#individual #gambare .p_w .p_c.pop {
	background-image: url("../img/gambare_pop.png");
	width: 290px;
	height: 270px;
	background-size: contain;
	position: relative;
}
@media (min-width: 768px) {
	#individual #gambare .p_w .p_c.pop {
		/*width: 350px;*/
		/*height: 325px;*/
	}
}
@media (min-width: 992px) {
	#individual #gambare .p_w .p_c.pop {
		/*width: 290px;*/
		/*height: 270px;*/
	}
}
@media (min-width: 1200px) {
	#individual #gambare .p_w .p_c.pop {
		/*width: 290px;*/
		/*height: 270px;*/
	}
}
#individual #gambare .p_w .p_c.pop .text {
	position: absolute;
	top: 20%;
	left: 32%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
@media (min-width: 768px) {
	#individual #gambare .p_w .p_c.pop .text {
	}
}
@media (min-width: 992px) {
	#individual #gambare .p_w .p_c.pop .text {
	}
}
@media (min-width: 1200px) {
	#individual #gambare .p_w .p_c.pop .text {
	}
}
#individual #gambare .p_w .p_c.description dl dt {
	background-color: #49BCBD;
}
#individual #gambare .p_w .p_c.catchphrase .text {
	color: #49BCBD;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h {
	background-color: #49BCBD;
	padding-top: 2px;
	padding-bottom: 2px;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h br {
	display: none;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
	padding-bottom: 90px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
	background-image: url("../img/gambare_woman_k@3x.png");
	background-size: 60px 75px;
	background-position: right bottom;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2) {
	background-image: url("../img/gambare_woman_m@3x.png");
	background-size: 60px 75px;
	background-position: left bottom;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(3) {
	background-image: url("../img/gambare_woman_r@3x.png");
	background-size: 60px 75px;
	background-position: right bottom;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
	border: solid 4px #49BCBD;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}
@media (min-width: 768px) {
	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		padding-bottom: 120px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		padding: 15px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
		background-size: 80px 100px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2) {
		background-size: 80px 88px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(3) {
		background-size: 80px 96px;
	}
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p .author {
	margin-left: 0;
	display: block;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before {
	content: "";
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 6px solid transparent;
	border-top: 40px solid #49BCBD;
	right: 60px;
	bottom: -40px;
	z-index: 1001;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
	content: "";
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 3px solid transparent;
	border-top: 43px solid #fff;
	right: 64px;
	bottom: -31px;
	z-index: 1001;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2n) p::before {
	transform: scaleX(-1);
	left: 60px;
	right: inherit;
}
#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2n) p::after {
	transform: scaleX(-1);
	left: 64px;
	right: inherit;
}
#individual #gambare .p_w .p_c.picture .pics-w .caption .lb-o {
	display: block;
}
@media (min-width: 768px) {
	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h {
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 25px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2n-1) p::before {
		right: 70px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2n-1) p::after {
		right: 74px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2n) p::before {
		left: 70px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2n) p::after {
		left: 74px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w {
		max-height: 1200px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w {
		width: 330px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w .pic {
	}
}
@media (min-width: 992px) {
	#individual #gambare .p_w .p_c.picture {
		position: relative;
		height: 808px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h {
		position: absolute;
		width: 300px;
		height: 122px;
		left: 0;
		top: 0;
		border-radius: 10px;
		background-color: #49BCBD;
		padding: 7px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h br {
		display: block;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h p {
		font-size: 24px;
		text-align: left;
		letter-spacing: 10px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c {
		padding-left: 30px;
		padding-right: 30px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		position: absolute;
		left: 0;
		top: 0;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		font-size: 16px;
		padding: 10px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
		width: 307px;
		height: 202px;
		left: 0;
		top: 177px;
		background-size: 60px 75px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2) {
		width: 375px;
		height: 244px;
		left: 560px;
		top: 0;
		background-size: 60px 75px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(3) {
		width: 292px;
		height: 244px;
		left: 390px;
		top: 570px;
		background-size: 60px 75px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) p {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2) p {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(3) p {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p .author {
		display: inline;
		margin-left: 1em;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic img {
		border: solid 5px #fff;
		border-radius: 50%;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 204px;
		left: 0;
		top: 362px;
		z-index: 102;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 317px;
		left: 65px;
		top: 432px;
		z-index: 101;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 188px;
		left: 359px;
		top: 57px;
		z-index: 101;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 236px;
		left: 404px;
		top: 302px;
		z-index: 102;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 343px;
		left: 574px;
		top: 210px;
		z-index: 101;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(6) {
		width: 211px;
		left: 693px;
		top: 493px;
		z-index: 102;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .caption {
		font-size: 16px;
		padding: 8px 16px;
		border-radius: 50%;
		position: absolute;
		background-color: #49BCBD;
		white-space: nowrap;
		color: #fff;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 20px solid #49BCBD;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: -30px;
		top: -30px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption {
		left: -50px;
		top: 240px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -45px;
		top: -35px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption {
		left: -75px;
		top: -45px;
		padding: 8px 24px 12px 24px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption {
		left: 200px;
		top: -45px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(6) .caption {
		left: -100px;
		top: 0;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w .caption::before {
		position: absolute;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 130px;
		top: 56px;
		transform: rotate(150deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption::before {
		left: 105px;
		top: -6px;
		transform: rotate(40deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 114px;
		top: 52px;
		transform: rotate(120deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption::before {
		left: 172px;
		top: 90px;
		transform: rotate(120deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption::before {
		left: 35px;
		top: 82px;
		transform: rotate(-150deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(6) .caption::before {
		left: 118px;
		top: 50px;
		transform: rotate(120deg);
	}
}
@media (min-width: 1200px) {
	#individual #gambare .p_w .p_c.picture {
		position: relative;
		height: 960px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h {
		position: absolute;
		width: 356px;
		height: 145px;
		left: 0;
		top: 0;
		border-radius: 10px;
		background-color: #49BCBD;
		padding: 10px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h br {
		display: block;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-h p {
		font-size: 28px;
		text-align: left;
		letter-spacing: 15px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c {
		padding-left: 30px;
		padding-right: 30px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		position: absolute;
		left: 0;
		top: 0;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		font-size: 18px;
		padding: 15px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
		width: 365px;
		height: 240px;
		left: 0;
		top: 210px;
		background-size: 80px 100px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2) {
		width: 445px;
		height: 290px;
		left: 665px;
		top: 0;
		background-size: 80px 100px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(3) {
		width: 340px;
		height: 290px;
		left: 475px;
		top: 667px;
		background-size: 80px 100px;
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) p {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(2) p {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(3) p {
	}

	#individual #gambare .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p .author {
		display: inline;
		margin-left: 1em;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic img {
		border: solid 5px #fff;
		border-radius: 50%;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 242px;
		left: 0;
		top: 430px;
		z-index: 102;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 376px;
		left: 77px;
		top: 513px;
		z-index: 101;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 223px;
		left: 426px;
		top: 68px;
		z-index: 101;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 280px;
		left: 480px;
		top: 359px;
		z-index: 102;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 407px;
		left: 682px;
		top: 249px;
		z-index: 101;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(6) {
		width: 251px;
		left: 823px;
		top: 585px;
		z-index: 102;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .caption {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 50%;
		position: absolute;
		background-color: #49BCBD;
		white-space: nowrap;
		color: #fff;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 24px solid #49BCBD;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: -45px;
		top: -30px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption {
		left: -50px;
		top: 280px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -45px;
		top: -35px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption {
		left: -75px;
		top: -45px;
		padding: 10px 30px 15px 30px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption {
		left: 200px;
		top: -45px;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(6) .caption {
		left: -100px;
		top: 0;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w .caption::before {
		position: absolute;
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 130px;
		top: 58px;
		transform: rotate(150deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption::before {
		left: 105px;
		top: -10px;
		transform: rotate(40deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 130px;
		top: 52px;
		transform: rotate(120deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption::before {
		left: 200px;
		top: 90px;
		transform: rotate(120deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption::before {
		left: 35px;
		top: 85px;
		transform: rotate(-150deg);
	}

	#individual #gambare .p_w .p_c.picture .pics-w .pic-w:nth-child(6) .caption::before {
		left: 140px;
		top: 50px;
		transform: rotate(120deg);
	}
}
/*#individual #tampopo たんぽぽ学童保育所ページ*/
#individual #tampopo .p_w .p_t h2 {
	color: #E46A6B;
}
@media (min-width: 768px) {
	#individual #tampopo .p_w .p_t h2 {
		letter-spacing: 12px;
	}
}
@media (min-width: 992px) {
	#individual #tampopo .p_w .p_t {
		border-color: #E46A6B;
	}

	#individual #tampopo .p_w .p_t h2 {
	}
}
#individual #tampopo .p_w .p_c.pop {
	background-image: url("../img/tampopo_pop.png");
	width: 290px;
	height: 356px;
	background-size: contain;
	position: relative;
}
@media (min-width: 768px) {
	#individual #tampopo .p_w .p_c.pop {
	}
}
@media (min-width: 992px) {
	#individual #tampopo .p_w .p_c.pop {
	}
}
@media (min-width: 1200px) {
	#individual #tampopo .p_w .p_c.pop {
	}
}
#individual #tampopo .p_w .p_c.pop .text:nth-child(1) {
	position: absolute;
	top: 13.5%;
	left: 52%;
	transform: translate(-50%, -50%);
	font-size: 21px;
}
#individual #tampopo .p_w .p_c.pop .text:nth-child(2) {
	position: absolute;
	top: 41%;
	left: 28%;
	transform: translate(-50%, -50%);
	font-size: 16px;
}
@media (min-width: 768px) {
	#individual #tampopo .p_w .p_c.pop .text:nth-child(1) {
	}

	#individual #tampopo .p_w .p_c.pop .text:nth-child(2) {
	}
}
@media (min-width: 992px) {
	#individual #tampopo .p_w .p_c.pop .text:nth-child(1) {
		top: 14%;
	}

	#individual #tampopo .p_w .p_c.pop .text:nth-child(2) {
	}
}
@media (min-width: 1200px) {
	#individual #tampopo .p_w .p_c.pop .text:nth-child(1) {
	}

	#individual #tampopo .p_w .p_c.pop .text:nth-child(2) {
	}
}
#individual #tampopo .p_w .p_c.description dl dt {
	background-color: #E46A6B;
}
#individual #tampopo .p_w .p_c.catchphrase .text {
	color: #E46A6B;
}
@media (min-width: 768px) {
	#individual #tampopo .p_w .p_c.catchphrase .lb {
		display: inline;
	}
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h {
	background-color: #E46A6B;
	padding-top: 2px;
	padding-bottom: 2px;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h br {
	display: none;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
	padding-bottom: 115px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
	background-image: url("../img/tampopo_man_ob@3x.png");
	background-size: 60px 92px;
	background-position: right bottom;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
	border: solid 4px #E46A6B;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}
@media (min-width: 768px) {
	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		padding-bottom: 150px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		padding: 15px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
		background-size: 80px 123px;
	}
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p .author {
	margin-left: 0;
	display: block;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before {
	content: "";
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 6px solid transparent;
	border-top: 40px solid #E46A6B;
	right: 60px;
	bottom: -40px;
	z-index: 1001;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
	content: "";
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 3px solid transparent;
	border-top: 43px solid #fff;
	right: 64px;
	bottom: -31px;
	z-index: 1001;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before {
	right: 60px;
}
#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
	right: 64px;
}
#individual #tampopo .p_w .p_c.picture .pics-w .caption .lb-o {
	display: block;
}
@media (min-width: 768px) {
	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before {
		right: 70px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
		right: 74px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w {
		max-height: 1200px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w {
		width: 330px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w .pic {
	}
}
@media (min-width: 992px) {
	#individual #tampopo .p_w .p_c.picture {
		position: relative;
		height: 716px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w {
		position: absolute;
		left: 457px;
		top: 355px;
		padding-left: 93px;
		background-image: url("../img/tampopo_man_ob@3x.png");
		background-repeat: no-repeat;
		background-size: 60px 92px;
		background-position: left bottom;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w-i {
		width: 385px;
		height: 357px;
		background-color: #E46A6B;
		padding: 20px;
		border-radius: 10px;
		position: relative;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w-i::before {
		content: "";
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 20px solid #E46A6B;
		position: absolute;
		top: 300px;
		left: -12px;
		transform: rotate(-90deg);
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h {
		padding: 0;
		background-color: transparent;
		text-align: left;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h .lb {
		display: block;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h p {
		font-size: 28px;
		text-align: left;
		letter-spacing: 8px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c {
		padding: 0;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		padding: 0;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		font-size: 18px;
		padding: 0;
		border: none;
		color: #fff;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
		background-image: none;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) p {
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before,
	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
		border: none;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p .author {
		display: inline;
		margin-left: 1em;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic img {
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 535px;
		left: 0;
		top: 0;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 385px;
		left: 550px;
		top: 0;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 289px;
		left: 0;
		top: 272px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 231px;
		left: 304px;
		top: 272px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 291px;
		left: 0;
		top: 482px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .caption {
		font-size: 16px;
		padding: 8px 16px;
		border-radius: 50%;
		position: absolute;
		background-color: #E46A6B;
		white-space: nowrap;
		color: #fff;
		z-index: 1003;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 20px solid #E46A6B;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: 366px;
		top: -17px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption {
		left: -8px;
		top: -8px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -30px;
		top: -29px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption {
		left: -93px;
		top: 173px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption {
		left: 253px;
		top: 101px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w .caption::before {
		position: absolute;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 25px;
		top: 52px;
		transform: rotate(240deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption::before {
		left: 156px;
		top: 66px;
		transform: rotate(120deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 136px;
		top: 45px;
		transform: rotate(120deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption::before {
		left: 170px;
		top: -1px;
		transform: rotate(60deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption::before {
		left: 18px;
		top: 52px;
		transform: rotate(-120deg);
	}
}
@media (min-width: 1200px) {
	#individual #tampopo .p_w .p_c.picture {
		position: relative;
		height: 850px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w {
		position: absolute;
		left: 543px;
		top: 422px;
		padding-left: 110px;
		background-image: url("../img/tampopo_man_ob@3x.png");
		background-repeat: no-repeat;
		background-size: 80px 123px;
		background-position: left bottom;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w-i {
		width: 457px;
		height: 424px;
		background-color: #E46A6B;
		padding: 20px;
		border-radius: 10px;
		position: relative;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w-i::before {
		content: "";
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 24px solid #E46A6B;
		position: absolute;
		top: 350px;
		left: -15px;
		transform: rotate(-90deg);
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h {
		padding: 0;
		background-color: transparent;
		text-align: left;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h .lb {
		display: block;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-h p {
		font-size: 32px;
		text-align: left;
		letter-spacing: 10px;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c {
		padding: 0;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		padding: 0;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		font-size: 21px;
		padding: 0;
		border: none;
		color: #fff;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
		background-image: none;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) p {
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before,
	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
		border: none;
	}

	#individual #tampopo .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p .author {
		display: inline;
		margin-left: 1em;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic img {
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 635px;
		left: 0;
		top: 0;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 457px;
		left: 653px;
		top: 0;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 343px;
		left: 0;
		top: 323px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 274px;
		left: 361px;
		top: 323px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 345px;
		left: 0;
		top: 572px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .caption {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 50%;
		position: absolute;
		background-color: #E46A6B;
		white-space: nowrap;
		color: #fff;
		z-index: 1003;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 24px solid #E46A6B;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: 435px;
		top: -20px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption {
		left: -10px;
		top: -10px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -45px;
		top: -35px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption {
		left: -110px;
		top: 205px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption {
		left: 300px;
		top: 120px;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w .caption::before {
		position: absolute;
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 30px;
		top: 54px;
		transform: rotate(240deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption::before {
		left: 165px;
		top: 73px;
		transform: rotate(120deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 136px;
		top: 52px;
		transform: rotate(120deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(4) .caption::before {
		left: 190px;
		top: -3px;
		transform: rotate(60deg);
	}

	#individual #tampopo .p_w .p_c.picture .pics-w .pic-w:nth-child(5) .caption::before {
		left: 20px;
		top: 55px;
		transform: rotate(-120deg);
	}
}
/*#individual #tsukudanishi 佃西学童保育所ページ*/
#individual #tsukudanishi .p_w .p_t h2 {
	color: #92BB3E;
}
@media (min-width: 768px) {
	#individual #tsukudanishi .p_w .p_t h2 {
		letter-spacing: 20px;
	}
}
@media (min-width: 992px) {
	#individual #tsukudanishi .p_w .p_t {
		border-color: #92BB3E;
	}

	#individual #tsukudanishi .p_w .p_t h2 {
	}
}
#individual #tsukudanishi .p_w .p_c.pop {
	background-image: url("../img/tsukudanishi_pop.png");
	width: 290px;
	height: 340px;
	background-size: contain;
	position: relative;
}
@media (min-width: 768px) {
	#individual #tsukudanishi .p_w .p_c.pop {
	}
}
@media (min-width: 992px) {
	#individual #tsukudanishi .p_w .p_c.pop {
	}
}
@media (min-width: 1200px) {
	#individual #tsukudanishi .p_w .p_c.pop {
	}
}
#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(1) {
	position: absolute;
	top: 19%;
	left: 53%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(2) {
	position: absolute;
	top: 47%;
	left: 28%;
	transform: translate(-50%, -50%);
	font-size: 15px;
}
@media (min-width: 768px) {
	#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(1) {
	}

	#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(2) {
	}
}
@media (min-width: 992px) {
	#individual #tsukudanishi .p_w .p_c.pop .text {
		font-size: 18px;
	}

	#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(1) {
		top: 19%;
	}

	#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(2) {
	}
}
@media (min-width: 1200px) {
	#individual #tsukudanishi .p_w .p_c.pop .text {
		font-size: 21px;
	}

	#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(1) {
		top: 18%;
	}

	#individual #tsukudanishi .p_w .p_c.pop .text:nth-child(2) {
	}
}
#individual #tsukudanishi .p_w .p_c.description dl dt {
	background-color: #92BB3E;
}
#individual #tsukudanishi .p_w .p_c.catchphrase .text {
	color: #92BB3E;
}
@media (min-width: 768px) {
	#individual #tsukudanishi .p_w .p_c.catchphrase .lb {
		display: inline;
	}
}
#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-h {
	background-color: #92BB3E;
	padding-top: 2px;
	padding-bottom: 2px;
}
#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
	margin-bottom: 20px;
}
#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o:nth-child(1) {
}
#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
	position: relative;
}
@media (min-width: 768px) {
	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
	}
}
#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p .author {
	margin-left: 0;
	display: block;
}
#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before {
	right: 60px;
}
#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
	right: 64px;
}
#individual #tsukudanishi .p_w .p_c.picture .pics-w .caption .lb-o {
	display: block;
}
@media (min-width: 768px) {
	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-h {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::before {
		right: 70px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p::after {
		right: 74px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w {
		max-height: 1200px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w {
		width: 330px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w .pic {
	}
}
@media (min-width: 992px) {
	#individual #tsukudanishi .p_w .p_c.picture {
		position: relative;
		height: 735px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w {
		position: absolute;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-h {
		padding: 0;
		background-color: transparent;
		text-align: left;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-h .lb {
		display: block;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c {
		padding: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		padding: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		font-size: 18px;
		padding: 0;
		border: none;
		color: #fff;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) {
		top: 444px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) {
		left: 0;
		top: 560px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i {
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c {
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c p {
		color: #424242;
		font-size: 16px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i {
		width: 930px;
		background-color: #92BB3E;
		border-radius: 10px;
		position: relative;
		font-size: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-h {
		display: inline-block;
		width: 24%;
		margin-bottom: 0;
		vertical-align: top;
		padding: 20px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-h p {
		font-size: 28px;
		margin-bottom: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c {
		display: inline-block;
		font-size: 24px;
		width: 76%;
		margin-bottom: 0;
		padding: 20px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c .opinion-o {
		margin-bottom: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c p {
		margin-bottom: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic img {
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 187px;
		left: 0;
		top: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 531px;
		left: 202px;
		top: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 187px;
		left: 748px;
		top: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 187px;
		left: 0;
		top: 216px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 187px;
		left: 748px;
		top: 216px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .caption {
		font-size: 16px;
		padding: 8px 16px;
		border-radius: 50%;
		position: absolute;
		background-color: #92BB3E;
		white-space: nowrap;
		color: #fff;
		z-index: 1003;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 20px solid #92BB3E;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: -30px;
		top: -15px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption {
		left: 390px;
		top: 140px;
		padding: 12px 24px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -85px;
		top: -15px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w .caption::before {
		position: absolute;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 110px;
		top: 49px;
		transform: rotate(120deg);
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption::before {
		left: 30px;
		top: 82px;
		transform: rotate(-120deg);
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 115px;
		top: 46px;
		transform: rotate(120deg);
	}
}
@media (min-width: 1200px) {
	#individual #tsukudanishi .p_w .p_c.picture {
		position: relative;
		height: 826px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w {
		position: absolute;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-h {
		padding: 0;
		background-color: transparent;
		text-align: left;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-h .lb {
		display: block;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c {
		padding: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o {
		padding: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w .opinion-c .opinion-o p {
		font-size: 21px;
		padding: 0;
		border: none;
		color: #fff;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) {
		top: 524px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) {
		left: 0;
		top: 660px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i {
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c {
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c p {
		color: #424242;
		font-size: 18px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i {
		width: 1110px;
		background-color: #92BB3E;
		border-radius: 10px;
		position: relative;
		font-size: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-h {
		display: inline-block;
		width: 24%;
		margin-bottom: 0;
		vertical-align: top;
		padding: 20px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-h p {
		font-size: 32px;
		margin-bottom: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c {
		display: inline-block;
		font-size: 24px;
		width: 76%;
		margin-bottom: 0;
		padding: 20px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c .opinion-o {
		margin-bottom: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c p {
		margin-bottom: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic img {
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(1) {
		width: 222px;
		left: 0;
		top: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(2) {
		width: 630px;
		left: 240px;
		top: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(3) {
		width: 222px;
		left: 888px;
		top: 0;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(4) {
		width: 222px;
		left: 0;
		top: 257px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(5) {
		width: 222px;
		left: 888px;
		top: 257px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .caption {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 50%;
		position: absolute;
		background-color: #92BB3E;
		white-space: nowrap;
		color: #fff;
		z-index: 1003;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 24px solid #92BB3E;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption {
		left: -35px;
		top: -20px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption {
		left: 470px;
		top: 180px;
		padding: 15px 30px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption {
		left: -65px;
		top: -20px;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w .caption::before {
		position: absolute;
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(1) .caption::before {
		left: 110px;
		top: 52px;
		transform: rotate(120deg);
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(2) .caption::before {
		left: 30px;
		top: 84px;
		transform: rotate(-120deg);
	}

	#individual #tsukudanishi .p_w .p_c.picture .pics-w .pic-w:nth-child(3) .caption::before {
		left: 120px;
		top: 50px;
		transform: rotate(120deg);
	}
}
/*#individual #mitejima 御幣島かみの学童保育所ページ*/
#individual #mitejima .p_w .p_t h2 {
	color: #5D6489;
}
@media (min-width: 768px) {
	#individual #mitejima .p_w .p_t h2 {
		letter-spacing: 2px;
	}
}
@media (min-width: 992px) {
	#individual #mitejima .p_w .p_t {
		border-color: #5D6489;
	}

	#individual #mitejima .p_w .p_t h2 {
		letter-spacing: -2px;
	}
}
#individual #mitejima .p_w .p_c.pop {
	background-image: url("../img/mitejima_pop.png");
	width: 290px;
	height: 247px;
	background-size: contain;
	position: relative;
}
@media (min-width: 768px) {
	#individual #mitejima .p_w .p_c.pop {
	}
}
@media (min-width: 992px) {
	#individual #mitejima .p_w .p_c.pop {
	}
}
@media (min-width: 1200px) {
	#individual #mitejima .p_w .p_c.pop {
	}
}
#individual #mitejima .p_w .p_c.pop .text:nth-child(1) {
	position: absolute;
	top: 20%;
	left: 37%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
#individual #mitejima .p_w .p_c.pop .text:nth-child(2) {
	position: absolute;
	top: 62%;
	left: 27%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}
@media (min-width: 768px) {
	#individual #mitejima .p_w .p_c.pop .text:nth-child(1) {
	}

	#individual #mitejima .p_w .p_c.pop .text:nth-child(2) {
	}
}
@media (min-width: 992px) {
	#individual #mitejima .p_w .p_c.pop .text:nth-child(1) {
	}

	#individual #mitejima .p_w .p_c.pop .text:nth-child(2) {
	}
}
@media (min-width: 1200px) {
	#individual #mitejima .p_w .p_c.pop .text:nth-child(1) {
	}

	#individual #mitejima .p_w .p_c.pop .text:nth-child(2) {
	}
}
#individual #mitejima .p_w .p_c.description dl dt {
	background-color: #5D6489;
}
#individual #mitejima .p_w .p_c.catchphrase .text {
	color: #5D6489;
}
@media (min-width: 768px) {
	#individual #mitejima .p_w .p_c.catchphrase .lb-o {
		display: block;
	}

	#individual #mitejima .p_w .p_c.catchphrase .lb {
		display: inline;
	}
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-h {
	background-color: #5D6489;
	padding-top: 2px;
	padding-bottom: 2px;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-h br {
	display: none;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o {
	padding-bottom: 115px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o:nth-child(1) {
	background-image: url("../img/mitejima_man_guardian@3x.png");
	background-size: 60px 92px;
	background-position: right bottom;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-c {
	padding: 0;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-c .opinion-o {
	background-color: #8EC31F;
	border-radius: 10px;
	padding: 10px;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p {
	border: solid 4px #5D6489;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-c .opinion-o p {
	margin-bottom: 0;
	color: #fff;
}
@media (min-width: 768px) {
	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o {
		padding-bottom: 150px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p {
		padding: 15px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o:nth-child(1) {
		background-size: 80px 123px;
	}
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p .author {
	margin-left: 0;
	display: block;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p::before {
	content: "";
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 6px solid transparent;
	border-top: 40px solid #5D6489;
	right: 60px;
	bottom: -40px;
	z-index: 1001;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p::after {
	content: "";
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 3px solid transparent;
	border-top: 43px solid #fff;
	right: 64px;
	bottom: -31px;
	z-index: 1001;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p::before {
	right: 60px;
}
#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p::after {
	right: 64px;
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h {
	font-size: 0;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(45deg, transparent 6px, #808080 6px), linear-gradient(135deg, transparent 6px, #808080 6px), linear-gradient(225deg, transparent 6px, #808080 6px), linear-gradient(315deg, transparent 6px, #808080 6px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding: 2px;
	margin-bottom: 15px;
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h .lb {
	display: block;
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h .season {
	font-size: 32px;
	vertical-align: top;
	width: 30%;
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h .phrase {
	font-size: 16px;
	text-align: left;
	width: 70%;
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.spring {
	background-image: linear-gradient(45deg, transparent 6px, #E46A6B 6px), linear-gradient(135deg, transparent 6px, #E46A6B 6px), linear-gradient(225deg, transparent 6px, #E46A6B 6px), linear-gradient(315deg, transparent 6px, #E46A6B 6px);
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.summer {
	background-image: linear-gradient(45deg, transparent 6px, #72BAC3 6px), linear-gradient(135deg, transparent 6px, #72BAC3 6px), linear-gradient(225deg, transparent 6px, #72BAC3 6px), linear-gradient(315deg, transparent 6px, #72BAC3 6px);
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.autumn {
	background-image: linear-gradient(45deg, transparent 6px, #D3B24C 6px), linear-gradient(135deg, transparent 6px, #D3B24C 6px), linear-gradient(225deg, transparent 6px, #D3B24C 6px), linear-gradient(315deg, transparent 6px, #D3B24C 6px);
}
#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.winter {
	background-image: linear-gradient(45deg, transparent 6px, #5D6489 6px), linear-gradient(135deg, transparent 6px, #5D6489 6px), linear-gradient(225deg, transparent 6px, #5D6489 6px), linear-gradient(315deg, transparent 6px, #5D6489 6px);
}
#individual #mitejima .p_w .p_c.picture .pics-w .caption .lb-o {
	display: block;
}
@media (min-width: 768px) {
	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-h {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p::before {
		right: 70px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-c .opinion-o p::after {
		right: 74px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w {
		max-height: 960px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h {
		padding: 3px;
		width: 330px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pic-w {
		width: 330px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pic-w .pic {
	}
}
@media (min-width: 992px) {
	#individual #mitejima .p_w .p_c.picture {
		position: relative;
		height: 790px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) {
		position: absolute;
		top: 520px;
		left: 0;
		width: 100%;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i {
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-h {
		padding: 30px 0;
		background-color: inherit;
		background-image: url("../img/mitejima_man_guardian.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 60px 92px;
		text-align: left;
		margin-bottom: 15px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-h p {
		color: #424242;
		padding-left: 100px;
		font-size: 28px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c {
		padding: 0;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o {
		background-image: none;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o p {
		padding: 0;
		border: none;
		font-size: 16px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o p::before {
		border: none;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o p::after {
		border: none;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) {
		width: 260px;
		position: absolute;
		left: 0;
		top: 400px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c {
		padding: 0;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-o {
		padding: 0;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-o p {
		padding: 8px;
		font-size: 16px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
		left: 0;
		top: 0;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pic img {
		border: solid 6px #fff;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
		border-radius: 0;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h {
		position: absolute;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h .season {
		font-size: 36px;
		width: 64px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h .phrase {
		font-size: 16px;
		width: calc(100% - 64px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.spring {
		width: 190px;
		height: 54px;
		left: 0;
		top: -14px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 10px, #E46A6B 10px), linear-gradient(135deg, transparent 10px, #E46A6B 10px), linear-gradient(225deg, transparent 10px, #E46A6B 10px), linear-gradient(315deg, transparent 10px, #E46A6B 10px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.summer {
		width: 270px;
		height: 78px;
		left: 650px;
		top: 6px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 10px, #72BAC3 10px), linear-gradient(135deg, transparent 10px, #72BAC3 10px), linear-gradient(225deg, transparent 10px, #72BAC3 10px), linear-gradient(315deg, transparent 10px, #72BAC3 10px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.autumn {
		width: 190px;
		height: 54px;
		left: 250px;
		top: 251px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 10px, #D3B24C 10px), linear-gradient(135deg, transparent 10px, #D3B24C 10px), linear-gradient(225deg, transparent 10px, #D3B24C 10px), linear-gradient(315deg, transparent 10px, #D3B24C 10px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.winter {
		width: 220px;
		height: 54px;
		right: 0;
		top: 366px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 10px, #5D6489 10px), linear-gradient(135deg, transparent 10px, #5D6489 10px), linear-gradient(225deg, transparent 10px, #5D6489 10px), linear-gradient(315deg, transparent 10px, #5D6489 10px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.spring .spring_01 {
		width: 338px;
		left: 29px;
		top: 0;
		transform: rotate(-5deg);
		z-index: 102;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_01 {
		width: 376px;
		left: 396px;
		top: 24px;
		transform: rotate(4deg);
		z-index: 104;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_02 {
		width: 232px;
		left: 679px;
		top: 126px;
		transform: rotate(-10deg);
		z-index: 105;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.autumn .autumn_01 {
		width: 295px;
		left: -1px;
		top: 186px;
		transform: rotate(-2deg);
		z-index: 101;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.autumn .autumn_02 {
		width: 237px;
		left: 278px;
		top: 323px;
		transform: rotate(4deg);
		z-index: 102;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.winter .winter_01 {
		width: 328px;
		left: 497px;
		top: 280px;
		transform: rotate(-3deg);
		z-index: 103;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .caption {
		font-size: 16px;
		padding: 8px 16px;
		border-radius: 50%;
		position: absolute;
		background-color: #5D6489;
		white-space: nowrap;
		color: #fff;
		z-index: 1003;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 20px solid #808080;
		position: absolute;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_01 .caption {
		background-color: #7AC3D6;
		left: -70px;
		top: -30px;
		transform: rotate(-4deg);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_01 .caption::before {
		border-bottom-color: #7AC3D6;
		left: 114px;
		top: 44px;
		transform: rotate(120deg);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.winter .winter_01 .caption {
		background-color: #5F6798;
		left: -90px;
		top: 150px;
		transform: rotate(3deg);
		padding: 10px 20px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.winter .winter_01 .caption::before {
		border-bottom-color: #5F6798;
		left: 130px;
		top: 0;
		transform: rotate(45deg);
	}
}
@media (min-width: 1200px) {
	#individual #mitejima .p_w .p_c.picture {
		position: relative;
		height: 900px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) {
		position: absolute;
		top: 620px;
		left: 0;
		width: 100%;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i {
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-h {
		padding: 40px 0;
		background-color: inherit;
		background-image: url("../img/mitejima_man_guardian.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 80px 123px;
		text-align: left;
		margin-bottom: 15px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-h p {
		color: #424242;
		padding-left: 120px;
		font-size: 32px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c {
		padding: 0;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o {
		background-image: none;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o p {
		padding: 0;
		border: none;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o p::before {
		border: none;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(1) .opinion-w-i .opinion-c .opinion-o p::after {
		border: none;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) {
		width: 310px;
		position: absolute;
		left: 0;
		top: 475px;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-c {
		padding: 0;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-o {
		padding: 0;
	}

	#individual #mitejima .p_w .p_c.picture .opinion-w:nth-child(2) .opinion-w-i .opinion-o p {
		padding: 10px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pic-w {
		position: absolute;
		left: 0;
		top: 0;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pic img {
		border: solid 8px #fff;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
		border-radius: 0;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h {
		position: absolute;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h .season {
		font-size: 42px;
		width: 80px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h .phrase {
		font-size: 18px;
		width: calc(100% - 80px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.spring {
		width: 210px;
		height: 60px;
		left: 0;
		top: 4px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 12px, #E46A6B 12px), linear-gradient(135deg, transparent 12px, #E46A6B 12px), linear-gradient(225deg, transparent 12px, #E46A6B 12px), linear-gradient(315deg, transparent 12px, #E46A6B 12px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.summer {
		width: 300px;
		height: 85px;
		left: 776px;
		top: 6px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 12px, #72BAC3 12px), linear-gradient(135deg, transparent 12px, #72BAC3 12px), linear-gradient(225deg, transparent 12px, #72BAC3 12px), linear-gradient(315deg, transparent 12px, #72BAC3 12px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.autumn {
		width: 210px;
		height: 60px;
		left: 300px;
		top: 301px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 12px, #D3B24C 12px), linear-gradient(135deg, transparent 12px, #D3B24C 12px), linear-gradient(225deg, transparent 12px, #D3B24C 12px), linear-gradient(315deg, transparent 12px, #D3B24C 12px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-h.winter {
		width: 270px;
		height: 60px;
		right: 0;
		top: 426px;
		z-index: 110;
		background-image: linear-gradient(45deg, transparent 12px, #5D6489 12px), linear-gradient(135deg, transparent 12px, #5D6489 12px), linear-gradient(225deg, transparent 12px, #5D6489 12px), linear-gradient(315deg, transparent 12px, #5D6489 12px);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.spring .spring_01 {
		width: 401px;
		left: 34px;
		top: 0;
		transform: rotate(-5deg);
		z-index: 102;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_01 {
		width: 447px;
		left: 470px;
		top: 29px;
		transform: rotate(4deg);
		z-index: 104;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_02 {
		width: 276px;
		left: 806px;
		top: 150px;
		transform: rotate(-10deg);
		z-index: 105;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.autumn .autumn_01 {
		width: 351px;
		left: -1px;
		top: 221px;
		transform: rotate(-2deg);
		z-index: 101;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.autumn .autumn_02 {
		width: 282px;
		left: 330px;
		top: 384px;
		transform: rotate(4deg);
		z-index: 102;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.winter .winter_01 {
		width: 390px;
		left: 590px;
		top: 333px;
		transform: rotate(-3deg);
		z-index: 103;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .caption {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 50%;
		position: absolute;
		background-color: #5D6489;
		white-space: nowrap;
		color: #fff;
		z-index: 1003;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .caption .text .lb {
		display: block;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .caption::before {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 24px solid #808080;
		position: absolute;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_01 .caption {
		background-color: #7AC3D6;
		left: -100px;
		top: -30px;
		transform: rotate(-4deg);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.summer .summer_01 .caption::before {
		border-bottom-color: #7AC3D6;
		left: 130px;
		top: 44px;
		transform: rotate(120deg);
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.winter .winter_01 .caption {
		background-color: #5F6798;
		left: -110px;
		top: 170px;
		transform: rotate(3deg);
		padding: 12px 24px;
	}

	#individual #mitejima .p_w .p_c.picture .pics-w .pics-c.winter .winter_01 .caption::before {
		border-bottom-color: #5F6798;
		left: 145px;
		top: 0;
		transform: rotate(45deg);
	}
}
/*#individual mark 個別ページ markデザイン*/
#individual mark {
	padding: 0;
	color: inherit;
	background: inherit;
	background-image: linear-gradient(transparent 70%, #FFFF00 70%, #FFFF00 95%, transparent 95%);
}
#individual mark.kashiwazato_01 {
	background-image: linear-gradient(transparent 70%, #84BF41 70%, #84BF41 95%, transparent 95%);
}
#individual mark.kashiwazato_02 {
	background-image: linear-gradient(transparent 70%, #E46A6B 70%, #E46A6B 95%, transparent 95%);
}
#individual mark.gambare_01 {
	background-image: linear-gradient(transparent 70%, #95C5C6 70%, #95C5C6 95%, transparent 95%);
}
#individual mark.tampopo_01 {
	background-image: linear-gradient(transparent 70%, #95C5C6 70%, #95C5C6 95%, transparent 95%);
}
#individual mark.tampopo_02 {
	background-image: linear-gradient(transparent 70%, #E46A6B 70%, #E46A6B 95%, transparent 95%);
}
#individual mark.tsukudanishi_01 {
	background-image: linear-gradient(transparent 70%, #D3B24C 70%, #D3B24C 95%, transparent 95%);
}
#individual mark.tsukudanishi_02 {
	background-image: linear-gradient(transparent 70%, #E9833B 70%, #E9833B 95%, transparent 95%);
}
#individual mark.mitejima_01 {
	background-image: linear-gradient(transparent 70%, #F8C73E 70%, #F8C73E 95%, transparent 95%);
}
/*buttonデザイン*/
/*.btn_link*/
.btn_link {
	background: none !important;
}
.btn_link:hover .btn_circle {
	opacity: 0.7;
}
.btn_link:hover .btn_rectangle {
	opacity: 0.7;
}
.btn_link .icon {
	margin-right: 6px;
}
/*.btn_link .btn_circle*/
.btn_link .btn_circle {
	border-radius: 50%;
	background-color: #808080;
	border: solid 4px #fff;
	box-shadow: 0 0 0 3px #808080;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 54px;
	text-align: center;
	display: inline-block;
	padding-top: 20px;
}
.btn_link .btn_circle + .btn_text {
	padding-top: 20px;
	display: block;
	font-family: "Noto Sans Japanese";
	font-size: 18px;
	/*font-weight: bold;*/
	color: #424242;
}
.btn_link.index .btn_circle {
	background-color: hsla(36, 100%, 65%, 1);
	box-shadow: 0 0 0 3px hsla(36, 100%, 65%, 1);
}
.btn_link.guide .btn_circle {
	background-color: hsla(199, 91%, 64%, 1);
	box-shadow: 0 0 0 3px hsla(199, 91%, 64%, 1);
}
.
.btn_link.news .btn_circle {
	background-color: hsla(14, 100%, 70%, 1);
	box-shadow: 0 0 0 3px hsla(14, 100%, 70%, 1);
}
.btn_link.about .btn_circle {
	background-color: hsla(174, 42%, 51%, 1);
	box-shadow: 0 0 0 3px hsla(174, 42%, 51%, 1);
}
.btn_link.member .btn_circle {
	background-color: hsla(291, 47%, 60%, 1);
	box-shadow: 0 0 0 3px hsla(291, 47%, 60%, 1);
}
.btn_link.qanda .btn_circle {
	background-color: hsla(340, 83%, 66%, 1);
	box-shadow: 0 0 0 3px hsla(340, 83%, 66%, 1);
}
.btn_link.access .btn_circle {
	background-color: hsla(88, 50%, 67%, 1);
	box-shadow: 0 0 0 3px hsla(88, 50%, 67%, 1);
}
.btn_link.gambare .btn_circle {
	background-color: hsla(181, 47%, 51%, 0.6);
	box-shadow: 0 0 0 3px hsla(181, 47%, 51%, 0.6);
}
.btn_link.kashiwazato .btn_circle {
	background-color: hsla(342, 64%, 59%, 0.6);
	box-shadow: 0 0 0 3px hsla(342, 64%, 59%, 0.6);
}
.btn_link.tampopo .btn_circle {
	background-color: hsla(360, 69%, 65%, 0.6);
	box-shadow: 0 0 0 3px hsla(360, 69%, 65%, 0.6);
}
.btn_link.tsukudanishi .btn_circle {
	background-color: hsla(80, 50%, 49%, 0.6);
	box-shadow: 0 0 0 3px hsla(80, 50%, 49%, 0.6);
}
.btn_link.mitejima .btn_circle {
	background-color: hsla(230, 19%, 45%, 0.6);
	box-shadow: 0 0 0 3px hsla(230, 19%, 45%, 0.6);
}
/*.btn_link .btn_rectangle*/
.btn_link .btn_rectangle {
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	background-color: #808080;
	text-align: center;
	display: block;
}
.btn_link .btn_rectangle > span.icon {
	font-size: 28px;
}
.btn_link .btn_rectangle > span.btn_text {
	font-size: 21px;
	font-family: 'Noto Sans Japanese';
}
.btn_link.index .btn_rectangle {
	background-color: hsla(36, 100%, 65%, 1);
	box-shadow: 0 4px 0 0 hsla(36, 100%, 55%, 1);
}
.btn_link.guide .btn_rectangle {
	background-color: hsla(199, 91%, 64%, 1);
	box-shadow: 0 4px 0 0 hsla(199, 91%, 54%, 1);
}
.btn_link.news .btn_rectangle {
	background-color: hsla(14, 100%, 70%, 1);
	box-shadow: 0 4px 0 0 hsla(14, 100%, 60%, 1);
}
.btn_link.about .btn_rectangle {
	background-color: hsla(174, 42%, 51%, 1);
	box-shadow: 0 4px 0 0 hsla(174, 42%, 41%, 1);
}
.btn_link.member .btn_rectangle {
	background-color: hsla(291, 47%, 60%, 1);
	box-shadow: 0 4px 0 0 hsla(291, 47%, 50%, 1);
}
.btn_link.qanda .btn_rectangle {
	background-color: hsla(340, 83%, 66%, 1);
	box-shadow: 0 4px 0 0 hsla(340, 83%, 56%, 1);
}
.btn_link.access .btn_rectangle {
	background-color: hsla(88, 50%, 67%, 1);
	box-shadow: 0 4px 0 0 hsla(88, 50%, 57%, 1);
}
.btn_link.leaflet .btn_rectangle {
	background-color: hsla(21, 100%, 45%, 1);
	box-shadow: 0 4px 0 0 hsla(21, 100%, 30%, 1);
}
/*.btn_social*/
.btn_social {
}
/*.btn_social .btn_square*/
.btn_social:hover .btn_square {
	opacity: 0.7;
}
.btn_social .btn_square {
	display: inline-block;
	padding: 15px 15px;
	background-color: #757575;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 4px;
	box-shadow: 0 3px 0 #808080;
}
.btn_social.facebook .btn_square {
	background-color: #3B5997;
	background-image: url('../img/social_facebook.png');
	/*box-shadow: 0px 3px 0px #293F63;*/
}
.btn_social.externallink .btn_square {
	background-color: hsla(21, 100%, 45%, 1);
	background-image: url('../img/social_externallink.png');
	/*box-shadow: 0px 3px 0px hsla(21, 100%, 30%, 1);*/
}
.btn_social.info .btn_square {
	background-color: hsla(21, 100%, 45%, 1);
	background-image: url('../img/social_info.png');
	/*box-shadow: 0px 3px 0px hsla(21, 100%, 30%, 1);*/
}
/*.btn_social .btn_rectangle*/
.btn_social .btn_rectangle {
	color: #fff;
	padding: 3px 12px;
	border-radius: 4px;
	display: inline-block;
	background-color: #808080;
	border: none;
}
.btn_social:hover .btn_rectangle {
	opacity: 0.7;
}
.btn_social.facebook .btn_rectangle {
	background-color: #3B5997;
	box-shadow: 0px 3px 0px #293F63, 0 -1px 0 0 #293F63 inset;
}
.btn_social.instagram .btn_rectangle {
	background: #ff8c00;
	box-shadow: 0px 3px 0px #d2691e, 0 -1px 0 0 #d2691e inset;
}
.btn_social.externallink .btn_rectangle {
	background-color: hsla(21, 100%, 45%, 1);
	box-shadow: 0px 3px 0px hsla(21, 100%, 30%, 1), 0 -1px 0 0 hsla(21, 100%, 30%, 1) inset;
}
.btn_social.info .btn_rectangle {
	background-color: hsla(21, 100%, 45%, 1);
	box-shadow: 0px 3px 0px hsla(21, 100%, 30%, 1), 0 -1px 0 0 hsla(21, 100%, 30%, 1) inset;
}
/*.btn_to_individual .btn_rectangle*/
.btn_individual .btn_rectangle {
	color: #fff;
	padding: 3px 12px;
	border-radius: 4px;
	display: inline-block;
	background-color: #808080;
	border: none;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.8), 0 -1px 0 0 rgba(0, 0, 0, 0.8) inset;
}
.btn_individual .btn_rectangle.gambare {
	background-color: hsla(181, 47%, 51%, 1);
	box-shadow: 0 3px 0 hsla(181, 47%, 30%, 1), 0 -1px 0 0 hsla(181, 47%, 30%, 1) inset;
}
.btn_individual .btn_rectangle.kashiwazato {
	background-color: hsla(342, 64%, 59%, 1);
	box-shadow: 0 3px 0 hsla(342, 64%, 38%, 1), 0 -1px 0 0 hsla(342, 64%, 38%, 1) inset;
}
.btn_individual .btn_rectangle.tampopo {
	background-color: hsla(360, 69%, 65%, 1);
	box-shadow: 0 3px 0 hsla(360, 69%, 40%, 1), 0 -1px 0 0 hsla(360, 69%, 40%, 1) inset;
}
.btn_individual .btn_rectangle.tsukudanishi {
	background-color: hsla(80, 50%, 49%, 1);
	box-shadow: 0 3px 0 hsla(80, 50%, 35%, 1), 0 -1px 0 0 hsla(80, 50%, 35%, 1) inset;
}
.btn_individual .btn_rectangle.mitejima {
	background-color: hsla(230, 19%, 45%, 1);
	box-shadow: 0 3px 0 hsla(230, 19%, 30%, 1), 0 -1px 0 0 hsla(230, 19%, 30%, 1) inset;
}

.btn-instagram {
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    border-radius: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,.15);
    color: #fff;
    display: inline-block;
    /*font-weight: 400;
    padding: 10px;*/
    padding: 3px 12px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: all .2s linear;
    /*width: 150px;*/
}