@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap');


.hidari{
	text-align: left!important;
	width: 50%;
	margin: 0 auto;
}


.table-small-text1{
	font-size: 12px !important;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*>*:last-child {
	margin-bottom: 0;
}
address, em {
	font-style: normal;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 62.5%
}
body {
	color: #2c2c2c;
	line-height: 1.6;
	font: 1.6rem/1 'Noto Sans JP', "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	letter-spacing: .05em;
}
body a {
	text-decoration: none;
	outline: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #2c2c2c;
}
body a:hover,
body a:focus {
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
	outline: none;
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
}
table {
	border-spacing: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}

.syoudoku{
	width:  70% !important;
	text-align: center;
}
.syoudoku img{
	width:  70% !important;
	text-align: center;
}
.speednews03{
	text-align: center;
	color: #ec205b;
	padding-top: 30px;
	font-weight: bold;
}
.date{
		color: #ec205b;
	font-size: 1.8rem;
	letter-spacing: .08em;
	text-align: center;
	line-height:165%;
	margin-bottom: 5px;
	position: relative;
	font-weight: bold;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.left {
	float: left;
}
.right {
	float: right;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.left {
	padding-right: 20px;
}
img.right {
	padding-left: 20px;
}
p {
	line-height: 1.7;
	font-size: 1.6rem;
}
.newsmain{
	font-weight: normal !important;
}
.pc-none,
.pt-none {
	display: none !important;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.serif-en {
	font-family: 'Libre Baskerville', serif;
}
.fontbold {
	font-weight: bold;
}

.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
#photos {
	max-height: 1820px;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	/* display: none; */
}
.speed1{
	color: #000000!important;
}
.speednews{
	text-align: center;
	color: #ec205b;
}
.speednews01{
	text-align: center;
	color: #ec205b;
	padding-bottom: 30px;
}

.speednews02{
	text-align: center;
	color: #000000;
	padding-bottom: 30px;
}
.masongram-image-caption-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	/* display: none; */
}

.masongram-image-caption-container a {
	display: block;
	width: 100%;
	height: 100%;
}

#top-gallery .bg-lpink:before{
	bottom: 0;
	height: auto;
}

.headline-old{
padding-top: 40px;
	width: 50%;
	margin: 0 auto;
	border-top: solid 1px #666666;
}

@media screen and (max-width:999px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}
@media screen and (max-width:768px) {
	.pt-none {
		display: block !important;
	}
}


/*------------------------
	Layout
------------------------*/
main {
	position: relative;
	display: block;
	overflow: hidden;
}
.container {
	padding: 70px 0 100px;
}
.container2 {
	padding: 0px 0 100px;
}

.box-area {
	padding: 2.4vw;
}
.wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.wrapper.narrow {
	max-width: 840px;
}
.height-inta{
	overflow-y: hidden;
    height: 1071px;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.reverse {
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.row.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.row.center {
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
}
.row.between {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.row.endright {
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.column-2 {
	width: 50%;
}
.column-3 {
	width: 33.33333%;
}
.column-4 {
	width: 25%;
}
.column-5 {
	width: 20%;
}

@media screen and (max-width: 999px) {
	.container {
		padding: 40px 0 50px;
	}
	.wrapper {
		padding: 0 5.33333vw;
	}
	.row.reverse {
		-webkit-flex-direction:row;
		-ms-flex-direction:row;
		flex-direction:row;
	}
}

/*------------------------
	Header
------------------------*/
#site-header {
	width: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}
#site-header .wrapper {
	max-width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.80);
	border-radius: 5px;
}
.site-title {
	width: 225px;
	padding: 0 30px;
}
.site-title a {
	display: block;
}
.site-title a img {
	max-width: 147px;
}
.header-subnav {
	width: 190px;
	margin-top: 15px;
}
.header-subnav li {
	width: 50%;
}
.header-subnav li a {
	font-size: 1.2rem;
	text-align: right;
	color: #6d6d6d;
	display: block;
	position: relative;
}
.header-subnav li a:hover {
	color: #ef5a86;
}
.header-subnav li:first-child a .icon {
	background: url(..img/icon-access.svg) no-repeat left center;
	padding: 5px 5px 5px 20px;
}
.header-subnav li:last-child a .icon {
	background: url(..img/icon-recruit.svg) no-repeat left center / 18px auto;
	padding: 5px 5px 5px 25px;
}

@media screen and (max-width: 1140px) {
	.site-title {
		width: 180px;
		padding: 0 10px 0 30px;
	}
}
@media screen and (max-width: 999px) {
	#site-header {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
	#site-header .wrapper {
		height: 60px;
		border-radius: 0;
	}
	.site-title {
		padding: 0;
		width: auto;
		margin: 0 auto;
	}
}

/*------------------------
	Navigation
------------------------*/
#gnav {
	position: relative;
	z-index: 100;
}
#gnav.gnav ul.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	clear: both;
	margin: 0 -10px;
	padding-left: 30px;
}
#gnav.gnav .for-open {
	display: none;
}
#gnav.gnav ul.menu li a {
	display: block;
	padding: 25px 10px 15px;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
#gnav.gnav ul.menu li a:after {
	content: '';
	width: 0;
	height: 3px;
	background: #D8D5CD;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#gnav.gnav ul.menu li a:hover::after {
	width: 100%;
}
#gnav.gnav ul.menu li.active-menu a:after {
	width: 100%;
}
.header-wrapper {
	width: 100%;
	background: #fff;
	border-radius: 5px;
}
.header-menu {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 120px;
	height: 60px;
}
.menu-line,
.header-contact {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
}
.header-contact {
	top: 70px;
}
.header-contact a {
	display: block;
	height: 100%;
	background: #D8D5CD url(../img/icon-mail.svg) no-repeat center center / 20px auto;
	text-indent: -9999px;
}
.menu-line {
	cursor: pointer;
	padding: 17px 20px;
	top: 0;
	background: #c5c4c1;
}
.line {
	background: #fff;
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin: 8px 0;
}
.menu-line.active .line {
	display: block;
	margin: 0 auto;
}
.menu-line .line.middle {
	width: 70%;
}
.menu-line.active .line.top {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 16px;
}
.menu-line.active .line.bottom {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: -16px;
}
.menu-line.active .line.middle {
	display: none;
}
.open {
	display: none;
	background: rgba(255,255,255,0.95);
	position: fixed;
	z-index: 900;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	top: 0;
	right: 0;
}
.open .gnav {
	width: 100%;
}
.open .gnav ul {
	list-style: none;
	padding: 40px 0 30px;
	max-width: 200px;
	margin: 0 auto;
}
.open .gnav li {
	width: 100%;
	position: relative;
	display: inline-block;
}
.open .gnav li a {
	display: block;
	padding: 20px 0;
	color: #343434;
	letter-spacing: .1em;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}
.open .gnav li a:hover::before{
	width: 100%;
}
.open .gnav li a.active-menu:before{
	width: 100%;
}
.open .gnav li a:before{
	width: 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #D8D5CD;
	transition: all .3s;
}
.open .gnav li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1140px) {
	#gnav.gnav ul.menu {
		padding-left: 20px;
	}
	#gnav.gnav ul.menu li a {
		padding: 25px 10px 15px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 999px) {
	.header-contact {
		display: none;
	}
	.header-menu {
		width: 60px;
		position: absolute;
		right: auto;
		left: 0;
	}
	.menu-line {
		width: 60px;
		height: 60px;
		padding: 14px 15px;
	}
	.menu-line.active {
		position: fixed;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 786px) {
	.open .gnav ul {
		width: 160px;
		padding: 20px 0;
	}
	.open .gnav li a {
		padding: 4vw 0;
	}
}
@media screen and (max-width: 414px) {
	
}

/*------------------------
  Common Parts
------------------------*/
/* Title */
h2, h3 {
	font-family: 'Noto Serif JP', serif;
}
#page-title {
	position: relative;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#page-title h2 {
	font-size: 3.6rem;
	letter-spacing: .1em;
	text-align: center;
	padding-top: 225px;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.content-title {
	font-size: 1.4rem;
	margin-bottom: 50px;
}
.content-title .large {
	font-size: 3.6rem;
	letter-spacing: .1em;
	margin-bottom: 20px;
	display: block;
}
.headline-large {
	font-size: 2.8rem;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.headline-large2 {
	font-size: 2.8rem;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.headline-red {
    color: red;
    margin-top:-50px;
    margin-bottom:60px;
    font-size: 16px;
}
.headline-middle {
	font-size: 2.4rem;
	letter-spacing: .08em;
	text-align: center;
	line-height:165%;
	margin-bottom: 30px;
	position: relative;
}
.headline-middle-1128 {
	font-size: 2.4rem;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding-top:40px;
	border-top:solid 1px #cccccc;
}
.headline-middle01 {
	font-size: 2.4rem;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
	position: relative;
}
.headline-old{
padding-top: 40px;
	width: 50%;
	margin: 0 auto;
	border-top: solid 1px #666666;
}
.headline-old2{
padding-top: 30px;
	width: 50%;
	margin: 0 auto;
	border-top: solid 1px #666666;
}

.border-title {
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: .08em;
	margin-bottom: 60px;
	position: relative;
}
.border-title .border {
	width: 84%;
	display: block;
	margin: 0 auto;
}
.border-title .border:before,
.border-title .border:after {
	content: '';
	border: solid #2c2c2c;
	position: absolute;
	top: 50%;
	width: 20%;
	height: 10px;
}
.border-title .border:before {
	left: 0;
	border-width: 1px 0 0 1px;
}
.border-title .border:after {
	right: 0;
	border-width: 1px 1px 0 0;
}
.home .border-title .border:before {
	left: 8%;
}
.home .border-title .border:after {
	right: 8%;
}
.sideline-title {
	font-size: 2.0rem;
	margin-bottom: 30px;
	position: relative;
}
.sideline-title:before {
	left: 0;
}
.sideline-title:after {
	right: 0;
}
.sideline-title .border {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.sideline-title .border:before,
.sideline-title .border:after {
	content: '';
	flex-grow: 1;
	height: 6px;
	background: #D8D5CD;
	display: block;
}
.sideline-title .border:before {
	margin-right: 45px;
}
.sideline-title .border:after {
	margin-left: 45px;
}

.bg-gray,
.bg-lpink {
	position: relative;
}
.bg-gray:before,
.bg-lpink:before {
	content: '';
	width: 100%;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
.bg-gray:before {
	background: #efefef;
}
.gray {
	background: #efefef;
}
.top-border {
	position: relative;
}
.top-border:before,
.top-border:after {
	content: '';
	width: 50%;
	position: absolute;
	z-index: -10;
}
.top-border:before {
	top: 0;
	left: 0;
	height: 190px;
	border: solid #efefef;
	border-width: 12px 0 0 12px;
}
.top-border:after {
	height: 170px;
	top: -10px;
	right: 0;
	background: #efefef;
}
/* .bg-lpink:before {
	background: #ffebf1;
} */
#sb_instagram .sbi_follow_btn svg{
	width: 13px;
	height: 15px;
}
.border-bottom {
	position: relative;
}
.border-bottom:before {
	content: '';
	width: 100%;
	height: 10px;
	border: solid #2c2c2c;
	border-width: 0 1px 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.home .border-bottom:before {
	width: 84%;
	margin-left: -42%;
	left: 50%;
}

/* Link Button */
.link-btn {
	max-width: 300px;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	line-height: 60px;
	background: rgba(255,255,255,.5);
	border: 1px solid #D8D5CD;
	border-radius: 0 10px;
	color: #D8D5CD;
	font-family: 'Noto Serif JP', serif;
	transition: all .3s;
	-webkit-transition: all .3s;
	max-height: 60px;
}
.link-btn2 {
	max-width: 380px;	
}
.link-btn a {
	display: block;
	height: 100%;
	color: #000;
	font-weight: 500;
}
.link-btn:hover {
	background: #D8D5CD;
	color: #000;
}
.link-btn a .blank {
	padding-right: 30px;
	background: url(..img/icon-blank.svg) no-repeat right center / 14px auto;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.link-btn a:hover .blank {
	background: url(..img/icon-blank-wh.svg) no-repeat right center / 14px auto;
}

/* List */
ul.p-list li {
	line-height: 1.7;
	padding: 5px 0 5px 25px;
	background: url(..img/icon-list.svg) no-repeat left 11px / 15px auto;
}
ul.border-list {
	border-top: 1px solid #ed93ad;
}
ul.border-list li {
	border-bottom: 1px solid #ed93ad;
	padding: 25px 20px;
}
ul.border-list li small {
	font-size: 1.3rem;
}

/* Google Map */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 42.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* Video */
.video{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* list */
ol.num {
	list-style: decimal;
	margin-left: 20px;
}
ul.list {
	list-style: disc;
	margin-left: 20px;
}

/*Column - Title + Text */
.row .title-box {
	width: 38%;
}
.row .text-box {
	width: 62%;
}

@media screen and (max-width: 999px) {
	/* Title */
	
	.gmap {
		padding-bottom: 100%;
	}
	#page-title h2 {
		padding-top: 130px;
	}
}

@media screen and (max-width: 768px) {
	/* Title */
	#page-title {
		height: 225px;
	}
	#page-title h2 {
		font-size: 2.4rem;
		padding-top: 95px;
	}
	.border-title {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
	.border-title .border:before,
	.border-title .border:after {
		width: 40px;
	}
	.border-title .border:before,
	.home .border-title .border:before {
		left: 0;
	}
	.border-title .border:after,
	.home .border-title .border:after {
		right: 0;
	}
	.home .border-bottom:before {
		widtH: calc(100% - 10.66666vw);
		left: 5.33333vw;
		margin-left: 0;
	}
	.headline-large {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
    .headline-red {        
        margin-top:0;        
    }
	.headline-middle {
		font-size: 1.8rem;
		line-height: 175%;
		margin-bottom: 30px;
	}
	.headline-middle01 {
		font-size: 1.8rem;
		line-height: 165%;
		margin-bottom: 30px;
	}
	.sideline-title {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.sideline-title .border:before {
		margin-right: 20px;
	}
	.sideline-title .border:after {
		margin-left: 20px;
	}
	#top-gallery h2 small {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	
	.bg-gray:before,
	.bg-lpink:before {
		content: none;
	}
	.gray {
		background: none;
	}
	
	/* Link Button */
	.link-btn {
		max-width: 100%;
	}
		
	.top-border:before {
		height: 35px;
		border-width: 10px 0 0 10px
	}
	.top-border:after {
		content: none;
	}
}
@media screen and (max-width: 767px) {
	ul.border-list li {
		padding: 15px 0;
	}
}

/*------------------------
  Home
------------------------*/
/* Slider */
#slider {
	position: relative;
	z-index: 20;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slider ul li {
	position: relative;
	width: 100%;
	height: 100%;
}
.fade-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 675px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-slick-item{
	width: 100%;
	height: 675px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
.fade-slider._01 {
	animation: fadeSlideImg01 20s infinite;
	-webkit-animation: fadeSlideImg01 20s infinite;
	animation-delay: 3s;
}
.fade-slider._02 {
	animation: fadeSlideImg02 20s infinite;
	-webkit-animation: fadeSlideImg02 20s infinite;
	animation-delay: 3s;
	opacity: 0;
}
.fade-slider._03 {
	animation: fadeSlideImg03 20s infinite;
	-webkit-animation: fadeSlideImg03 20s infinite;
	animation-delay: 3s;
	opacity: 0;
}


@keyframes fadeSlideImg01 {
	0% { opacity: 1; }
	33% { opacity: 0; }
	66% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeSlideImg02 {
	0% { opacity: 0; }
	33% { opacity: 1; }
	66% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes fadeSlideImg03 {
	0% { opacity: 0; }
	33% { opacity: 0; }
	66% { opacity: 1; }
	100% { opacity: 0; }
}
*/

#slider a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 100;
}
#slider .row {
	height: 100%;
	max-width: 1060px;
	padding: 0 30px;
}
#slider .phrase p {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: .1em;
	margin: 30px 0 50px;
}
#slider .link-btn {
	font-size: 1.8rem;
}

/* Movie */
#top-movie {
	padding: 70px 0 30px;
}
#top-movie .wrapper {
	padding-bottom: 70px;
}
#top-movie .row {
	margin: 0 -20px;
}
#top-movie .column-2 {
	padding: 0 20px;
}

/* Gallery */
#top-gallery {
	position: relative;
}
#top-gallery h2 small {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: 20px;
}
#top-gallery .bg-lpink:before {
	top: 80px;
}
#top-gallery .link-btn {
	margin: 50px auto 0;
}

/* Topic */
#top-topic h2 .image {
	position: relative;
	line-height: 1.6;
}
#top-topic h2 .image:before {
	content: '';
	width: 110px;
	height: 170px;
	background: url(..img/img-topic.png) no-repeat center center;
	position: absolute;
	left: -135px;
	top: -80px;
}
#top-topic .v-box {
	max-width: 480px;
	margin: 50px auto 0;
}

/* Banner */
#banner-box {
	padding: 50px 0;
	background: #eee;
}
#banner-box .row {
	margin: -15px;
}
#banner-box .column-2 {
	padding: 15px;
	position: relative;
}
#banner-box .column-2:before {
	content: '';
	width: 45%;
	height: 1px;
	background: rgba(255,255,255,0.50);
	position: absolute;
	z-index: 50;
	top: 35px;
	left: 45px;
}
#banner-box .column-2 a {
	display: block;
	color: #fff;
	position: relative;
	height: 153px;
}
#banner-box .column-2 a .inner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
}
#banner-box .column-2 a .inner small {
	font-size: 1.5rem;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}
#banner-box .row .column-2:first-child a {
	background: #ef5a86 url(..img/banner01.jpg) no-repeat right center / auto 100%;
}
#banner-box .row .column-2:last-child a {
	background: #ef5a86 url(..img/banner02.jpg) no-repeat right center / auto 100%;
}

/* top-birth */
#top-birth {
	background: url(..img/bg-childbirth.jpg) no-repeat center center / cover;
	padding: 35px 0 50px;
}
#top-birth h2 {
	font-size: 2.1rem;
	color: #ef5a86;
	letter-spacing: .08em;
	margin-bottom: 35px;
}
#top-birth h2 small {
	font-size: 1.8rem;
	display: block;
	padding-top: 1.4em;
}
#top-birth h2 .c-title {
	padding: 35px 40px;
	background: rgba(255,255,255,0.5);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 2;
	border: 1px solid #ef5a86;
	border-radius: 0 10px;
	min-height: 265px;
}

#top-birth p {
	font-weight: bold;
}
#top-birth p + p {
	margin-top: 25px;
}
#top-birth .link-btn {
	margin: 30px auto 0;
	max-width: 250px;
}

/* Pick Up */
#pickup {
	padding: 50px 0;
	background: #facdda;
}
#pickup .text {
	width: 24%;
	position: relative;
	color: #ef5a86;
	font-size: 1.8rem;
}
#pickup .text:before {
	content: '';
	width: 70%;
	height: 1px;
	position: absolute;
	z-index: 50;
	background: rgba(255,255,255,0.50);
	right: -80px;
	top: 50%;
}
#pickup .image {
	width: 76%;
}
#pickup .image a {
	display: block;
	padding: 95px 0;
	background: url(..img/banner-pickup.jpg) no-repeat center center / cover;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	color: #fff;
}
#pickup .image a:hover {
	opacity: .8;
}
#pickup .image .b-title {
	padding: 25px 45px;
	background: rgba(239,90,134,0.80);
	border-radius: 0 20px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#pickup .image a:hover .b-title {
	background: rgba(239,90,134,1);
	opacity: 1;
}
#pickup .image .b-title:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 3px;
	right: 3px;
	opacity: .3;
	
}

/* Time */
.home #time .wrapper {
	max-width: 670px;
}
#time.top-border {
	margin-top: 50px;
}
#time table {
	margin: 0 auto;
	width: 100%;
}
#time table th,
#time table td {
	padding: 25px 20px;
	text-align: center;
}
#time table th {
	background: #dbdbdb;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}
#time table td {
	border-bottom: 1px solid #D8D5CD;
}
#time table tr:first-child th {
	color: #fff;
	background: #ef5a86;
}
#time table tr:last-child th {
	border-bottom: 1px solid #dbdbdb;
}
#time table tr th:first-child {
	text-align: left;
}
#time table + .notice {
	margin-top: 20px;
}
#time table + .notice p {
	font-size: 1.3rem;
}

/* News */
#news .news-box {
	border-bottom: 1px solid #dbdbdb;
}
#news .news-box a {
	display: block;
	background: url(..img/arrow-blk.svg) no-repeat right center;
	padding: 30px 0;
}

#news .news-box .image {
	width: 14.25%;
}
#news .news-box .image.noimg {
	border: 1px solid #dbdbdb;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#news .news-box .text {
	width: 85.75%;
	padding: 20px 40px 20px 20px;
}
#news .news-box .text .date {
	font-size: 1.3rem;
	color: #888;
	margin-bottom: 10px;
}
#news .news-box .text .date,
#news .news-box .text .n-title {
	transition: all .3s;
	-webkit-transition: all .3s;
}
#news .news-box a:hover .text .date,
#news .news-box a:hover .text .n-title {
	opacity: 0.7;
}
#news .news-box a:hover .image.noimg {
	opacity: 0.7;
}
#news .link-btn {
	margin: 50px auto 0;
}

@media screen and (max-width: 999px) {
	/* Slider */
	#slider .row {
		padding: 0 5.33333vw;
	}
	#slider {
		background-position: right 75% top;
	}
	
}

@media screen and (max-width: 768px) {
	/* Slider */
	.slider-slick-item{
		height: 55vh;
	}
	#slider .phrase p {
		font-size: 1.6rem;
		line-height: 2;
		margin: 25% 0 15px;
	}
	#slider .link-btn {
		font-size: 1.6rem;
	}
	
	/* Movie */
	#top-movie {
		padding: 40px 0 30px;
	}
	#top-movie .wrapper {
		padding-bottom: 40px;
	}
	#top-movie .row {
		margin: -20px 0;
	}
	#top-movie .column-2 {
		padding: 20px 0;
		width: 100%;
	}
	
	/* Gallery */
	#top-gallery .bg-lpink:before {
		top: 50px;
	}
	
	/* Topic */
	#top-topic h2 {
		line-height: 1.5;
	}
	#top-topic h2 .image {
		display: inline-block;
	}
	#top-topic h2 .image:before {
		width: 60px;
		height: 80px;
		left: -70px;
		top: -50px;
		background-size: 100% auto;
	}
	#top-topic .v-box {
		margin: 30px auto 0;
	}
	
	/* Banner */
	#banner-box,
	#banner-box .wrapper {
		padding: 0;
	}
	#banner-box .row {
		margin: 0;
	}
	#banner-box .column-2 {
		padding: 0;
	}
	#banner-box .column-2 a {
		height: 64vw;
	}
	#banner-box .row .column-2:first-child a,
	#banner-box .row .column-2:last-child a {
		background: #ef5a86;
	}
	#banner-box .column-2 a .inner {
		padding: 35px 10px 35px 30px;
		font-size: 1.6rem;
	}
	#banner-box .column-2:last-child a .inner {
		top: 50%;
		padding: 20px 10px 35px 30px;
	}
	#banner-box .column-2 a .inner small {
		font-size: 1.3rem;
	}
	#banner-box .column-2:before {
		width: 1px;
		height: 50%;
		top: 30px;
		left: 20px;
	}
	#banner-box .column-2:last-child::before {
		top: auto;
		bottom: 25px;
	}
	#banner-box .column-2:after {
		content: '';
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
	}
	#banner-box .column-2:first-child::after {
		background: url(..img/banner01.jpg) no-repeat center center / cover;
		bottom: 0;
	}
	#banner-box .column-2:last-child::after {
		background: url(..img/banner02.jpg) no-repeat center center / cover;
		top: 0;
	}
	
	/* Time */
	#time.top-border {
		margin-top: 0;
	}
	#time table {
		font-size: 1.5rem;
	}
	#time table th,
	#time table td {
		padding: 15px 5px;
	}
	#time table tr th:first-child {
		padding: 15px 10px;
	}
	#time table + .notice {
		margin-top: 15px;
	}
	
	/* News */
	#news .news-box a {
		padding: 20px 0;
		background-size: 12px auto;
	}
	#news .news-box .image {
		width: 120px;
		height: 75px;
		overflow: hidden;
		position: relative;
	}
	#news .news-box .image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#news .news-box .text {
		padding: 0 30px 0 20px;
		width: calc(100% - 120px);
	}
	#news .news-box .text .date {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	#news .news-box .text .n-title {
		font-size: 1.5rem;
	}
	#news .link-btn {
		margin: 30px auto 0;
		max-width: 250px;
	}
}
@media screen and (max-width: 374px) {
	#banner-box .column-2 a .inner {
		font-size: 1.4rem;
	}
	#banner-box .column-2:last-child::before {
		bottom: 15px;
	}
}

@media screen and (max-width: 999px)
{
	.height-inta{
		height: 960px;
	}
}
@media screen and (max-width: 768px)
{
	.height-inta{
		height: 754px;
	}
}
@media screen and (max-width: 480px)
{
	.height-inta{
		height: 1073px;
	}
}
@media screen and (max-width: 360px)
{
	.height-inta{
		height: 1060px;
	}
}
@media screen and (max-width: 320px)
{
	.height-inta{
		height: 1055px;
	}
}
/*------------------------
  About
------------------------*/
.about #page-title h2 {

}
#about-feature p {
	line-height: 2;
}
#about-feature p + p {
	margin-top: 35px;
}
#about-feature .list-box {
	background: #ffebf1;
	border-radius: 0 20px;
	padding: 55px 50px 45px 40px;
	margin-top: 80px;
}
#about-feature  {

}
#about-feature h3 {
	margin: -65px 0 30px;
}
#about-feature .list-box small {
	font-size: 1.3rem;
	display: block;
}
#about-feature .list-box .num {
	font-size: 5.0rem;
	width: 75px;
	text-align: center;
	background: url(..img/bg-num.svg) no-repeat center center;
	padding: 30px 0;
}
#about-feature .list-box .text {
	width: calc(100% - 75px);
	padding-left: 30px;
	line-height: 2;
}

@media screen and (max-width: 999px) {
	#about-feature p + p {
		margin-top: 15px;
	}
	#about-feature .list-box {
		border-radius: 0 20px;
		padding: 35px 15px 30px;
		margin-top: 50px;
	}
	#about-feature h3 {
		margin: -45px 0 20px;
	}
	#about-feature .list-box ul li {
		padding: 10px 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: start;
		align-items: start
	}
	#about-feature .list-box small {
		margin-top: 10px;
	}
	#about-feature .list-box .num {
		font-size: 2.0rem;
		width: 40px;
		background-size: 40px auto;
		padding: 8px 0;
	}
	#about-feature .list-box .text {
		width: calc(100% - 40px);
		padding-left: 10px;
		line-height: 1.8;
	}
}

/*------------------------
  Access
------------------------*/
#access-box .container {
	padding-bottom: 0;
}
#access-box p.name {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 30px;
}
#access-box p.name small {
	font-size: 1.2rem;
	padding-right: 10px;
}
#access-box .h-info {
	margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
	#access-box .container {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	#access-box p.name {
		margin-bottom: 15px;
	}
}


/*------------------------
  Check
------------------------*/
#check-box {
	background: url(..img/bg-check-pc.jpg) no-repeat right bottom / 70% auto;
}
#check-box .container {
	padding-bottom: 200px;
}
#check-box p {
	line-height: 2;
}
#check-box p + p {
	margin-top: 35px;
}
#check-box .c-price {
	max-width: 320px;
	background: rgba(255,255,255,0.50);
	border: 2px solid #ef5a86;
	border-radius: 15px 0;
	margin-top: 35px;
	padding: 15px 20px;
}
#check-box .c-price p {
	font-weight: bold;
	line-height: 1.7;
}
#check-box .c-price p small {
	font-weight: normal;
	font-size: 1.4rem;
	display: block;
}

@media screen and (max-width: 999px) {
	#check-box p + p {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	#check-box .container {
		padding-bottom: 300px;
	}
	#check-box {
		background: url(..img/bg-check-sp.jpg) no-repeat right bottom / 100% auto;
	}
}

@media screen and (max-width: 374px) {
	#check-box .container {
		padding-bottom: 300px;
	}
	#check-box .c-price p small {
		font-size: 1.2rem;
	}
}

/*------------------------
  Childbirth
------------------------*/
#childbirth01 {
	background: url(..img/bg-childbirth01.jpg) no-repeat right bottom / 70% auto;
}
#childbirth02 {
	background: url(..img/bg-childbirth02.jpg) no-repeat right bottom / 70% auto;
}
#childbirth01 .container,
#childbirth02 .container {
	padding-bottom: 200px;
}
#childbirth01 p,
#childbirth02 p {
	line-height: 2;
}
#childbirth01 p + p,
#childbirth02 p + p {
	margin-top: 35px;
}
#childbirth01 .link-btn {
	margin-top: 50px;
}
#childbirth02 h4 {
	margin-top: 50px;
}

@media screen and (max-width: 999px) {
	#childbirth01 p + p,
	#childbirth02 p + p {
		margin-top: 15px;
	}
	#childbirth01 .container,
	#childbirth02 .container {
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 640px) {
	#childbirth01 .container,
	#childbirth02 .container {
		padding-bottom: 100px;
	}
}

/*------------------------
  Clinic
------------------------*/
.clinic #time h4 {
	font-size: 2.0rem;
	margin: 50px 0 40px;
}
.clinic #time ul.p-list {
	padding: 0 30px 50px;
}
#clinic01 p {
	line-height: 2;
	margin: 25px 0;
}
#clinic02 .row .text01 {
	font-weight: bold;
	background: #ffebf1;
	padding: 15px 25px;
	margin-right: 10px;
}
#clinic02 .row .text02 {
	margin-left: 10px;
}
#clinic02 p{
	line-height: 2;
	margin-top: 25px;
}
#clinic02 p .fontbold {
	display: inline-block;
	padding-right: 15px;
}
#clinic03 .row {
	margin: 0 -20px -20px;
}
#clinic03 .column-2 {
	padding: 20px;
}

#clinic03 p {
	line-height: 2;
}
#clinic03 p + p {
	margin-top: 20px;
}

@media screen and (max-width: 999px) {
	.clinic #time h4 {
		font-size: 1.6rem;
		margin: 35px 0 20px;
	}
	.clinic #time ul.p-list {
		padding: 0 10px 30px;
	}
	#clinic-feature p {
		margin: 15px 0;
	}
	#clinic03 .row {
		margin: -20px 0 0;
	}
	#clinic03 .column-2 {
		width: 100%;
		padding: 20px 0 0;
	}
	#clinic01 p + p,
	#clinic02 p + p,
	#clinic03 p + p {
		margin: 15px 0 0;
	}
}

/*------------------------
	Contact
------------------------*/
/* form */
#form .wrapper {
	max-width: 800px;
}
#form .pink {
	font-weight: bold;
	font-size: 1.5rem;
	color: #ff014c;
}
#form table {
	table-layout: fixed;
	width: 100%;
	margin: 30px 0 10px;
	border-spacing: 0;
	line-height: 1.6;
	border-top: 1px solid #dbdbdb;
}
#form table th {
	width: 32%;
	text-align: left;
	vertical-align: top;
	background: #dbdbdb;
	border-bottom: 1px solid #fff;
	padding-top: 35px;
	padding: 30px 20px;
}
#form table tr:last-child th,
#form table td {
	border-bottom: 1px solid #dbdbdb;
}
#form table td {
	padding: 30px;
}
#form table th.req:after {
	content: '＊';
	float: right;
	color: #ff014c;
	margin-right: 10px;
}
#form table p small {
	font-size: 1.4rem;
	padding-top: 15px;
	display: block;
}
#form input[type=text],
#form input[type=email],
#form input[type=tel],
#form textarea {
	-webkit-appearance: none;
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 15px;
	font-size:1.6rem;
	width: 100%;
}
#form table .wpcf7-list-item {
	display: block;
	margin: 0 0 5px;
}
#form table .wpcf7-list-item-label {
	margin-left: 5px;
}
#form textarea {
	height: 160px;
}
#form input[type=submit] {
	text-align: center;
	width: 400px;
	display: block;
	margin: 50px auto 0;
	background: #ef5a86;
	border-radius: 0 20px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: .08em;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
}
#form input[type=submit]:hover {
	background: #ff014c;
}
#form input:hover,
#form input:focus,
#form textarea:hover,
#form textarea:focus {
	outline: none;
}
#form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
#form div.wpcf7-response-output {
	padding: 15px;
	text-align: center;
	font-weight: 500;
	border: 2px solid #f00;
}
#form div.wpcf7 .ajax-loader,
#form .wpcf7-mail-sent-ok {
	display: none !important;
}
#form span.wpcf7-not-valid-tip {
	padding: 10px 0;
	color: #da583e;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
}
#form .wpcf7-form-control-wrap {
	position: static;
}

/* Thanks */
#thanks h3 {
	font-size: 2.8rem;
	margin-bottom: 60px;
	text-align: center;
}
#thanks p {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 2;
}
#thanks .container {
	min-height: 60vh;
}

@media screen and (max-width: 999px) {
	#form table th {
		width: 35%;
	}
	#form input[type=submit] {
		font-size: 1.6rem;
		line-height: 60px;
	}
	#thanks h3 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	#form table {
		border-bottom: none;
	}
	#form table th.req:after {
		float: none;
		margin-left: 15px;
	}
	#form table th,
	#form table td {
		display: block;
		width: 100%;
	}
	#form table th {
		padding: 10px 15px;
	}
	#form table td {
		padding: 15px 0 30px;
	}
	#form input[type=submit] {
		width: 100%;
	}
}

/*------------------------
  Emproyee
------------------------*/
.em-box dl {
	border-top: 1px solid #dbdbdb;
	line-height: 1.7;
}
.em-box dl dt,
.em-box dl dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 25px 20px;
}
.em-box dl dt {
	width: 20%;
}
.em-box dl dd {
	width: 80%;
}
.em-box dl .block + .block {
	margin-top: 20px;
}
.em-box dl .block .fontbold {
	display: block;
}
.em-box dl a {
	box-shadow: 0 1px 0 currentColor;
}
.em-box dl small {
	font-size: 1.4rem;
}
.em-box p.fontbold {
	margin-bottom: 10px;
}
.em-box p {
	line-height: 2;
}
.em-box .em-detail dl {
	margin: 35px 0;
	border: none;
}
.em-box .em-detail dl dt,
.em-box .em-detail dl dd {
	border-bottom: none;
}
.em-box .em-detail dl dt {
	padding: 15px 0;
}
.em-box .em-detail dl dt .bg {
	background: #ffebf1;
	border-radius: 0 15px;
	display: block;
	padding: 10px 15px;
}

@media screen and (max-width: 999px) {
	.em-box dl dt {
		width: 25%;
	}
	.em-box dl dd {
		width: 75%;
	}
}
@media screen and (max-width: 767px) {
	.em-box dl dt,
	.em-box dl dd {
		padding: 15px;
	}
	.em-box dl dt {
		width: 90px;
		padding-left: 0;
	}
	.em-box dl dd {
		width: calc(100% - 90px);
		padding-right: 0;
	}
	.em-box dl .block + .block {
		margin-top: 10px;
	}
	.em-box dl small {
		display: block;
	}
	.em-box .em-detail dl {
		margin: 25px 0;
	}
	.em-box .em-detail dl dt {
		width: 150px;
	}
	.em-box .em-detail dl dd {
		width: calc(100% - 150px);
	}
}

/*------------------------
  Equipment
------------------------*/
.eq-box .row  {
	margin: 0 -20px -20px;
}
.eq-box .column-2,
.eq-box .column-3 {
	padding: 20px;
}
.eq-box .column-2 h5 {
	font-size: 1.8rem;
	margin: 0 0 20px;
}
.eq-box .column-2 p + p {
	margin-top: 15px;
}
.eq-box .column-2 p + h5 {
	margin-top: 35px;
}

@media screen and (max-width: 999px) {
	.eq-box .column-2,
	.eq-box .column-3 {
		width: 100%;
	}
	.eq-box .row {
		margin: -10px 0 0;
	}
	.eq-box .column-2,
	.eq-box .column-3 {
		padding: 10px 0;
	}
	.eq-box .column-2 h5 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.eq-box .column-2 p + p {
		margin-top: 15px;
	}
	.eq-box .column-2 p + h5 {
		margin-top: 20px;
	}
}

/*------------------------
  Food
------------------------*/
#fd-topic p {
	line-height: 2;
}
#fd-topic .row {
	margin: -20px;
}
#fd-topic .column-2 {
	padding: 20px;
}
#fd-lead h3 + p,
#fd-sample h4 + p {
	text-align: center;
	margin-bottom: 35px;
}
#fd-lead .row {
	margin: -20px;
}
#fd-lead .column-2,
#fd-lead .column-3 {
	padding: 20px;
}
#fd-lead .column-3 h4,
#fd-sample .column-3 h5 {
	font-size: 1.8rem;
	text-align: center;
	background: #ffebf1;
	padding: 15px 20px;
	margin-bottom: 20px;
}
#fd-lead .column-3 h4 {
	background: #fff;
}
#fd-lead .row p {
	line-height: 2;
}
#fd-lead .row p + p {
	margin-top: 15px;
}
#fd-lead .column-2 .icon-title {
	font-size: 1.8rem;
	padding-left: 30px;
	background: url(..img/icon-list.svg) no-repeat left center / 15px auto;
}
#fd-lead .column-2 img {
	margin-top: 20px;
}
#fd-sample div + h4{
	margin-top: 70px;
}
#fd-sample div.row {
	margin: -15px;
}
#fd-sample div.row.image {
	margin: 0 -20px;
}
#fd-sample .column-3 {
	padding: 15px;
}
#fd-sample .column-2 {
	padding: 20px;
}
#fd-sample dl {
	padding-bottom: 20px;
	min-height: 185px;
}
#fd-sample dl + dl {
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
}
#fd-sample dl dt {
	width: 75px;
}
#fd-sample dl dd {
	width: calc(100% - 75px);
	font-size: 1.5rem;
	line-height: 2;
	padding-top: 15px;
}
#fd-sample dl dt .serif {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #efefef;
	text-align: center;
	font-size: 2.0rem;
	line-height: 60px;
}


@media screen and (max-width: 768px) {
	#fd-topic h3 {
		line-height: 1.5;
	}
	#fd-topic .column-2,
	#fd-sample .column-3 {
		width: 100%;
		padding: 20px 20px 0;
	}
	#fd-lead h3 + p,
	#fd-sample h4 + p {
		text-align: left;
		margin-bottom: 0;
	}
	#fd-lead .column-3 h4,
	#fd-sample .column-3 h5 {
		font-size: 1.6rem;
		padding: 15px;
		margin-bottom: 15px;
		background: #ffebf1;
	}
	#fd-lead .row {
		margin: 0;
	}
	#fd-lead .column-3,
	#fd-lead .column-2 {
		padding: 25px 0 0;
		width: 100%;
	}
	#fd-lead .column-2 {
		margin-left: -2.5vw;
	}
	#fd-lead .column-2 .icon-title {
		font-size: 1.6rem;
		margin-left: 2.5vw;
		background: url(..img/icon-list.svg) no-repeat left center / 15px auto;
	}
	#fd-lead .column-2 img {
		width: 50%;
		float: left;
		padding-left: 2.5vw;
	}
	#fd-sample h4 + p small {
		display: block;
		margin-bottom: 25px;
	}
	#fd-sample dl {
		min-height: 0;
	}
	#fd-sample div.row.image {
		margin: 25px -1.25vw 0;
	}
	#fd-sample .column-2 {
		padding: 0 1.25vw;
	}
}

/*------------------------
  Goyoyaku
------------------------*/
#rsv-lead .p-list {
	margin: 35px 0 50px;
}
#rsv-lead .border-box {
	border: 1px solid #ef5a86;
	padding: 25px 8%;
	margin: 20px 0;
}
#rsv-lead .border-box .row p.bg {
	background: #ffebf1;
	border-radius: 0 20px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 15px 0 0;
	font-size: 1.8rem;
}
#rsv-lead .border-box .row a {
	font-weight: bold;
	font-size: 1.8rem;
	color: #ef5a86;
}
#rsv-lead .border-box .row a:hover {
	box-shadow: 0 1px 0 currentColor;
}
#rsv-lead .border-box .row + p {
	margin-top: 15px;
}
#rsv-lead .border-box .row img {
	width: 100px;
	margin-left: 25px;
}
#flow-box {
	margin-top: 40px;
}
#flow-box .row {
	margin: 0 -20px;
}
#flow-box .column-2 {
	padding: 0 20px;
}
#flow-box .column-2 .flow-title {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 25px;
}
#flow-box .column-2 .flow-title small {
	font-weight: 1.4rem;
}
#flow-box .column-2 .flow {
	position: relative;
	line-height: 1.7;
}
#flow-box .column-2 .flow:before {
	content: '';
	width: 10px;
	height: 100%;
	background: #ef5a86;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
}
#flow-box .column-2 .flow li {
	padding: 25px 20px;
	border: 3px solid #ef5a86;
	border-radius: 0 20px;
	background: #fff;
	margin: 30px 0;
	position: relative;
}
#flow-box .column-2 .flow li small {
	display: block;
	font-size: 1.3rem;
	margin-top: 10px;
}
#flow-box .note {
	font-size: 1.3rem;
	margin-top: 50px;
}
#flow-box .note img {
	width: auto;
	height: 20px;
	vertical-align: top;
	margin: 0 5px;
}
@media screen and (max-width: 999px) {
	#rsv-lead .border-box .row img {
		display: block;
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 767px) {
	#rsv-lead .border-box {
		border: none;
		padding: 10px 0;
	}
	#rsv-lead .border-box .row p.bg {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	#rsv-lead .border-box .row a {
		font-size: 1.6rem;
	}
	#rsv-lead .border-box .row + p {
		font-size: 1.3rem;
	}
	#rsv-lead .border-box .row img {
		margin: 15px 0 0;
		width: 140px;
	}
	#flow-box {
		margin-top: 30px;
	}
	#flow-box .row {
		margin: 0 0 -10px;
	}
	#flow-box .column-2 {
		width: 100%;
		padding: 10px 0;
	}
	#flow-box .column-2 .flow-title {
		text-align: left;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#flow-box .column-2 .flow li {
		margin: 15px 0;
		padding: 20px 15px;
	}
	#flow-box .note {
		margin-top: 10px;
	}
}

/*------------------------
  Maternity
------------------------*/
#m-lead .wrapper.narrow {
	max-width: 690px;
}
#m-lead .m-info {
	background: #ffebf1;
	border-radius: 0 10px;
	padding: 30px 50px 40px;
	margin-bottom: 35px;
}
#m-lead .m-info .bg,
#m-lead .m-info .fontbold {
	line-height: 1.7;
}
#m-lead .m-info .bg {
	color: #fff;
	background: #ef5a86;
	padding: 10px 20px;
	border-radius: 0 20px;
	margin-right: 15px;
}
#m-lead .m-info .fontbold {
	font-size: 1.8rem;
}

#m-lead .m-info .fontbold2 {
    font-size: 16px;
}

#m-lead .m-info .fontbold-red {
    color: red;
    font-weight: bold;
    font-size:16px;
    padding-left:80px;
}

#m-lead .m-info .p-list {
	margin-top: 35px;
}
#m-lead .m-info + p {
	margin-bottom: 15px;
}
#m-lead p {
	line-height: 2;
}
#m-yoga p + p {
	margin-top: 25px;
}
#m-yoga .p-list {
	margin: 35px 0;
}
#m-yoga .bg a {
	color: #fff;
	font-size: 2.0rem;
	background: #ef5a86;
	padding: 10px 30px;
	border-radius: 0 20px;
	margin-top: 10px;
	display: inline-block;
}
#m-yoga dl {
	border-top: 1px solid #dbdbdb;
	line-height: 1.7;
	margin-bottom: 35px;
}
#m-yoga dl dt,
#m-yoga dl dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 25px 20px;
}
#m-yoga dl dt {
	width: 20%;
}
#m-yoga dl dd {
	width: 80%;
}
#m-yoga dl .block + .block {
	margin-top: 20px;
}
#m-yoga dl .block .fontbold {
	display: block;
}
#m-yoga dl a {
	box-shadow: 0 1px 0 currentColor;
}
#m-yoga dl small {
	font-size: 1.4rem;
}
#m-yoga .tit {
	width: 150px;
}
#m-yoga .price {
	width: calc(100% - 150px);
}

@media screen and (max-width: 999px) {
	
}
@media screen and (max-width: 767px) {
	#m-lead .m-info {
		padding: 20px 20px 30px;
		margin-bottom: 25px;
	}
	#m-lead .m-info .row {
		display: block;
	}
	#m-lead .m-info .bg {
		display: inline-block;
		margin-bottom: 15px;
	}
	#m-lead .m-info .p-list {
		margin-top: 25px;
	}
	#m-yoga .wrapper.narrow {
		padding: 0;
	}
	#m-yoga p + p {
		margin-top: 15px;
	}
	#m-yoga .p-list {
		margin: 25px 0;
	}
	#m-yoga dl dt,
	#m-yoga dl dd {
		padding: 15px;
	}
	#m-yoga dl dt {
		width: 50px;
		padding-left: 0;
	}
	#m-yoga dl dd {
		width: calc(100% - 50px);
		padding-right: 0;
	}
	#m-yoga dl .block + .block {
		margin-top: 10px;
	}
	#m-yoga dl small {
		display: block;
	}
    #m-lead .m-info .fontbold-red {       
        font-size:16px;
        padding-left:0;
    }
}

/*------------------------
  Satogaeri
------------------------*/
#st-lead h3 {
	line-height: 1.5;
}
#st-merit .container {
	padding-top: 0;
}
#st-merit {
	background: url(..img/bg-merit.png) no-repeat center bottom / 100% auto;
	padding-bottom: 180px;
}
#st-merit p {
	line-height: 2;
}
#st-merit p + p {
	margin-top: 35px;
}
.st-info p + p {
	margin: 35px 0 25px;
}
.st-info .note {
	font-size: 1.3rem;
	margin-top: 35px;
}
.st-info dl {
	border-top: 1px solid #dbdbdb;
	line-height: 1.7;
	margin-bottom: 35px;
}
.st-info dl dt,
.st-info dl dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 25px 20px;
}
.st-info dl dt {
	width: 20%;
}
.st-info dl dd {
	width: 80%;
}
.st-info dl .block + .block {
	margin-top: 20px;
}
.st-info dl .block .fontbold {
	display: block;
}
.st-info dl a {
	box-shadow: 0 1px 0 currentColor;
}
.st-info dl small {
	font-size: 1.4rem;
}
.st-info ul.border-list {
	margin: 0 0 35px;
}
.st-info.gray ul.border-list {
	margin: 35px 0;
}


@media screen and (max-width: 767px) {
	#st-merit {
		padding-bottom: 18vw;
	}
	#st-merit p + p {
		margin-top: 15px;
	}
	.st-info p + p {
		margin: 15px 0;
	}
	.st-info .note {
		margin-top: 15px;
	}
	.st-info ul.border-list {
		margin: 0 0 25px;
	}
	.st-info dl dt,
	.st-info dl dd {
		padding: 15px;
	}
	.st-info dl dt {
		width: 50px;
		padding-left: 0;
	}
	.st-info dl dd {
		width: calc(100% - 50px);
		padding-right: 0;
	}
	.st-info dl .block + .block {
		margin-top: 10px;
	}
	.st-info dl small {
		display: block;
	}
}

/*------------------------
  Staff
------------------------*/
.staff #page-title {
	background-position: center 20%;
}
#greeting .row .image {
	
}
#greeting .row .image img {
	width: 200px;
	margin: 0 auto 30px;
	display: block;
}
#greeting .name,
#greeting-t .row .name {
	font-size: 1.8rem;
	text-align: center;
}
#greeting .row .name small,
#greeting-t .name small {
	font-size: 1.3rem;
	display: inline-block;
	padding-right: 10px;
}
#greeting .v-box {
	max-width: 480px;
	margin: 0 auto;
}
#greeting-t img.left {
	width: 300px;
	padding-bottom: 30px;
}
#greeting-t p {
	line-height: 2;
	margin-top: 35px;
}
#greeting-t .container {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	#greeting .column-2 {
		width: 100%;
	}
	#greeting .column-2.middle {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
	}
	#greeting .row .image img {
		margin: 0;
		width: 150px;
	}
	#greeting .row .name,
	#greeting-t .name {
		font-size: 1.6rem;
	}
	#greeting .v-box {
		margin: 30px auto 0;
	}
	#greeting-t p {
		margin-top: 15px;
	}
}

/*------------------------
  Category
------------------------*/
#entry-list .row {
	margin: 0 -18px;
}
#entry-list .column-3 {
	padding: 0 18px 36px;
}
#entry-list .column-3 a {
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 30px 25px 70px;
}
#entry-list .column-3 a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 42px;
	border-radius: 5px 0 0;
}
.category-personnel #entry-list .column-3 a:hover,
.category-personnel #entry-list .column-3 a:before,
.category-personnel #entry-list .column-3 a .more {
	background: #0d416c;
}
.category-column #entry-list .column-3 a:hover,
.category-column #entry-list .column-3 a:before,
.category-column #entry-list .column-3 a .more {
	background: #015eac;
}
.category-seminar #entry-list .column-3 a:hover,
.category-seminar #entry-list .column-3 a:before,
.category-seminar #entry-list .column-3 a .more {
	background: #4890cc;
}
.category-personnel #entry-list .column-3 a:hover::before,
.category-column #entry-list .column-3 a:hover::before,
.category-seminar #entry-list .column-3 a:hover::before,
.category-news #entry-list .column-3 a:hover::before {
	background: #fff;
	opacity: .3;
}
.category-news #entry-list .column-3 a:hover,
.category-news #entry-list .column-3 a:before,
.category-news #entry-list .column-3 a .more {
	background: #3a87c8;
}
#entry-list .column-3 a .date {
	color: #8d8d8d;
	font-size: 1.3rem;
	line-height: 1;
}
#entry-list .column-3 a h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 25px 0;
}
#entry-list .column-3 a .text {
	font-size: 1.4rem;
}
#entry-list .column-3 a .more {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	bottom: 0;
	text-align: center;
	border-radius: 5px 0;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: normal;
}
#entry-list .column-3 a:hover .date,
#entry-list .column-3 a:hover .text,
#entry-list .column-3 a:hover h3 {
	color: #fff;
}

/* pgination */
.pagination {
	text-align: center;
	margin-top: 100px;
}
.pagination span,
.pagination a {
	padding: 0 8px 15px;
	margin: 0 5px;
}
.pagination span.current,
.pagination a:hover {
	border-bottom: 1px solid #2c2c2c;
}

@media screen and (max-width: 999px) {
	#entry-list .row {
		margin: -7.5px 0;
	}
	#entry-list .column-3 {
		width: 100%;
		padding: 7.5px 0;
	}
	#entry-list .column-3 a .more {
		width: 30px;
		height: 100%;
		border-radius: 0 5px 5px 0;
		font-size: 1.2rem;
		line-height: 1;
	}
	#entry-list .column-3 a .more .mont {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		margin-top: -.5em;
	}
	#entry-list .column-3 a {
		padding: 15px 45px 20px 15px;
	}
	#entry-list .column-3 a:before {
		height: 28px;
	}
	#entry-list .column-3 a h3 {
		margin: 20px 0 15px;
	}
	#entry-list .column-3 a .text {
		font-size: 1.3rem;
	}
	
	/* pgination */
	.pagination {
		margin-top: 50px;
	}
	.pagination span,
	.pagination a {
		padding: 10px 5px 15px;
		margin: 0 5px;
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	
}

/*------------------------
	Entry
------------------------*/
#entry-box .entry-content {
	
}
#entry-box .entry-header {
	padding: 0 0 40px;
	border-bottom: 1px solid #dbdbdb;
}
#entry-box .entry-header ul {
	color: #8d8d8d;
	margin: 0 -10px;
}
#entry-box .entry-header ul li {
	padding: 0 10px;
}
#entry-box .entry-header ul .ctg {
	font-size: 1.2rem;
	border-right: 1px solid #8d8d8d;
}
#entry-box .entry-header ul .date {
	font-size: 1.3rem;
}
#entry-box .entry-header h1 {
	font-size: 3.0rem;
	margin-top: 15px;
	line-height: 1.5;
}
#entry-box .entry-text {
	padding: 45px 0 80px;
}
#entry-box .entry-text h1,
#entry-box .entry-text h2,
#entry-box .entry-text h3,
#entry-box .entry-text h4 {
	line-height: 1.5;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
#entry-box .entry-text h1 {
	font-size: 2.6rem;
	padding-left: 70px;
	margin: 40px 0 30px;
}
#entry-box .entry-text h1:before {
	content: '';
	width: 50px;
	height: 3px;
	background: #ef5a86;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
}
#entry-box .entry-text h2 {
	font-size: 2.2rem;
	margin: 40px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#entry-box .entry-text h2:after {
	content: '';
	border-top: 1px solid #dbdbdb;
	flex-grow: 1;
	margin-left: 20px;
}
#entry-box .entry-text h3 {
	font-size: 2.0rem;
	margin: 40px 0 30px;
	padding-left: 15px;
	border-left: 1px solid #2c2c2c;
}
#entry-box .entry-text h4 {
	font-size: 1.8rem;
	margin: 40px 0 30px;
}
#entry-box .entry-text p,
#entry-box .entry-text ul,
#entry-box .entry-text ol,
#entry-box .entry-text table,
#entry-box .entry-text dl {
	font-size: 1.6rem;
	line-height: 1.8;
}
#entry-box .entry-text a {
	color: #ef5a86;
	font-weight: bold;
	box-shadow: 0 1px 0 currentColor;
}
#entry-box .entry-text p + p {
	margin-top: 35px;
}
#entry-box .entry-text ul,
#entry-box .entry-text ol {
	margin-left: 20px;
}

/* Links */
#entry-link .container {
	padding-top: 0;
}
#entry-link .wrapper {
	max-width: 600px;
}
#entry-link .row {
	border: solid #dbdbdb;
	border-width: 1px 0;
	position: relative;
}
#entry-link .row:before {
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background: #dbdbdb;
	position: absolute;
	top: 10px;
	left: 50%;
}
#entry-link .column-2 a {
	display: block;
	padding: 35px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
#entry-link .column-2.prev a {
	background: url(..img/arrow-prev.svg) no-repeat 10px center;
}
#entry-link .column-2.prev a:hover {
	background-position: left center;
}
#entry-link .column-2.next a {
	background: url(..img/arrow-next.svg) no-repeat;
	background-position: right 10px center;
}
#entry-link .column-2.next a:hover {
	background-position: right center;
}
#entry-link .list-link {
	margin-top: 30px;
}
#entry-link .list-link a {
	display: block;
	width: 100%;
	padding: 40px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #ef5a86;
	border-radius: 0 40px;
}
#entry-link .list-link a:hover {
	opacity: .9;
}

@media screen and (max-width: 768px) {
	#entry-box .entry-content {
		padding: 0 15px;
	}
	#entry-box .entry-header {
		padding: 35px 0;
	}
	#entry-box .entry-header h1 {
		font-size: 2.4rem;
		margin-top: 35px;
	}
	#entry-box .entry-text h1 {
		font-size: 2.0rem;
		padding-left: 30px;
		margin: 30px 0;
	}
	#entry-box .entry-text h1:before {
		width: 20px;
	}
	#entry-box .entry-text p + p {
		margin-top: 25px;
	}
	#entry-box .entry-text h2 {
		font-size: 1.8rem;
		margin: 30px 0 25px;
	}
	#entry-box .entry-text h3 {
		font-size: 1.6rem;
		margin: 30px 0 25px;
	}
	#entry-box .entry-text h4 {
		font-size: 1.6rem;
		margin: 30px 0 25px;
	}
	#entry-link .list-link a {
		padding: 25px 0;
		border-radius: 0 20px;
	}
}


/*------------------------
	
------------------------*/



@media screen and (max-width: 999px) {
	
}

@media screen and (max-width: 768px) {
	
}

/*------------------------
	Common Info
------------------------*/
#common-info #time-box.row {
	margin: -25px;
}
#common-info .time,
#common-info .tel {
	width: 50%;
	padding: 25px;
}
#common-info .tel {
	padding-left: 12%;
}
#common-info table.time-table {
	background: #fff;
	margin-bottom: 20px;
	line-height: 1.5;
}
#common-info table.time-table tr th:first-child {
	width: 18%;
}
#common-info table.time-table th,
#common-info table.time-table td {
	padding: 20px 5px;
}
#common-info p span {
	margin-left: 30px;
}
#common-info #time-box dl.notice {
	margin: 0;
}

@media screen and (max-width: 999px) {
	#common-info #time-box.row {
		margin: -5.33333vw;
	}
	#common-info .time,
	#common-info .tel {
		width: 100%;
		padding: 5.33333vw;
	}
	#common-info table.time-table {
		margin-bottom: 10px;
		line-height: 1.5;
	}
	#common-info table.time-table th,
	#common-info table.time-table td {
		padding: 15px 5px;
	}
	#common-info table.time-table + p {
		font-size: 1.3rem;
	}
	#common-info table.time-table tr th:first-child {
		width: auto;
	}
	#common-info .tel p.fontbold {
		font-size: 1.4rem;
	}
	#common-info #time-box dl.notice {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 768px) {
	
}

/*------------------------
	footer
------------------------*/
#site-footer {
	position: relative;
	background: rgba(216, 213, 205, 0.5);
}
#site-footer .ft-info {
	padding: 45px 0 40px 200px;
	padding-left: 0;
}
#site-footer .ft-info p {
	font-size: 1.4rem;
}
#site-footer .ft-nav {
	position: relative;
}
#site-footer .ft_copy p {
	font-size: 1.0rem;
	line-height: 1;
	color: #858585;
}
#ft-nav {
	position: fixed;
	z-index: 200;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
#ft-nav .row {
	height: 60px;
}
#ft-nav .ft-contact,
#ft-nav .ft-rsv {
	width: 38%;
}
#ft-nav .ft-scroll {
	width: 24%;
}
#ft-nav .ft-menu {
	width: 24%;
	height: 100%;
	background: #ed93ad url(..img/icon-menu.svg) no-repeat center 10px / 25px auto;
}
#ft-nav a {
	display: block;
	height: 100%;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	padding-top: 38px;
}
#ft-nav .ft-contact a {
	background: #ef1958 url(..img/icon-mail.svg) no-repeat center 10px / 20px auto;
}
#ft-nav .ft-rsv a {
	background: #ef5a86 url(..img/icon-rsv.svg) no-repeat center 8px / 14px auto;
}
#ft-nav .ft-scroll a {
	background: #ed93ad url(..img/icon-scroll.svg) no-repeat center 8px / 16px auto;
}
.ft-info-gr{
	display: flex;
	align-items: center;
}
.logo_ft{
	padding-right: 20px;
}
.logo_ft img{
	max-width: 250px;
}
.wrapper_ft{
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 999px) {
	#site-footer {
		padding: 35px 0 50px;
		background: #efefef;
	}
	#site-footer .wrapper {
		padding: 0 5.33333vw;
	}
	#site-footer .ft_copy {
		position: relative;
		width: 100%;
		right: auto;
		bottom: auto;
		font-size: 1.0rem;
	}
	#site-footer .ft_copy p {
		text-align: center;
	}
	.ft-info-gr{
		align-items: flex-end;
		width: 100%;
		justify-content: center;
	}
	#site-footer .ft-info{
		width: 100%;
		max-width: 100%;
		padding-top: 0px !important;
	}
}
@media screen and (max-width:640px){
	.ft-info-gr{
		flex-direction: column;
		align-items: center;
	}
	.logo_ft{
		padding-right: 0;
		padding-bottom: 20px;
	}
	.ft_address{
		text-align: center;
	}
	#site-footer{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 374px) {
	#site-footer .ft-info p {
		font-size: 1.2rem;
	}
}

/*------------------------
	Scroll to Top
------------------------*/
.page-top {
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 800;
}
.page-top a {
	width: 70px;
	height: 70px;
	background: #D8D5CD url(../img/icon-scroll.svg) no-repeat center center;
	display: block;
	text-indent: -9999px;
}
.hv-o:hover{
	opacity: 0.7;
}
@media screen and (max-width: 999px) {
	
.syoudoku{
	width:  100% !important;
	text-align: center;
}
.syoudoku img{
	width:  100% !important;
	text-align: center;
}
	
	.page-top {
		right: 10px;
		bottom: 10px;
		opacity: 0 !important;
	}
	.page-top a {
		width: 50px;
		height: 65px;
		background-size: 100% auto;
	}
	.speednews{
	text-align: left;
	color: #ec205b;
		width: 90%;
		margin: 0 auto;
}
	
	
	.speednews01{
	text-align: left;
	color: #ec205b;
		width: 90%;
		margin: 0 auto;
}
	
.headline-old{
padding-top: 40px;
	width: 90%;
	margin: 0 auto;
	border-top: solid 1px #666666;
}
	.headline-old2{
padding-top: 30px;
	width: 90%;
	margin: 0 auto;
	border-top: solid 1px #666666;
}
	
}


/*------------------------
  price
------------------------*/
.price #time h4 {
	font-size: 2.0rem;
	margin: 50px 0 40px;
}
.price #time ul.p-list {
	padding: 0 30px 50px;
}

.price .border-list{
	padding-bottom: 50px;
}

.price .border-list li{
	position: relative;
}

.price .border-list span{
	position: absolute;
	left: 40%;
	
}
@media screen and (max-width: 668px) {
	.price .border-list span{
	position: relative;
	left: 0;
		display: block;
		margin-top: 10px;
	
}
	
}

@media screen and (max-width: 767px) {
	.link-btn2 {
		font-size: 1.4rem;
	}	
}


@media screen and (max-width: 320px) {
	.link-btn2 {
		font-size: 1.2rem;
	}	
}


div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
@-webkit-keyframes FiaaB {
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }

  @keyframes FiaaB {
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }

  /* sc-component-id: sc-keyframes-gTcftA */
  @-webkit-keyframes gTcftA {

	10%,
	90% {
	  -webkit-transform: translate3d(-1px, 0, 0);
	  -ms-transform: translate3d(-1px, 0, 0);
	  transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
	  -webkit-transform: translate3d(2px, 0, 0);
	  -ms-transform: translate3d(2px, 0, 0);
	  transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
	  -webkit-transform: translate3d(-4px, 0, 0);
	  -ms-transform: translate3d(-4px, 0, 0);
	  transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
	  -webkit-transform: translate3d(4px, 0, 0);
	  -ms-transform: translate3d(4px, 0, 0);
	  transform: translate3d(4px, 0, 0);
	}
  }

  @keyframes gTcftA {

	10%,
	90% {
	  -webkit-transform: translate3d(-1px, 0, 0);
	  -ms-transform: translate3d(-1px, 0, 0);
	  transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
	  -webkit-transform: translate3d(2px, 0, 0);
	  -ms-transform: translate3d(2px, 0, 0);
	  transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
	  -webkit-transform: translate3d(-4px, 0, 0);
	  -ms-transform: translate3d(-4px, 0, 0);
	  transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
	  -webkit-transform: translate3d(4px, 0, 0);
	  -ms-transform: translate3d(4px, 0, 0);
	  transform: translate3d(4px, 0, 0);
	}
  }

  /* sc-component-id: sc-keyframes-caPIRE */
  @-webkit-keyframes caPIRE {
	0% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}

	20% {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	40% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}

	60% {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	80% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}

	100% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}
  }

  @keyframes caPIRE {
	0% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}

	20% {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	40% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}

	60% {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	80% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}

	100% {
	  -webkit-transform: scale(.75);
	  -ms-transform: scale(.75);
	  transform: scale(.75);
	}
  }
  @-webkit-keyframes swal2-show {
	0% {
	  -webkit-transform: scale(.7);
	  transform: scale(.7)
	}

	45% {
	  -webkit-transform: scale(1.05);
	  transform: scale(1.05)
	}

	80% {
	  -webkit-transform: scale(.95);
	  transform: scale(.95)
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1)
	}
  }

  @keyframes swal2-show {
	0% {
	  -webkit-transform: scale(.7);
	  transform: scale(.7)
	}

	45% {
	  -webkit-transform: scale(1.05);
	  transform: scale(1.05)
	}

	80% {
	  -webkit-transform: scale(.95);
	  transform: scale(.95)
	}

	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1)
	}
  }

  @-webkit-keyframes swal2-hide {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1
	}

	100% {
	  -webkit-transform: scale(.5);
	  transform: scale(.5);
	  opacity: 0
	}
  }

  @keyframes swal2-hide {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1
	}

	100% {
	  -webkit-transform: scale(.5);
	  transform: scale(.5);
	  opacity: 0
	}
  }

  @-webkit-keyframes swal2-animate-success-line-tip {
	0% {
	  top: 1.1875em;
	  left: .0625em;
	  width: 0
	}

	54% {
	  top: 1.0625em;
	  left: .125em;
	  width: 0
	}

	70% {
	  top: 2.1875em;
	  left: -.375em;
	  width: 3.125em
	}

	84% {
	  top: 3em;
	  left: 1.3125em;
	  width: 1.0625em
	}

	100% {
	  top: 2.8125em;
	  left: .875em;
	  width: 1.5625em
	}
  }

  @keyframes swal2-animate-success-line-tip {
	0% {
	  top: 1.1875em;
	  left: .0625em;
	  width: 0
	}

	54% {
	  top: 1.0625em;
	  left: .125em;
	  width: 0
	}

	70% {
	  top: 2.1875em;
	  left: -.375em;
	  width: 3.125em
	}

	84% {
	  top: 3em;
	  left: 1.3125em;
	  width: 1.0625em
	}

	100% {
	  top: 2.8125em;
	  left: .875em;
	  width: 1.5625em
	}
  }

  @-webkit-keyframes swal2-animate-success-line-long {
	0% {
	  top: 3.375em;
	  right: 2.875em;
	  width: 0
	}

	65% {
	  top: 3.375em;
	  right: 2.875em;
	  width: 0
	}

	84% {
	  top: 2.1875em;
	  right: 0;
	  width: 3.4375em
	}

	100% {
	  top: 2.375em;
	  right: .5em;
	  width: 2.9375em
	}
  }

  @keyframes swal2-animate-success-line-long {
	0% {
	  top: 3.375em;
	  right: 2.875em;
	  width: 0
	}

	65% {
	  top: 3.375em;
	  right: 2.875em;
	  width: 0
	}

	84% {
	  top: 2.1875em;
	  right: 0;
	  width: 3.4375em
	}

	100% {
	  top: 2.375em;
	  right: .5em;
	  width: 2.9375em
	}
  }

  @-webkit-keyframes swal2-rotate-success-circular-line {
	0% {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg)
	}

	5% {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg)
	}

	12% {
	  -webkit-transform: rotate(-405deg);
	  transform: rotate(-405deg)
	}

	100% {
	  -webkit-transform: rotate(-405deg);
	  transform: rotate(-405deg)
	}
  }

  @keyframes swal2-rotate-success-circular-line {
	0% {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg)
	}

	5% {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg)
	}

	12% {
	  -webkit-transform: rotate(-405deg);
	  transform: rotate(-405deg)
	}

	100% {
	  -webkit-transform: rotate(-405deg);
	  transform: rotate(-405deg)
	}
  }

  @-webkit-keyframes swal2-animate-error-x-mark {
	0% {
	  margin-top: 1.625em;
	  -webkit-transform: scale(.4);
	  transform: scale(.4);
	  opacity: 0
	}

	50% {
	  margin-top: 1.625em;
	  -webkit-transform: scale(.4);
	  transform: scale(.4);
	  opacity: 0
	}

	80% {
	  margin-top: -.375em;
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15)
	}

	100% {
	  margin-top: 0;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1
	}
  }

  @keyframes swal2-animate-error-x-mark {
	0% {
	  margin-top: 1.625em;
	  -webkit-transform: scale(.4);
	  transform: scale(.4);
	  opacity: 0
	}

	50% {
	  margin-top: 1.625em;
	  -webkit-transform: scale(.4);
	  transform: scale(.4);
	  opacity: 0
	}

	80% {
	  margin-top: -.375em;
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15)
	}

	100% {
	  margin-top: 0;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 1
	}
  }

  @-webkit-keyframes swal2-animate-error-icon {
	0% {
	  -webkit-transform: rotateX(100deg);
	  transform: rotateX(100deg);
	  opacity: 0
	}

	100% {
	  -webkit-transform: rotateX(0);
	  transform: rotateX(0);
	  opacity: 1
	}
  }

  @keyframes swal2-animate-error-icon {
	0% {
	  -webkit-transform: rotateX(100deg);
	  transform: rotateX(100deg);
	  opacity: 0
	}

	100% {
	  -webkit-transform: rotateX(0);
	  transform: rotateX(0);
	  opacity: 1
	}
  }

  body.swal2-toast-shown .swal2-container {
	background-color: transparent
  }

  body.swal2-toast-shown .swal2-container.swal2-shown {
	background-color: transparent
  }

  body.swal2-toast-shown .swal2-container.swal2-top {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
  }

  body.swal2-toast-shown .swal2-container.swal2-top-end,
  body.swal2-toast-shown .swal2-container.swal2-top-right {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto
  }

  body.swal2-toast-shown .swal2-container.swal2-top-left,
  body.swal2-toast-shown .swal2-container.swal2-top-start {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
  }

  body.swal2-toast-shown .swal2-container.swal2-center-left,
  body.swal2-toast-shown .swal2-container.swal2-center-start {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
  }

  body.swal2-toast-shown .swal2-container.swal2-center {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
  }

  body.swal2-toast-shown .swal2-container.swal2-center-end,
  body.swal2-toast-shown .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
  }

  body.swal2-toast-shown .swal2-container.swal2-bottom-left,
  body.swal2-toast-shown .swal2-container.swal2-bottom-start {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0
  }

  body.swal2-toast-shown .swal2-container.swal2-bottom {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
  }

  body.swal2-toast-shown .swal2-container.swal2-bottom-end,
  body.swal2-toast-shown .swal2-container.swal2-bottom-right {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto
  }

  body.swal2-toast-column .swal2-toast {
	flex-direction: column;
	align-items: stretch
  }

  body.swal2-toast-column .swal2-toast .swal2-actions {
	flex: 1;
	align-self: stretch;
	height: 2.2em;
	margin-top: .3125em
  }

  body.swal2-toast-column .swal2-toast .swal2-loading {
	justify-content: center
  }

  body.swal2-toast-column .swal2-toast .swal2-input {
	height: 2em;
	margin: .3125em auto;
	font-size: 1em
  }

  body.swal2-toast-column .swal2-toast .swal2-validation-message {
	font-size: 1em
  }

  .swal2-popup.swal2-toast {
	flex-direction: row;
	align-items: center;
	width: auto;
	padding: .625em;
	box-shadow: 0 0 .625em #d9d9d9;
	overflow-y: hidden
  }

  .swal2-popup.swal2-toast .swal2-header {
	flex-direction: row
  }

  .swal2-popup.swal2-toast .swal2-title {
	flex-grow: 1;
	justify-content: flex-start;
	margin: 0 .6em;
	font-size: 1em
  }

  .swal2-popup.swal2-toast .swal2-footer {
	margin: .5em 0 0;
	padding: .5em 0 0;
	font-size: .8em
  }

  .swal2-popup.swal2-toast .swal2-close {
	position: initial;
	width: .8em;
	height: .8em;
	line-height: .8
  }

  .swal2-popup.swal2-toast .swal2-content {
	justify-content: flex-start;
	font-size: 1em
  }

  .swal2-popup.swal2-toast .swal2-icon {
	width: 2em;
	min-width: 2em;
	height: 2em;
	margin: 0
  }

  .swal2-popup.swal2-toast .swal2-icon-text {
	font-size: 2em;
	font-weight: 700;
	line-height: 1em
  }

  .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
  }

  .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	top: .875em;
	width: 1.375em
  }

  .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: .3125em
  }

  .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: .3125em
  }

  .swal2-popup.swal2-toast .swal2-actions {
	height: auto;
	margin: 0 .3125em
  }

  .swal2-popup.swal2-toast .swal2-styled {
	margin: 0 .3125em;
	padding: .3125em .625em;
	font-size: 1em
  }

  .swal2-popup.swal2-toast .swal2-styled:focus {
	box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
  }

  .swal2-popup.swal2-toast .swal2-success {
	border-color: #a5dc86
  }

  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 2em;
	height: 2.8125em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%
  }

  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -.25em;
	left: -.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 2em 2em;
	transform-origin: 2em 2em;
	border-radius: 4em 0 0 4em
  }

  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -.25em;
	left: .9375em;
	-webkit-transform-origin: 0 2em;
	transform-origin: 0 2em;
	border-radius: 0 4em 4em 0
  }

  .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
  }

  .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
	top: 0;
	left: .4375em;
	width: .4375em;
	height: 2.6875em
  }

  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
	height: .3125em
  }

  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.125em;
	left: .1875em;
	width: .75em
  }

  .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
	top: .9375em;
	right: .1875em;
	width: 1.375em
  }

  .swal2-popup.swal2-toast.swal2-show {
	-webkit-animation: showSweetToast .5s;
	animation: showSweetToast .5s
  }

  .swal2-popup.swal2-toast.swal2-hide {
	-webkit-animation: hideSweetToast .2s forwards;
	animation: hideSweetToast .2s forwards
  }

  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
	-webkit-animation: animate-toast-success-tip .75s;
	animation: animate-toast-success-tip .75s
  }

  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
	-webkit-animation: animate-toast-success-long .75s;
	animation: animate-toast-success-long .75s
  }

  @-webkit-keyframes showSweetToast {
	0% {
	  -webkit-transform: translateY(-.625em) rotateZ(2deg);
	  transform: translateY(-.625em) rotateZ(2deg);
	  opacity: 0
	}

	33% {
	  -webkit-transform: translateY(0) rotateZ(-2deg);
	  transform: translateY(0) rotateZ(-2deg);
	  opacity: .5
	}

	66% {
	  -webkit-transform: translateY(.3125em) rotateZ(2deg);
	  transform: translateY(.3125em) rotateZ(2deg);
	  opacity: .7
	}

	100% {
	  -webkit-transform: translateY(0) rotateZ(0);
	  transform: translateY(0) rotateZ(0);
	  opacity: 1
	}
  }

  @keyframes showSweetToast {
	0% {
	  -webkit-transform: translateY(-.625em) rotateZ(2deg);
	  transform: translateY(-.625em) rotateZ(2deg);
	  opacity: 0
	}

	33% {
	  -webkit-transform: translateY(0) rotateZ(-2deg);
	  transform: translateY(0) rotateZ(-2deg);
	  opacity: .5
	}

	66% {
	  -webkit-transform: translateY(.3125em) rotateZ(2deg);
	  transform: translateY(.3125em) rotateZ(2deg);
	  opacity: .7
	}

	100% {
	  -webkit-transform: translateY(0) rotateZ(0);
	  transform: translateY(0) rotateZ(0);
	  opacity: 1
	}
  }

  @-webkit-keyframes hideSweetToast {
	0% {
	  opacity: 1
	}

	33% {
	  opacity: .5
	}

	100% {
	  -webkit-transform: rotateZ(1deg);
	  transform: rotateZ(1deg);
	  opacity: 0
	}
  }

  @keyframes hideSweetToast {
	0% {
	  opacity: 1
	}

	33% {
	  opacity: .5
	}

	100% {
	  -webkit-transform: rotateZ(1deg);
	  transform: rotateZ(1deg);
	  opacity: 0
	}
  }

  @-webkit-keyframes animate-toast-success-tip {
	0% {
	  top: .5625em;
	  left: .0625em;
	  width: 0
	}

	54% {
	  top: .125em;
	  left: .125em;
	  width: 0
	}

	70% {
	  top: .625em;
	  left: -.25em;
	  width: 1.625em
	}

	84% {
	  top: 1.0625em;
	  left: .75em;
	  width: .5em
	}

	100% {
	  top: 1.125em;
	  left: .1875em;
	  width: .75em
	}
  }

  @keyframes animate-toast-success-tip {
	0% {
	  top: .5625em;
	  left: .0625em;
	  width: 0
	}

	54% {
	  top: .125em;
	  left: .125em;
	  width: 0
	}

	70% {
	  top: .625em;
	  left: -.25em;
	  width: 1.625em
	}

	84% {
	  top: 1.0625em;
	  left: .75em;
	  width: .5em
	}

	100% {
	  top: 1.125em;
	  left: .1875em;
	  width: .75em
	}
  }

  @-webkit-keyframes animate-toast-success-long {
	0% {
	  top: 1.625em;
	  right: 1.375em;
	  width: 0
	}

	65% {
	  top: 1.25em;
	  right: .9375em;
	  width: 0
	}

	84% {
	  top: .9375em;
	  right: 0;
	  width: 1.125em
	}

	100% {
	  top: .9375em;
	  right: .1875em;
	  width: 1.375em
	}
  }

  @keyframes animate-toast-success-long {
	0% {
	  top: 1.625em;
	  right: 1.375em;
	  width: 0
	}

	65% {
	  top: 1.25em;
	  right: .9375em;
	  width: 0
	}

	84% {
	  top: .9375em;
	  right: 0;
	  width: 1.125em
	}

	100% {
	  top: .9375em;
	  right: .1875em;
	  width: 1.375em
	}
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden
  }

  body.swal2-height-auto {
	height: auto !important
  }

  body.swal2-no-backdrop .swal2-shown {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	background-color: transparent
  }

  body.swal2-no-backdrop .swal2-shown>.swal2-modal {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4)
  }

  body.swal2-no-backdrop .swal2-shown.swal2-top {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
  }

  body.swal2-no-backdrop .swal2-shown.swal2-top-left,
  body.swal2-no-backdrop .swal2-shown.swal2-top-start {
	top: 0;
	left: 0
  }

  body.swal2-no-backdrop .swal2-shown.swal2-top-end,
  body.swal2-no-backdrop .swal2-shown.swal2-top-right {
	top: 0;
	right: 0
  }

  body.swal2-no-backdrop .swal2-shown.swal2-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
  }

  body.swal2-no-backdrop .swal2-shown.swal2-center-left,
  body.swal2-no-backdrop .swal2-shown.swal2-center-start {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
  }

  body.swal2-no-backdrop .swal2-shown.swal2-center-end,
  body.swal2-no-backdrop .swal2-shown.swal2-center-right {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
  }

  body.swal2-no-backdrop .swal2-shown.swal2-bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
  }

  body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
	bottom: 0;
	left: 0
  }

  body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
	right: 0;
	bottom: 0
  }

  .swal2-container {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: transparent;
	z-index: 1060;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
  }

  .swal2-container.swal2-top {
	align-items: flex-start
  }

  .swal2-container.swal2-top-left,
  .swal2-container.swal2-top-start {
	align-items: flex-start;
	justify-content: flex-start
  }

  .swal2-container.swal2-top-end,
  .swal2-container.swal2-top-right {
	align-items: flex-start;
	justify-content: flex-end
  }

  .swal2-container.swal2-center {
	align-items: center
  }

  .swal2-container.swal2-center-left,
  .swal2-container.swal2-center-start {
	align-items: center;
	justify-content: flex-start
  }

  .swal2-container.swal2-center-end,
  .swal2-container.swal2-center-right {
	align-items: center;
	justify-content: flex-end
  }

  .swal2-container.swal2-bottom {
	align-items: flex-end
  }

  .swal2-container.swal2-bottom-left,
  .swal2-container.swal2-bottom-start {
	align-items: flex-end;
	justify-content: flex-start
  }

  .swal2-container.swal2-bottom-end,
  .swal2-container.swal2-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
  }

  .swal2-container.swal2-grow-fullscreen>.swal2-modal {
	display: flex !important;
	flex: 1;
	align-self: stretch;
	justify-content: center
  }

  .swal2-container.swal2-grow-row>.swal2-modal {
	display: flex !important;
	flex: 1;
	align-content: center;
	justify-content: center
  }

  .swal2-container.swal2-grow-column {
	flex: 1;
	flex-direction: column
  }

  .swal2-container.swal2-grow-column.swal2-bottom,
  .swal2-container.swal2-grow-column.swal2-center,
  .swal2-container.swal2-grow-column.swal2-top {
	align-items: center
  }

  .swal2-container.swal2-grow-column.swal2-bottom-left,
  .swal2-container.swal2-grow-column.swal2-bottom-start,
  .swal2-container.swal2-grow-column.swal2-center-left,
  .swal2-container.swal2-grow-column.swal2-center-start,
  .swal2-container.swal2-grow-column.swal2-top-left,
  .swal2-container.swal2-grow-column.swal2-top-start {
	align-items: flex-start
  }

  .swal2-container.swal2-grow-column.swal2-bottom-end,
  .swal2-container.swal2-grow-column.swal2-bottom-right,
  .swal2-container.swal2-grow-column.swal2-center-end,
  .swal2-container.swal2-grow-column.swal2-center-right,
  .swal2-container.swal2-grow-column.swal2-top-end,
  .swal2-container.swal2-grow-column.swal2-top-right {
	align-items: flex-end
  }

  .swal2-container.swal2-grow-column>.swal2-modal {
	display: flex !important;
	flex: 1;
	align-content: center;
	justify-content: center
  }

  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
	margin: auto
  }

  @media all and (-ms-high-contrast:none),
  (-ms-high-contrast:active) {
	.swal2-container .swal2-modal {
	  margin: 0 !important
	}
  }

  .swal2-container.swal2-fade {
	transition: background-color .1s
  }

  .swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, .4)
  }

  .swal2-popup {
	display: none;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 32em;
	max-width: 100%;
	padding: 1.25em;
	border-radius: .3125em;
	background: #fff;
	font-family: inherit;
	font-size: 1rem;
	box-sizing: border-box
  }

  .swal2-popup:focus {
	outline: 0
  }

  .swal2-popup.swal2-loading {
	overflow-y: hidden
  }

  .swal2-popup .swal2-header {
	display: flex;
	flex-direction: column;
	align-items: center
  }

  .swal2-popup .swal2-title {
	display: block;
	position: relative;
	max-width: 100%;
	margin: 0 0 .4em;
	padding: 0;
	color: #595959;
	font-size: 1.875em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word
  }

  .swal2-popup .swal2-actions {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 1.25em auto 0;
	z-index: 1
  }

  .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4
  }

  .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
  }

  .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
	background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
  }

  .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
	width: 2.5em;
	height: 2.5em;
	margin: .46875em;
	padding: 0;
	border: .25em solid transparent;
	border-radius: 100%;
	border-color: transparent;
	background-color: transparent !important;
	color: transparent;
	cursor: default;
	box-sizing: border-box;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
  }

  .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
	margin-right: 30px;
	margin-left: 30px
  }

  .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	border: 3px solid #999;
	border-radius: 50%;
	border-right-color: transparent;
	box-shadow: 1px 1px 1px #fff;
	content: '';
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal
  }

  .swal2-popup .swal2-styled {
	margin: .3125em;
	padding: .625em 2em;
	font-weight: 500;
	box-shadow: none
  }

  .swal2-popup .swal2-styled:not([disabled]) {
	cursor: pointer
  }

  .swal2-popup .swal2-styled.swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #3085d6;
	color: #fff;
	font-size: 1.0625em
  }

  .swal2-popup .swal2-styled.swal2-cancel {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #aaa;
	color: #fff;
	font-size: 1.0625em
  }

  .swal2-popup .swal2-styled:focus {
	outline: 0;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
  }

  .swal2-popup .swal2-styled::-moz-focus-inner {
	border: 0
  }

  .swal2-popup .swal2-footer {
	justify-content: center;
	margin: 1.25em 0 0;
	padding: 1em 0 0;
	border-top: 1px solid #eee;
	color: #545454;
	font-size: 1em
  }

  .swal2-popup .swal2-image {
	max-width: 100%;
	margin: 1.25em auto
  }

  .swal2-popup .swal2-close {
	position: absolute;
	top: 0;
	right: 0;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	padding: 0;
	transition: color .1s ease-out;
	border: none;
	border-radius: 0;
	outline: initial;
	background: 0 0;
	color: #ccc;
	font-family: serif;
	font-size: 2.5em;
	line-height: 1.2;
	cursor: pointer;
	overflow: hidden
  }

  .swal2-popup .swal2-close:hover {
	-webkit-transform: none;
	transform: none;
	color: #f27474
  }

  .swal2-popup>.swal2-checkbox,
  .swal2-popup>.swal2-file,
  .swal2-popup>.swal2-input,
  .swal2-popup>.swal2-radio,
  .swal2-popup>.swal2-select,
  .swal2-popup>.swal2-textarea {
	display: none
  }

  .swal2-popup .swal2-content {
	justify-content: center;
	margin: 0;
	padding: 0;
	color: #545454;
	font-size: 1.125em;
	font-weight: 300;
	line-height: normal;
	z-index: 1;
	word-wrap: break-word
  }

  .swal2-popup #swal2-content {
	text-align: center
  }

  .swal2-popup .swal2-checkbox,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-select,
  .swal2-popup .swal2-textarea {
	margin: 1em auto
  }

  .swal2-popup .swal2-file,
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-textarea {
	width: 100%;
	transition: border-color .3s, box-shadow .3s;
	border: 1px solid #d9d9d9;
	border-radius: .1875em;
	font-size: 1.125em;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	box-sizing: border-box
  }

  .swal2-popup .swal2-file.swal2-inputerror,
  .swal2-popup .swal2-input.swal2-inputerror,
  .swal2-popup .swal2-textarea.swal2-inputerror {
	border-color: #f27474 !important;
	box-shadow: 0 0 2px #f27474 !important
  }

  .swal2-popup .swal2-file:focus,
  .swal2-popup .swal2-input:focus,
  .swal2-popup .swal2-textarea:focus {
	border: 1px solid #b4dbed;
	outline: 0;
	box-shadow: 0 0 3px #c4e6f5
  }

  .swal2-popup .swal2-file::-webkit-input-placeholder,
  .swal2-popup .swal2-input::-webkit-input-placeholder,
  .swal2-popup .swal2-textarea::-webkit-input-placeholder {
	color: #ccc
  }

  .swal2-popup .swal2-file:-ms-input-placeholder,
  .swal2-popup .swal2-input:-ms-input-placeholder,
  .swal2-popup .swal2-textarea:-ms-input-placeholder {
	color: #ccc
  }

  .swal2-popup .swal2-file::-ms-input-placeholder,
  .swal2-popup .swal2-input::-ms-input-placeholder,
  .swal2-popup .swal2-textarea::-ms-input-placeholder {
	color: #ccc
  }

  .swal2-popup .swal2-file::placeholder,
  .swal2-popup .swal2-input::placeholder,
  .swal2-popup .swal2-textarea::placeholder {
	color: #ccc
  }

  .swal2-popup .swal2-range input {
	width: 80%
  }

  .swal2-popup .swal2-range output {
	width: 20%;
	font-weight: 600;
	text-align: center
  }

  .swal2-popup .swal2-range input,
  .swal2-popup .swal2-range output {
	height: 2.625em;
	margin: 1em auto;
	padding: 0;
	font-size: 1.125em;
	line-height: 2.625em
  }

  .swal2-popup .swal2-input {
	height: 2.625em;
	padding: 0 .75em
  }

  .swal2-popup .swal2-input[type=number] {
	max-width: 10em
  }

  .swal2-popup .swal2-file {
	font-size: 1.125em
  }

  .swal2-popup .swal2-textarea {
	height: 6.75em;
	padding: .75em
  }

  .swal2-popup .swal2-select {
	min-width: 50%;
	max-width: 100%;
	padding: .375em .625em;
	color: #545454;
	font-size: 1.125em
  }

  .swal2-popup .swal2-checkbox,
  .swal2-popup .swal2-radio {
	align-items: center;
	justify-content: center
  }

  .swal2-popup .swal2-checkbox label,
  .swal2-popup .swal2-radio label {
	margin: 0 .6em;
	font-size: 1.125em
  }

  .swal2-popup .swal2-checkbox input,
  .swal2-popup .swal2-radio input {
	margin: 0 .4em
  }

  .swal2-popup .swal2-validation-message {
	display: none;
	align-items: center;
	justify-content: center;
	padding: .625em;
	background: #f0f0f0;
	color: #666;
	font-size: 1em;
	font-weight: 300;
	overflow: hidden
  }

  .swal2-popup .swal2-validation-message::before {
	display: inline-block;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	margin: 0 .625em;
	border-radius: 50%;
	background-color: #f27474;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	content: '!';
	zoom: normal
  }

  @supports (-ms-accelerator:true) {
	.swal2-range input {
	  width: 100% !important
	}

	.swal2-range output {
	  display: none
	}
  }

  @media all and (-ms-high-contrast:none),
  (-ms-high-contrast:active) {
	.swal2-range input {
	  width: 100% !important
	}

	.swal2-range output {
	  display: none
	}
  }

  @-moz-document url-prefix() {
	.swal2-close:focus {
	  outline: 2px solid rgba(50, 100, 150, .4)
	}
  }

  .swal2-icon {
	position: relative;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: 1.25em auto 1.875em;
	border: .25em solid transparent;
	border-radius: 50%;
	line-height: 5em;
	cursor: default;
	box-sizing: content-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	zoom: normal
  }

  .swal2-icon-text {
	font-size: 3.75em
  }

  .swal2-icon.swal2-error {
	border-color: #f27474
  }

  .swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	flex-grow: 1
  }

  .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	display: block;
	position: absolute;
	top: 2.3125em;
	width: 2.9375em;
	height: .3125em;
	border-radius: .125em;
	background-color: #f27474
  }

  .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: 1.0625em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
  }

  .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: 1em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
  }

  .swal2-icon.swal2-warning {
	border-color: #facea8;
	color: #f8bb86
  }

  .swal2-icon.swal2-info {
	border-color: #9de0f6;
	color: #3fc3ee
  }

  .swal2-icon.swal2-question {
	border-color: #c9dae1;
	color: #87adbd
  }

  .swal2-icon.swal2-success {
	border-color: #a5dc86
  }

  .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 3.75em;
	height: 7.5em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%
  }

  .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -.4375em;
	left: -2.0635em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 3.75em 3.75em;
	transform-origin: 3.75em 3.75em;
	border-radius: 7.5em 0 0 7.5em
  }

  .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -.6875em;
	left: 1.875em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 3.75em;
	transform-origin: 0 3.75em;
	border-radius: 0 7.5em 7.5em 0
  }

  .swal2-icon.swal2-success .swal2-success-ring {
	position: absolute;
	top: -.25em;
	left: -.25em;
	width: 100%;
	height: 100%;
	border: .25em solid rgba(165, 220, 134, .3);
	border-radius: 50%;
	z-index: 2;
	box-sizing: content-box
  }

  .swal2-icon.swal2-success .swal2-success-fix {
	position: absolute;
	top: .5em;
	left: 1.625em;
	width: .4375em;
	height: 5.625em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1
  }

  .swal2-icon.swal2-success [class^=swal2-success-line] {
	display: block;
	position: absolute;
	height: .3125em;
	border-radius: .125em;
	background-color: #a5dc86;
	z-index: 2
  }

  .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 2.875em;
	left: .875em;
	width: 1.5625em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
  }

  .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 2.375em;
	right: .5em;
	width: 2.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
  }

  .swal2-progresssteps {
	align-items: center;
	margin: 0 0 1.25em;
	padding: 0;
	font-weight: 600
  }

  .swal2-progresssteps li {
	display: inline-block;
	position: relative
  }

  .swal2-progresssteps .swal2-progresscircle {
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #3085d6;
	color: #fff;
	line-height: 2em;
	text-align: center;
	z-index: 20
  }

  .swal2-progresssteps .swal2-progresscircle:first-child {
	margin-left: 0
  }

  .swal2-progresssteps .swal2-progresscircle:last-child {
	margin-right: 0
  }

  .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
	background: #3085d6
  }

  .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
	background: #add8e6
  }

  .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
	background: #add8e6
  }

  .swal2-progresssteps .swal2-progressline {
	width: 2.5em;
	height: .4em;
	margin: 0 -1px;
	background: #3085d6;
	z-index: 10
  }

  [class^=swal2] {
	-webkit-tap-highlight-color: transparent
  }

  .swal2-show {
	-webkit-animation: swal2-show .3s;
	animation: swal2-show .3s
  }

  .swal2-show.swal2-noanimation {
	-webkit-animation: none;
	animation: none
  }

  .swal2-hide {
	-webkit-animation: swal2-hide .15s forwards;
	animation: swal2-hide .15s forwards
  }

  .swal2-hide.swal2-noanimation {
	-webkit-animation: none;
	animation: none
  }

  .swal2-rtl .swal2-close {
	right: auto;
	left: 0
  }

  .swal2-animate-success-icon .swal2-success-line-tip {
	-webkit-animation: swal2-animate-success-line-tip .75s;
	animation: swal2-animate-success-line-tip .75s
  }

  .swal2-animate-success-icon .swal2-success-line-long {
	-webkit-animation: swal2-animate-success-line-long .75s;
	animation: swal2-animate-success-line-long .75s
  }

  .swal2-animate-success-icon .swal2-success-circular-line-right {
	-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
	animation: swal2-rotate-success-circular-line 4.25s ease-in
  }

  .swal2-animate-error-icon {
	-webkit-animation: swal2-animate-error-icon .5s;
	animation: swal2-animate-error-icon .5s
  }

  .swal2-animate-error-icon .swal2-x-mark {
	-webkit-animation: swal2-animate-error-x-mark .5s;
	animation: swal2-animate-error-x-mark .5s
  }

  @-webkit-keyframes swal2-rotate-loading {
	0% {
	  -webkit-transform: rotate(0);
	  transform: rotate(0)
	}

	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg)
	}
  }

  @keyframes swal2-rotate-loading {
	0% {
	  -webkit-transform: rotate(0);
	  transform: rotate(0)
	}

	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg)
	}
  }

  @media print {
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	  overflow-y: scroll !important
	}

	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
	  display: none
	}

	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
	  position: initial !important
	}
  }
  .ejoy-sub-active {
	color: #1296ba !important;
  }

  .ejoy-sub-hovered {
	color: #1296ba !important;
  }


  .ejoy-sub-clzz:hover {
	color: #1296ba !important;
  }

  .ej-trans-sub {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
	cursor: move;
  }


  .ej-main-sub {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	cursor: move;
	padding: 0 8px;
  }


  .ej-main-sub .ejoy-sub-clzz {
	background: transparent !important
  }

  .tran-subtitle>span {
	cursor: pointer;
	padding-left: 10px;
	top: 2px;
	position: relative;
  }

  .tran-subtitle>span>span {
	position: absolute;
	top: -170%;
	background: rgba(0, 0, 0, 0.5);
	font-size: 13px;
	line-height: 20px;
	padding: 2px 8px;
	color: white;
	display: none;
	border-radius: 4px;
	white-space: nowrap;
	left: -50%;
	font-weight: normal;
  }

  .view-icon-copy-main-sub:hover>span,
  .view-icon-edit-sub:hover>span,
  .view-icon-copy-tran-sub:hover>span {
	display: block;
  }

  .tran-subtitle>span>svg {
	width: 16px;
	height: 16px;
	pointer-events: none;
	display: inline-flex !important;
	vertical-align: baseline !important;
  }

  .view-icon-copy-main-sub>svg {
	pointer-events: none;
	color: #FFCC00
  }

  .view-icon-copy-tran-sub {
	padding-left: 0 !important;
	padding-right: 8px !important;
  }

  .view-icon-copy-tran-sub>svg {
	pointer-events: none;
	color: #0CB1C7
  }
  img.wp-smiley,
  img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
  }
  .recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
  }
  .margin-about {
	margin-left: 270px;
  }

  @media screen and (max-width:768px) {
	.margin-about {
	  margin-left: unset;
	}
}
.solon_map iframe{
	width: 100%;
	height: 400px;
}
.list_table_salon tr td{
	text-align: left !important;
}
.list_table_salon tr td span{
	word-break:break-all;
	line-height: 1.5;
}
.br_td_add{
	display: none;
}
.list_table_salon tr td:first-child{
	font-weight: 500;
}
.recruit_pt_sec1{
	padding-top: 20px;
}
.st-merit-height{
	min-height: calc(100% - 582px);
}
.contact_form tr td{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	text-align: left !important;
}
.contact_form tr td:first-child{
	width: 250px !important;
	background-color: #D8D5CD ;
	border-bottom: 1px solid #ffffff !important;
	font-weight: 500;
}
.contact_form tr td:last-child{
	width: calc(100% - 250px);
	border-right: 1px solid #D8D5CD;
}
.contact_form tr:first-child td:last-child{
	border-top: 1px solid #D8D5CD;
}
.select_control{
	width: 250px;
	height: 30px;
	border: 1px solid #D8D5CD;
	outline: 0;
}
.input_control{
	width: 100%;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #D8D5CD;
	outline: 0;
}
.control_area{
	width: 100%;
	height: 150px;
	resize: none;
	padding: 5px 10px;
	border: 1px solid #D8D5CD;
	outline: 0;
}
.td_text_area{
	vertical-align: top !important;
}
.control_submit_c{
	max-width: 300px;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    background: #D8D5CD ;
    border: 1px solid #D8D5CD;
    border-radius: 0 10px;
    font-family: 'Noto Serif JP', serif;
    transition: all .3s;
    -webkit-transition: all .3s;
	height: 60px;
	cursor: pointer;
	font-weight: 500;
}
.control_submit{
	display: flex;
	justify-content: center;
	padding-top: 50px;
	position: relative;
	flex-direction: column;
	align-items: center;
}
.control_submit_c:hover{
	opacity: 0.7;
}
@media screen and (max-width:992px){
	.open .gnav li a{
		text-align: center;
	}
}
@media screen and (max-width:768px){
	.solon_map iframe{
		height: 300px;
	}
	.list_table_salon tr td{
		width: 100% !important;
		float: left !important;

	}
	.list_table_salon tr td:first-child{
		border: 0 !important;
		padding-bottom: 0 !important;
	}
	.contact_form tr td{
		width: 100% !important;
		float: left !important;
		border: 0 !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.contact_form tr td:first-child{
		width: 100% !important;
	}
	.contact_form tr td:last-child{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.control_submit{
		display: flex;
		justify-content: center;
		padding-top: 30px;
	}
}
@media screen and (max-width:640px){
	.br_td_add{
		display: block;
	}
	.solon_map iframe{
		height: 250px;
	}
}
@media screen and (max-width:500px){
	.select_control{
		width: 100%;
	}
}
.img_page_top{
	padding-top: 30px;
	text-align: center;
}
.fl_recruit{
	display: flex;
	flex-wrap: wrap;
}
.prp_sec_recruit{
	width: 55%;
	padding-right: 15px;
}
.img_sec_recruit{
	width: 45%;
}
.contact-note {
    float: right;
    display: flex;
    width: 44px;
    height: 20px;
    line-height: 17px;
    background-color: #c5c4c1;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px){
	.prp_sec_recruit{
		width: 100%;
		padding-right: 0;
	}
	.img_sec_recruit{
		width: 100%;
		padding-top: 30px;
	}
}
.tlt3_blog{
	margin: 0 !important;
	font-size: 16px;
	padding-top: 10px;
}
.tlt3_sibgle{
	font-size: 24px;
	margin: 0 !important;
}
@media screen and (max-width:768px){
	.tlt3_sibgle{
		font-size: 18px;
	}
}
.wrapper_blog{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width:991px){
	.wrapper_blog{
		max-width: 780px;
	}
}
.solon_map{
	padding-top: 30px;
	padding-bottom: 50px;
}
.flex_map_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 50px;
	flex-direction: row-reverse;
}
.flex_map_img .solon_map{
	width: 49%;
	padding-top: 0;
	padding-bottom: 0;
}
.flex_map_img .solon_map iframe{
	height: 100%;
}
.salon_map_img{
	width: 49%;
}
.img_page_top{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.img_page_top img{
	max-width: 100%;
}
.txt_img_page_top_fl{
	display: flex;
	flex-wrap: wrap;
}
.txt_img_page_top{
	width: 60%;
}
.img_page_top{
	width: 40%;
	padding-top: 0;
	padding-left: 2%;
}
.wrapper-cont1000{
	max-width: 1000px !important;
}
.container_pb_30{
	padding-bottom: 50px;
}
.occupation-list{
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	font-weight: 500;
	padding-top: 30px;
}
.occupation-list li{
	padding: 10px 20px;
	background-color: #D8D5CD;
}
.recruit-text-prp{
	padding-top: 30px;
}
.table-recruit .list_table_salon tr td span{
	line-height: 1.6;
}
.table-recruit .list_table_salon tr td{
	padding-right: 0 !important;
}
.table-recruit .list_table_salon tr td:first-child{
	width: 120px;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.flex_map_img .solon_map{
		width: 100%;
	}
	.salon_map_img{
		width: 100%;
		padding-bottom: 30px;
	}
	.flex_map_img .solon_map iframe{
		height: 300px;
	}
	.txt_img_page_top{
		width: 100%;
	}
	.img_page_top{
		width: 100%;
		padding-top: 30px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.flex_map_img{
		flex-direction: column-reverse;
	}
}
@media screen and (max-width:640px){
	.flex_map_img .solon_map iframe{
		height: 250px;
	}
	.recruit-text-prp{
		font-size: 15px;
	}
}
.lists_tab_salon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item-tab-salon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(90% / 4);
	height: 60px;
	border: 2px solid #D8D5CD;
}
.item-tab-salon-link{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}
.list_tab_salon{
	padding-bottom: 30px;
}
.box-content{
	border: 4px solid #D8D5CD;
	padding: 10px 15px;
}
.box-content-recruit{
	margin-top: 25px;
}
.link-btn-top-sec1{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}
.gr-menu-text-tlt{
	font-size: 20px;
	font-weight: 500;
}
.gr-menu-text{
	font-size: 16px;
}
.gr-menu__item{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 2px solid #D8D5CD;
	position: relative;
}
.gr-menu__item:before{
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #D8D5CD;
	border-radius: 1000px;
}
.gr-menu__item:after{
	content: '';
	position: absolute;
	top: -6px;
	right: 0;
	width: 10px;
	height: 10px;
	background-color: #D8D5CD;
	border-radius: 1000px;
}
.gr-menu__left{
	width: 40%;
	padding-left: 20px;
}
.gr-menu__right{
	width: 60%;
	padding-right: 20px;
}
.gr-menu{
	max-width: 828px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #D8D5CD;
	padding: 80px 60px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.gr-menu-tlt-sp{
	display: none !important;
}
.gr-bottom-menu-text{
	position: relative;
	padding-left: 16px;
}
.gr-bottom-menu-text:before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.gr-bottom-menu{
	max-width: 828px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.sideline-title-recruit-3{
	margin-top: 80px;
	margin-bottom: 10px;
}
.sideline-title-recruit-4{
	padding-top: 20px;
}
@media screen and (max-width:992px){
	.gr-menu__item{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gr-menu-text-tlt{
		font-size: 18px;
	}
	.gr-menu__left{
		width: 35%;
	}
	.gr-menu__right{
		width: 65%;
	}
	.gr-menu {
		padding: 40px 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:768px){
	.item-tab-salon-link{
		font-size: 20px;
	}
	.item-tab-salon{
		width: calc(94% / 4);
	}
	.container_pb_30{
		padding-bottom: 20px;
	}
	.gr-menu-text{
		font-size: 15px;
	}
	.gr-bottom-menu .link-btn-top-sec1{
		margin-top: 30px !important;
	}
	.sideline-title-recruit-3{
		margin-top: 50px;
	}
}
@media screen and (max-width:767px){
	.gr-menu__left{
		width: 100%;
		padding-left: 15px;
		padding-right: 0;
		padding-bottom: 10px;
	}
	.gr-menu__right{
		width: 100%;
		padding-right: 0;
		padding-left: 15px;
	}
	.gr-menu__item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:640px){
	.item-tab-salon-link{
		font-size: 18px;
	}
	.list_tab_salon{
		padding-bottom: 20px;
	}
	.item-tab-salon{
		height: 50px;
	}
	.gr-menu__left{
		padding-left: 10px;
	}
	.gr-menu__right{
		padding-left: 10px;
	}
	.gr-menu-tlt-sp{
		display: flex !important;
		line-height: 1.6;
	}
	.gr-menu-tlt-pc{
		display: none !important;
	}
}
@media screen and (max-width:500px){
	.item-tab-salon-link{
		font-size: 16px;
	}
	.occupation-list li{
		width: 48%;
		text-align: center;
		max-width: 130px;
	}
	.occupation-list{
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:375px){
	.item-tab-salon-link{
		font-size: 4vw;
	}
	.item-tab-salon{
		height: 13.333vw;
	}
}
.tag-link {
	padding-top: 30px;
}
.tag-link .link-btn{
	margin-left: auto;
	margin-right: auto;
}
.text-color-primary{
	color: #F97B0B;
}
.fl_recruit .box-content-recruit p{
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width:768px){
	.tag-link .link-btn{
		max-width: 250px;
	}
	.fl_recruit .box-content-recruit p{
		font-size: 16px;
	}
}
.banner-text{
	font-weight: 600;
	color: #523930;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1720px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.banner-text-f{
	font-size: 32px;
}
.banner-text-l{
	font-size: 45px;
	padding-top: 14px;
}
.list-love-curl-tlt{
	font-size: 23px;
	font-weight: 500;
	padding-bottom: 20px;
}
.gr-list-love-curl{
	padding-top: 80px;
}
.list-love-curl li+li{
	padding-top: 30px;
}
@media screen and (max-width:1200px){
	.banner-text-f{
		font-size: max(2vw,18px);
	}
	.banner-text-l{
		font-size: max(3vw,23px);
		padding-top: 1.167vw;
	}
}
@media screen and (max-width:999px){
	.list-love-curl-tlt{
		font-size: 21px;
	}
}
@media screen and (max-width:767px){
	.gr-list-love-curl{
		padding-top: 40px;
	}
	.list-love-curl-tlt{
		font-size: 19px;
	}
	
	.banner-text {
		text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
	}
	
	.top-border:after {
		content: "";
		height: 120px;
	}
}