/***************************
 *
 * 乒斥亙奈伙
 *
 **************************/

/*
珨啜
*/
img {
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nrw {
	transform: scaleX(0.97);
	transform-origin: 0 0;
	/*width: 103%;*/
}

.shadow {
	text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px,
		white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px,
		white 1px -1px 2px, white -1px -1px 2px;
}

.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.fx-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-middle {
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}

.box-col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box-col-2 > div {
	width: 50%;
	box-sizing: border-box;
}

/*
市仿奈
*/
.green {
	color: #6bca87 !important;
}

.red {
	color: #e3524e !important;
}
.pink {
	color: #f79ea6 !important;
}
.blue {
	color: #6cbae3 !important;
}
.navy {
	color: #31428b !important;
}
.yellow {
	color: #d7c749 !important;
}
.orange {
	color: #efa82d !important;
}

/*
OVER
*/

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.3;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}
/* 
.zoom {
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
} */

.underbar {
	width: 0;
	height: 1px;
	background: rgba(34, 34, 34, 0);
	top: 20px;
	position: absolute;
	-webkit-transition: 0.5s ease;
}

/*
白巧件玄
*/
.en {
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: normal;
}
.en-all * {
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: normal;
}
/*
示正件
*/
div.center {
	text-align: center;
}
.btn-text {
	position: relative;
	display: block;
	text-align: center;
	margin: 35px auto;
}
.btn-text a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 2.222em;
	text-decoration: none;
	color: #222222;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	transition: 0.3s ease;
}
.btn-text a:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #222;
	transition: 0.3s ease;
	transform-origin: right top;
}
.btn-text a:after {
	content: "";
	display: inline-block;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/btn.png) 0 0 no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	transition: 0.3s ease;
	margin-left: 50px;
}
.btn-text a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}
.btn-text a:hover:after {
	transform: translateX(15px);
	opacity: 0.7;
}
.btn-text a:hover:before {
	width: 0;
	height: 1px;
}
.btn {
	margin: 35px auto;
	width: 300px;
	display: block;
	position: relative;
}
.btn a {
	display: block;
	text-align: center;
	color: #fff !important;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none !important;
	position: relative;
	transition: none !important;
	background: none;
	border-radius: 30px;
	box-sizing: border-box;
	transition: 0.3s ease;
	padding: 12px 0;
	padding-right: 15px;
	background: #51b7dd;
}

.btn a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}

.btn-red a {
	background: #f19490;
}
.btn-green a {
	background: #4dc07c;
}

.btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin: 55px auto;
}
.btns .btn {
	width: auto;
	margin: 0;
}
hr + .btns {
	margin-top: -50px;
}
.btn i {
	font-size: 1.3em;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/*
BG
*/

/*
IMAGE
*/

/*
失奶戊件
*/

/*
ANIMATE
*/

@keyframes fade-in5 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.tab {
	display: none;
	opacity: 0;
}
.tab.is-active {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

/*
示永弁旦
*/
.box-content {
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.box-content-f {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}
.box-content-wide {
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.box-700 {
	width: 700px;
	margin: 0 auto;
	position: relative;
}
.box-720 {
	width: 720px;
	margin: 0 auto;
	position: relative;
}
.box-800 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.box-840 {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
.box-900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.box-960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.box-980 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.box-1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.box-1024 {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.box-1040 {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
.box-1090 {
	width: 1090px;
	margin: 0 auto;
	position: relative;
}
.box-1100 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.box-1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*
目永母奈
*/
.header-inner {
	position: relative;
}
.header-logo {
	width: 189px;
	margin: 0 auto;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -94.5px;
}

.menu-trigger {
	position: fixed;
	right: 10px;
	top: 10px;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 205;
	transform: translateX(0);
	transition: all 0.5s;
	text-align: center;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/btn-nav.png) 0 0 no-repeat;
	background-size: contain;
	box-shadow: 0px 0px 10px rgba(81, 81, 81, 0.3);
	border-radius: 15px;
}
.menu-trigger.is-scroll {
	/* display: block;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in; */
}

.menu-trigger.is-active {
	z-index: 9999;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/btn-nav-active.png) 0 0 no-repeat;
	background-size: contain;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 32px;
	width: 66px;
	height: 1px;
	border-top: 2px solid white;
	transition: 0.3s ease all;
}
.menu-trigger.is-active span {
}
.menu-trigger span:nth-of-type(1) {
	top: 34px;
}
.menu-trigger.is-active span:nth-of-type(1) {
	top: 52px;
	transform: rotate(45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 52px;
	border-top: 2px dashed white;
}
.menu-trigger.is-active span:nth-of-type(2) {
	top: 52px;
	transform: scaleX(0);
	transform-origin: center center;
}
.menu-trigger span:nth-of-type(3) {
	top: 69px;
}
.menu-trigger.is-active span:nth-of-type(3) {
	top: 52px;
	transform: rotate(-45deg);
}
.menu-trigger small {
	color: white;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 27px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.menu-trigger.is-active small {
	color: #0f2f7a;
}
.menu-trigger.is-active small:after {
	content: "CLOSE";
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: block;
	width: 100%;
}
@media all and (max-width: 1330px) {
}

/*
GLOBAL NAVI
*/
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(112, 112, 112, 0.7);
	opacity: 0;
	display: none;
}
.l-nav.is-active .overlay {
}
.nav-inner {
}
.l-nav.is-active .nav-inner {
}
.list-nav {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin: 0 auto;
	padding-top: 140px;
	width: 280px;
	transition: 0.3s ease;
}
.list-nav > li {
	box-sizing: border-box;
	position: relative;
}

.list-nav > li > a {
	position: relative;
	text-align: center;
	color: #624224;
	font-size: 1.8rem;
	font-weight: bold;
	transition: 0.3s ease;
	display: block;
}
.list-nav > li > a img {
	display: block;
	width: 70px;
	margin: 0 auto 10px;
}
.list-nav > li > a:hover {
	opacity: 0.7;
}

.list-nav-sub {
	width: 120px;
	position: relative;
	margin-top: 5px;
}
.list-nav-sub:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -10px;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/list-nav-sub.png) center top no-repeat;
	background-size: contain;
	width: 100%;
	height: 11px;
	z-index: 3;
}
.list-nav-sub li {
	position: relative;
	border: 1px solid #eeeeee;
	border-bottom: none;
}
.list-nav-sub li:last-child {
	border-bottom: 1px solid #eee;
}
.list-nav-sub li a {
	font-size: 1.6rem;
	color: #444444;
	font-weight: bold;
	text-align: center;
	display: block;
	background: #fff;
	padding: 8px 25px;
}
.list-nav-sub li a:hover {
	opacity: 0.7;
}

/*
由件仁內
*/
.bread {
	position: absolute;
	z-index: 5;
	left: 0px;
	bottom: 0px;
	background: #fff;
	display: inline-block;
	height: 37px;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}
.bread:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 37px 0 0 5px;
	border-color: transparent transparent transparent #fff;
	transform: rotate(0deg);
}
.l-main-simple .bread {
}
.bread ul {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.bread li {
	font-size: 1.4rem;
	color: #0f2f7a;
	letter-spacing: 0.15em;
	display: inline-block;
}
.bread li span {
}
.bread li * {
	font-size: 1.4rem;
	color: #0f2f7a !important;
}
.bread li a {
	color: #0f2f7a !important;
	text-decoration: underline;
}
.bread li a span {
	color: #0f2f7a !important;
}
.bread li a:hover {
}
.bread i {
}
.bread li:first-child i {
}
.bread .bullet {
}
.bread li:after {
	content: "?";
	display: inline-block;
	width: 18px;
	text-align: center;
	height: 4px;
	margin: 10px auto;
	color: #0f2f7a;
}
.bread li:last-child:after {
	content: none;
}

/*
扔奶玉田奈
*/
.sidebar-title {
	text-align: left;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #624224;
	border-bottom: 2px dashed #f9a497;
	padding-bottom: 15px;
	position: relative;
	padding-left: 75px;
	padding-top: 1px;
	margin-top: 55px;
	margin-bottom: 35px;
}
.sidebar-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/col-title.png) 0 0 no-repeat;
	background-size: contain;
	width: 61px;
	height: 46px;
}
.box-side {
	position: relative;

	margin-top: 20px;
}
.box-side input[type="text"] {
	width: 192px;
	height: 32.3px;
	border: 1px solid var(--blue);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 5px;
	display: inline-block;
}
.box-side input[type="submit"] {
	background: url(/yochien/wp/wp-content/themes/surugadai/img/box-search-submit.png) 0 0 no-repeat;
	background-size: contain;
	width: 36.74px;
	height: 32.87px;
	text-indent: -9999em;
	border-radius: 0;
	box-shadow: none;
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.box-search {
	display: flex;
	justify-content: space-around;
}
.list-cat {
}
.list-cat > li {
	display: block;
	margin-bottom: 20px;
}
.list-cat > li a {
	color: #444444;
	font-size: 1.6rem;
	font-weight: 500;

	display: block;
}
.list-cat > li a time {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.list-cat > li a .count {
	display: none;
}
.list-cat > li a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.list-side {
}
.list-side > li {
	margin-bottom: 10px;
}
.list-side > li > a {
	font-size: 1.6rem;
	color: #444444;
}
.box-side .select-wrap {
	width: 100%;
	background: #fff;
	margin: 0 0 10px;
}
.box-side .select-wrap select {
	background: #fff;
	width: 100%;
	height: 40px;
	border-radius: 0;
	font-size: 1.4rem;
	color: var(--blue);
	font-weight: normal;
	border: 1px solid var(--blue);
	padding: 0 10px;
}

/*
白永正奈
*/
.page-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 60px;
	z-index: 50;
	opacity: 0;
	display: none;
}
.page-top.is-active {
	opacity: 1;
	display: block;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.page-top.is-stick {
	position: absolute;
	bottom: auto;
	top: -30px;
	right: 20px;
}
.l-footer .box-content {
	padding-top: 55px;
}
.l-footer .footer-l {
}
.l-footer .footer-l .footer-logo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.l-footer .footer-l p.addr {
	font-size: 1.5rem;
	color: #444444;
	line-height: 2em;
	text-align: center;
}
.l-footer .footer-l p.addr a {
	color: #444;
	text-decoration: underline;
}
p.copyright {
	font-size: 1.5rem;
	color: #444444;
	line-height: 2em;
	text-align: center;
	margin-top: 25px;
}
.l-footer .footer-r {
	margin-top: 30px;
}
.box-contact {
	background: #fff;
	border-radius: 15px;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
}
.box-contact .box-contact-l {
}
.box-contact .box-contact-l p {
	text-align: center;
	font-size: 1.4rem;
	color: #444444;
}
.box-contact .box-contact-l p a {
	font-size: 2.6rem;
	font-weight: bold;
	color: #51b7dd;
}
.box-contact .box-contact-l p .small {
	font-size: 1.4rem;
}
.box-contact .box-contact-r {
	margin-top: 40px;
}
.box-contact .box-contact-r .btn {
	width: 100%;
	margin: 10px auto;
}
.box-contact .box-contact-r .btn a {
	font-size: 1.8rem;
}
.box-contact .box-contact-r .btn-blue:after {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: -61px;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/footer-btn-stick.png) 0 0 no-repeat;
	background-size: contain;
	width: 65px;
	height: 61px;
	transform: scale(0.8);
	transform-origin: right bottom;
}
.footer-stick {
	position: fixed;
	right: 0;
	bottom: 50px;
	width: 60px;
	margin-top: -60px;
	z-index: 10;
}
.footer-stick a {
	display: block;
	margin-bottom: 10px;
}
/*
扔奶玉田奈
*/

/*
LIST NEWS
*/
.list-news {
	position: relative;
	margin-bottom: 60px;
}
.list-news .news {
	position: relative;
	border-bottom: 1px dashed rgba(8, 51, 130, 0.5);
	padding: 25px 20px;
	padding-left: 140px;
	transition: 0.3s ease;
}
.list-news .news:hover {
	background: #fffce0;
}
.list-news .news .news-link {
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.list-news .news .news-time {
	font-size: 1.4rem;
	display: block;
	position: absolute;
	left: 25px;
	top: 25px;
}
.list-news .news .news-cat {
	font-size: 1.4rem;
	display: block;
}
.list-news .news .news-cat a {
	color: var(--blue);
	display: inline-block;
	font-size: 1.2rem;
	line-height: 26px;
	background: #fff;
	border-radius: 10px;
	padding: 2px 15px;
	background: #fff597;
	position: relative;
	z-index: 3;
	margin-right: 3px;
	transition: 0.3s ease;
}
.list-news .news .news-cat a:hover {
	text-decoration: none;
	background: var(--blue);
	color: white;
}
.list-news .news .news-title {
	margin-bottom: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
	position: relative;
}
.list-news .news .news-title a {
	font-size: 1.6rem;
	line-height: 1.875em;
	color: var(--blue);
	transition: 0.3s ease;
	display: inline-block;
	position: relative;
}
.list-news .news .news-title a:hover {
	text-decoration: none;
}
.list-news .news .news-title a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	height: 1px;
	background: #444;
	transition: 0.3s ease-in-out;
}
.list-news .news .news-title a:hover:after {
	width: 100%;
}

/*
CARDS
*/

/*
LIST ENTRY
*/
.list-entry {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 24px;
}
.list-entry-cat {
	grid-template-columns: repeat(1, 1fr);
}

.list-entry li {
	position: relative;
}
.list-entry .entry-link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}
.list-entry .entry-link:hover + .entry-pic img {
	opacity: 0.7;
}
.list-entry .entry-pic {
	position: relative;
	line-height: 0;
}

.list-entry .entry-pic img {
	transition: 0.3s ease;
	width: 100%;
	height: 188px;
	object-fit: cover;
	border-radius: 15px;
}
.list-entry .entry-content {
	position: relative;
	padding: 12px 1px;
}
.list-entry .entry-time {
	font-size: 1em;
	display: block;
	color: #51b7dd;
}
.list-entry .entry-content .entry-title {
	text-align: left;
	font-size: 1.4rem;
	font-weight: normal;
	color: #444444;
	line-height: 1.5em;
}
.list-entry .entry-content .entry-title a {
	color: #444444;
}
.list-entry .entry-pic .entry-cat {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
}
.list-entry .entry-pic .entry-cat a {
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	background: #f3d13d;
	padding: 3px 10px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-right: 4px;
	transition: 0.3s ease;
	line-height: 1.5em;
}
.list-entry .entry-content .entry-cat a:hover {
	text-decoration: none !important;
	background: var(--blue);
	color: #fff;
}

/*
	MAIN CP
	*/
.main-cp {
	position: relative;
	padding-bottom: 35px;
}
.main-cp-ac {
	padding-top: 85px;
}
.main-cp:before {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(4, 146, 217, 70%);
}
.main-cp:after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: var(--yellow);
}
.main-cp .main-cp-header {
	background: #fff;
	width: 324px;
	height: 119px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-top: 10px;
	z-index: 3;
	position: relative;
	box-shadow: 0px 10px 0 rgba(4, 146, 217, 15%);
}

.main-cp .btn {
	z-index: 3;
}
.main-cp-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	z-index: 3;
	margin-top: -10px;
}
.main-cp-content > .box-cp:nth-child(1) {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: flex-end; */
}
.main-cp-content > .box-cp:nth-child(2) {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: flex-end; */
	padding-left: 80px;
}
.box-cp {
	position: relative;
	margin-bottom: 20px;
}
.box-cp .cp-pic {
	margin-bottom: 28px;
	text-align: center;
}
.box-cp .cp-pic img {
	display: inline-block;
}
.box-cp .cp-content {
	display: flex;
}
.main-cp .main-cp-content > .box-cp:nth-child(1) .cp-content {
	justify-content: center;
}
.box-cp .cp-content .cp-select-title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 5%;
	margin-right: 10px;
}
.main-cp-content > .box-cp:nth-child(2) .cp-content .cp-select-title {
	color: var(--blue);
}
.box-cp .cp-content .select-wrap {
	width: 280px;
	margin-bottom: 0 !important;
}
.box-cp .cp-content .select-wrap select {
	width: 100%;
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	background: white;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	padding: 0px 22px;
	border: none;
	color: var(--blue);
	width: 100%;
	border-radius: 10px;
	font-size: 1.6rem;
	letter-spacing: 5%;
	font-weight: bold;
	border: 2px solid var(--blue);
	background: #fff;
}

.button-search {
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	top: 60px;
	margin-bottom: 0;
	width: 270px;
	display: block;
	text-align: center;
	color: var(--blue) !important;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5em;
	text-decoration: none !important;
	position: relative;
	transition: none !important;
	background: none;
	border-radius: 40px;
	box-sizing: border-box;
	transition: 0.3s ease;
	padding: 12px 0;
	border: 2px solid var(--blue);
	box-shadow: 0px 4px 0px var(--blue);
	background: #fff;
	color: #fff !important;
	font-size: 2.1rem;
	font-weight: bold;
	background: var(--blue);
	border: 2px solid white;
	box-shadow: 0px 4px 0px white !important;
}
.button-search:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/btn.png) 0 0 no-repeat;
	background-size: contain;
	width: 6px;
	height: 11px;
	margin-top: -5px;
	background: url(/yochien/wp/wp-content/themes/surugadai/img/btn-white.png) 0 0 no-repeat;
	background-size: contain;
}
.button-search:hover {
	background: #d73e52;
	box-shadow: none;
}
