@charset "UTF-8";
/* 各ページ共通の設定 */

/*==============*/
/* 全ページ共通部分 */
/*==============*/

#section-header {
	position: relative;	
}
@media (min-width: 576px) {
#section-header {
}
}
@media (min-width: 768px) {
#section-header {
}
}
@media (min-width: 992px) {
#section-header {
}
}
@media (min-width: 1200px) {
#section-header {
}
}
#section-header h2{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 7vw;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgba(255,255,255,1.00);
	width: 100%;
}
@media (min-width: 576px) {
#section-header h2{
	font-size: 2em;
}
}
@media (min-width: 768px) {
#section-header h2{
	font-size: 2em;
}
}
@media (min-width: 992px) {
#section-header h2{
	font-size: 2em;
}
}
@media (min-width: 1200px) {
#section-header h2{
	font-size: 2.7em;
}
}
#section-about {
	margin-top: 0px;	
}
@media (min-width: 576px) {
#section-about {
}
}
@media (min-width: 768px) {
#section-about {
	margin-top: 40px;
}
}
@media (min-width: 992px) {
#section-about {
	margin-top: 60px;
}
}
@media (min-width: 1200px) {
#section-about {
}
}
.table-about{
	font-size: 0.9em;
	
}
.table-about th,.table-about td{
	border-bottom: 1px solid #666666;
	padding-left: 0px;
	padding-right: 0px;
	border-top-style: none;	
	
}
.table-about th{
	text-align: left;
	white-space: nowrap;
	padding-right: 1em;
	font-weight: normal;
}

.table-about td{}
#section-feature {
	margin-top: 20px;
	background-color: rgba(29,128,241,.1);
	padding-bottom: 50px;
}
@media (min-width: 576px) {
#section-feature {
}
}
@media (min-width: 768px) {
#section-feature {
	margin-top: 40px;
}
}
@media (min-width: 992px) {
#section-feature {
	margin-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 1200px) {
#section-feature {
}
}
.feature-item{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.feature-item-inner{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	position: relative;
	
}
@media (min-width: 768px) {
.feature-item-inner{
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	
}
}
@media (min-width: 992px) {
.feature-item-inner{
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	
}
}
.feature-item-inner .point{
	width: 60px;
	border-radius: 50%;
	height: 60px;
	background-color: #FF7200;
	color: #FFFFFF;
	line-height: 100%;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	text-align: center;
}
.feature-item-inner figure{
	margin-top: 3em;	
}
.feature-item-inner figure img{}
.feature-item-inner h4{
	font-size: 4vw;
	font-weight: 600;
	text-align: center;
	height: 2.5em;	
}
.feature-item-inner h3{
	font-size: 2.75em;
	font-weight: 900;
	border-top: 8px solid #333333;
	display: table;
	
	position: absolute;
	top: 0px;
	left: 8px;
	line-height: 100%;
}

@media (min-width: 576px) {
.feature-item-inner h4{
	font-size: 1.4em;
}
.feature-item-inner h3{
	font-size: 2.75em;
}
}
@media (min-width: 768px) {
.feature-item-inner h4{
	font-size: 1.2em;
}
.feature-item-inner h3{
	font-size: 2.75em;
}
}
@media (min-width: 992px) {
.feature-item-inner h4{
	font-size: 1em;
}
.feature-item-inner h3{
	font-size: 2.5em;
}
}
@media (min-width: 1200px) {
.feature-item-inner h4{
	font-size: 1.2em;
}
.feature-item-inner h3{
	font-size: 2.75em;
}
}
.feature-item-inner p{
	font-size: 0.8em;	
	margin-bottom: 0%;
}
#section-item-top {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#section-item-top {
}
}
@media (min-width: 768px) {
#section-item-top {
}
}
@media (min-width: 992px) {
#section-item-top {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 1200px) {
#section-item-top {
}
}
.item-top{
	background-color: rgba(0,0,0,.05);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	
	height: 100%;	
}
@media (min-width: 576px) {
.item-top{
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}
}
@media (min-width: 768px) {
.item-top{
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}
}
@media (min-width: 992px) {
.item-top{
	padding-right: 4em;
	padding-left: 2em;
	margin-right: -50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
}
}
.item-top.right{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 0px;
}
@media (min-width: 768px) {
.item-top.right{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 0px;
}
}
@media (min-width: 992px) {
.item-top.right{
	padding-right: 2em;
	padding-left: 3em;
	margin-left: -50px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
}
.item-top h3{
	font-size: 5vw;	
}
@media (min-width: 576px) {
.item-top h3{
	font-size: 1.4em;	
}
}
@media (min-width: 768px) {
.item-top h3{
	font-size: 1.6em;	
}
}
@media (min-width: 992px) {
.item-top h3{
	font-size: 1.3em;	
}
}
@media (min-width: 1200px) {
.item-top h3{
	font-size: 1.6em;	
}
}

.item-bottom{
	background-color: rgba(0,0,0,.05);
	border-radius: 20px;
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	
	height: 100%;	
}
@media (min-width: 576px) {
.item-bottom{
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}
}
@media (min-width: 768px) {
.item-bottom{
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}
}
@media (min-width: 992px) {
.item-bottom{
	padding-right: 2em;
	padding-left: 2em;
	margin-right: -50px;
}
}


#section-contest {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../images/top_ph06.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(1,1,1,1.00),1px 1px 1px rgba(1,1,1,1.00),0px 0px 5px rgba(1,1,1,1.00);
	position: relative;	
}
@media (min-width: 576px) {
#section-contest {
}
}
@media (min-width: 768px) {
#section-contest {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (min-width: 992px) {
#section-contest {
	
}
}
@media (min-width: 1200px) {
#section-contest {
}
}
#section-contest .container{
	position: relative;
	z-index: 1;
}
#section-contest::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(41,77,135,.5);
	mix-blend-mode: multiply;
}
#section-contest h3 {
	font-size: 7.5vw;	
	letter-spacing: 0.2em;
}
#section-contest h4 {
	font-size: 6vw;
	letter-spacing: 0.2em;
	
}
@media (min-width: 576px) {
#section-contest h3 {
	font-size: 2.5em;	
}
#section-contest h4 {
	font-size: 2em;
	
}
}
@media (min-width: 768px) {
#section-contest h3 {
	font-size: 2.5em;	
}
#section-contest h4 {
	font-size: 2em;
	
}
}
@media (min-width: 992px) {
#section-contest h3 {
	font-size: 3em;	
}
#section-contest h4 {
	font-size: 2.4em;
	
}
}
#section-item-end {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media (min-width: 576px) {
#section-item-end {
}
}
@media (min-width: 768px) {
#section-item-end {
}
}
@media (min-width: 992px) {
#section-item-end {
	padding-top: 60px;
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#section-item-end {
}
}
.item-end {
	border-radius: 20px;
	padding: 2em;
	background-color: rgba(0,0,0,.05);
}
.item-end-inner {
	padding-top: 1em;
	padding-bottom: 1em;
}
@media (min-width: 992px) {
.item-end-inner {
	background-image: url(../images/top_ph07.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
}
@media (min-width: 1200px) {
.item-end-inner {
	background-size: 100% auto;
}
}
.item-end h3{
	font-size: 6vw;
	font-weight: 600;
	margin-bottom: 1em;	
}
@media (min-width: 576px) {
.item-end h3{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 0.5em;	
}
}
#section-item-end ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#section-item-end ul li{
	padding-left: 1.2em;
	position: relative;	
	
}
#section-item-end ul li i{
	position: absolute;
	top: 0.4em;
	left: 0%;
	color: #1D80F1;	
}
.item-end{}


#section-access {
	margin-top: 0px;
	background-color: rgba(29,128,241,.1);
	padding-bottom: 40px;
}
@media (min-width: 576px) {
#section-access {
}
}
@media (min-width: 768px) {
#section-access {
}
}
@media (min-width: 992px) {
#section-access {
	padding-bottom: 60px;
}
}
@media (min-width: 1200px) {
#section-access {
}
}
.flex {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #666666;
}
@media (min-width: 992px) {
.flex {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
}
@media (min-width: 1200px) {
.flex {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
}
hr.tab-r-line {
position: relative;
top: calc(50% - 1px);
margin: 0 10px;
border: none;
border-top: dotted 2px #CCC;
}
.tab-reader{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tab-reader-box2 {
flex: auto;
}
#section-operation {
	padding-top: 0px;
	padding-bottom: 60px;
}
@media (min-width: 576px) {
#section-operation {
}
}
@media (min-width: 768px) {
#section-operation {
}
}
@media (min-width: 992px) {
#section-operation {
	padding-bottom: 100px;
}
}
@media (min-width: 1200px) {
#section-operation {
}
}
#section-operation h4{
	padding: 0.3em;
	font-size: 1.2em;
	background-color: #CDCDCD;
}
#section-footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/bg01.jpg);
	background-position: center center;
	background-size: cover;
}
@media (min-width: 576px) {
#section-footer {
}
}
@media (min-width: 768px) {
#section-footer {
}
}
@media (min-width: 992px) {
#section-footer {
}
}
@media (min-width: 1200px) {
#section-footer {
}
}
.contact-area{
	padding-top: 1.5em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 2em;
	border-radius: 20px;
	background-color: rgba(255,255,255,.8);
	position: relative;
	overflow: hidden;	
	
}
@media (min-width: 576px) {
.contact-area{
	padding-bottom: 1em;
	
}
}
.contact-area h3{
	font-weight: bold;
	font-size: 1.875em;	
}
.contact-area h4{
	font-weight: 900;
	font-size: 12vw;
	color: rgba(32,150,244,.8);
	margin-top: 0.5em;
	text-align: center;	
}
@media (min-width: 576px) {
.contact-area h4{
	font-size: 4.5em;
	text-align: left;
	color: rgba(32,150,244,.6);
}
}
@media (min-width: 768px) {
.contact-area{
	padding-top: 3em;
	padding-right: 4em;
	padding-left: 4em;
	padding-bottom: 3em;
	
}
.contact-area h4{
	position: absolute;
	bottom: -0.5em;
	left: 55%;
	margin-top: 0em;
}
}

@media (min-width: 576px) {
.contact-area a.contact-link {
	padding-top: 0.3em;
	padding-right: 4em;
	padding-left: 1.5em;
	padding-bottom: 0.4em;
	font-size: 1.1em;
	color: rgba(255,255,255,1.00);
	background-color: rgba(32,150,244,1.00);
	border-top-left-radius: 50em;
	border-bottom-left-radius: 50em;
	position: absolute;
	right: -3em;
	bottom: 4em;
}
}
@media (min-width: 768px) {
.contact-area a.contact-link {
	right: -3em;
	bottom: 1.5em;
	padding-right: 2.5em;
}
	
}
@media (max-width: 575px) {
.contact-area a.contact-link {
	padding-top: 0.3em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.4em;
	font-size: 1.1em;
	color: rgba(255,255,255,1.00);
	background-color: rgba(32,150,244,1.00);
	border-radius: 50em;
	display: block;
	text-align: center;	
}
}
.contact-area a.contact-link:hover {
	background-color: rgba(32,150,244,.7);
	text-decoration: none;	
}
.contact-area a img {
	width: 1.5em;
	height: auto;
	margin-right: 0.3em;
	margin-top: -.2em;
}


/* 新着情報 */
.top-news {
	margin-top: 0em;
	padding: 0em;
}
.top-news dl {
	padding: 0.5em 0;
	border-bottom: 1px dotted #ccc;
}
.top-news dt {
	padding-bottom: 0;
	font-weight: normal;
}
.top-news em {
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}
@media screen and (min-width: 992px) {
.top-news dl {
	display: table;
}
.top-news dt {
	padding-bottom: 0;
	width: 6em;
	font-weight: normal;
	display: table-cell;
}
.top-news dd {
	margin-left: 0.5em;
	display: table-cell;
}
}



/*========*/
/* お問い合わせ */
/*========*/

#mailform {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 30px;
}
@media (min-width: 768px) {
#mailform {
	padding-top: 0px;
}}
.mailcont {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mailform dl input,#mailform dl textarea{
	border:0;
	color:#000000;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}
#mailform dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding: 0px;
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#mailform dl dt {
	background-color: #E5E5E5;
	margin: 0px;
	display: block;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
#mailform dl dt {
	padding: 20px;
	width: 300px;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	display: table-cell;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}}

#mailform  label {
	font-weight: normal;
}
#mailform  label em {
	font-style: normal;
	font-weight: normal;
}
#mailform .size-s {
	width: 25%;
}
#mailform .size-m {
	width: 99%;
}
@media (min-width: 768px) {
#mailform .size-m {
	width: 50%;
}}
#mailform .size-l {
	width: 100%;
}
#mailform .addresssearch {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: center;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#mailform .addresssearch:hover {
	background-color: #CCFFFF;
	text-decoration: none;
}
#formbutton {
	text-align: center;
	padding-top: 15px;
}
#formbutton .submit-button input {
	font-size: 120%;
	background-color: #FF7519;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/contact_ic01.png);
	border: 1px solid #FFF;
}
#formbutton .submit-button input:hover {
	background-color: #999999;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#formbutton .back-button input {
	font-size: 120%;
	background-color: #536394;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/contact_ic02.png);
	border: 1px solid #FFF;
}
#formbutton .back-button input:hover {
	background-color: #999999;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#mailform .contactfoot {

	margin-top: 50px;
	margin-bottom: 20px;
}
#mailform dl.col1 textarea,#reservation #mailform dl textarea {

}
#mailform h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 120%;
}
#mailform .priv_info {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 140px;
	overflow: scroll;
	margin-bottom: 15px;
	font-size: 80%;
	overflow-x:hidden;
	background-color: #FFFFFF;
}
#mailform .priv_info h6 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#mailform select {
	font-size: 1.1em;
}#mailform h3 {
	float: none;
	margin-bottom: 30px;
}
.ajax-loader {
	display: none !important;
}
select.select-form {
	border: 1px solid #CCC;
	font-size: .3em;
}

/*==============*/
/* ニュース */
/*==============*/

.post {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.post .posthed {
	font-size: 86%;
	padding-bottom: 10px;
	display: block;
	position: relative;
}
.post .posthed em {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: normal;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 100%;
	background-color: #666666;
}
.post h3 {
	font-size: 140%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #754C24;	
}
.post h3 a {
	color: #000;
}
.post img {
	height: auto;
	width: 100%;
}
.post h3:first-letter {
}
.sidenav {
	margin-bottom: 30px;	
}
.sidenav h3 {
	font-size: 100%;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #C1976D;
	padding: 0.5em;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidenav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidenav ul li a {
}
.postnav {
	margin-bottom: 50px;
}



/*==============*/
/* その他アイテム */
/*==============*/
h3.corner-title{
	font-size: 6vw;
	position: relative;
	font-weight: 600;
	padding-bottom: 1.8em;
	display: block;
	padding-top: 1.5em;
	
}
@media (min-width: 576px) {
h3.corner-title{
	font-size: 1.6em;
	padding-top: 2em;
}
}
@media (min-width: 768px) {
h3.corner-title{
	padding-top: 1em;
	font-size: 1.6em;
	padding-bottom: 0.2em;
}
}
@media (min-width: 992px) {
h3.corner-title{
	font-size: 1.6em;
}
}
@media (min-width: 1200px) {
h3.corner-title{
	font-size: 2em;
}
}
h3.corner-title em{
	font-size: 1.8em;
	font-weight: 900;
	position: absolute;
	right: 0%;
	bottom: -0.27em;
	display: block;
	text-align: right;
	font-style: normal;	
	z-index: 2;
	color: rgba(29,128,241,.1);
}
@media (min-width: 576px) {
h3.corner-title em{
	font-size: 1.5em;
	
}
}
@media (min-width: 768px) {
h3.corner-title em{
	font-size: 1.6em;
	color: rgba(255,255,255,1.00);
}
}
@media (min-width: 992px) {
h3.corner-title em{
	font-size: 1.6em;
}
}
@media (min-width: 1200px) {
h3.corner-title em{
	font-size: 1.8em;
}
}
h3.corner-title span{
	display: block;
}
@media (min-width: 768px) {
h3.corner-title span::after{
	content: '';
	width: 100%;
	height: 2.6em;
	display: block;
	position: absolute;
	top: 0%;
	left: 75%;
	background-color: rgba(29,128,241,.1);
	transform: skewX(45deg);
	z-index: 1;
	
}}
@media (min-width: 992px) {
h3.corner-title span::after{
	left: 66.666667%;
	
}
}
h3.corner-title.blue em{
	color: rgba(29,128,241,.1);
}
h3.corner-title.blue span::after{
	background-color: rgba(255,255,255,1.00);
	
}
h3.corner-title::before{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 1.6em;
	left: 0%;
	background-color: #808080;
	max-width: 100%;
}
@media (min-width: 768px) {
h3.corner-title::before{
	bottom: 0%;
	left: 0%;
	max-width: 75%;
}
}
@media (min-width: 992px) {
h3.corner-title::before{
	max-width: 66.666667%;
}
}
h3.corner-title::after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 1.6em;
	left: 0%;
	background-color: #1d80f1;
	max-width: 35%;
}
@media (min-width: 768px) {
h3.corner-title::after{
	bottom: 0%;
	left: 0%;
	max-width: 16.666667%;
}
}
h5.sub-title{
	font-size: 1.4em;
}
@media (min-width: 576px) {
h5.sub-title{
	font-size: 1.4em;
}
}
@media (min-width: 768px) {
h5.sub-title{
	font-size: 1.5em;
}
}
@media (min-width: 992px) {
h5.sub-title{
	font-size: 1.2em;
}
}
@media (min-width: 1200px) {
h5.sub-title{
	font-size: 1.5em;
}
}
.text-green{
	color: #77A9A2;	
}
.text-blue{
	color: #587e9e;	
}
.text-orange{
	color: #c3965b;	
}
.text-gray{
	color: #9297a2;	
}
.text-red{
	color: #b86168;	
}
.text-purple{
	color: #80589e;	
}
.feature-item-inner h3.text-green{
	border-top: 8px solid #77A9A2;
}
.feature-item-inner h3.text-blue{
	border-top: 8px solid #587e9e;
}
.feature-item-inner h3.text-orange{
	border-top: 8px solid #c3965b;
}
.feature-item-inner h3.text-gray{
	border-top: 8px solid #9297a2;
}
.feature-item-inner h3.text-red{
	border-top: 8px solid #b86168;
}
.feature-item-inner h3.text-purple{
	border-top: 8px solid #80589e;
}
@media (min-width: 992px) {
.animate__animated .photo-left {
    margin-left: calc((50vw  - 100%) * -1);}
.animate__animated .photo-right {
    margin-right: calc((50vw  - 100%) * -1); }
	}

        .service-item-container {
            display: flex;
            flex-direction: column; /* Stack icon/title wrapper and content vertically */
            align-items: center;   /* Center children horizontally */
            position: relative;    
            padding-bottom: 20px;
            width: 100%; /* Fixed width for each service item column */
            flex-shrink: 0; /* Prevent shrinking in flex container */
			padding: 0 10px;
        }
@media (min-width: 768px) {
  .service-item-container {
            width: 33.333%; /* Fixed width for each service item column */
        }
}
@media (min-width: 992px) {
        .service-item-container {
            width: 20%; /* Fixed width for each service item column */
        }
}
        .service-title-wrapper { /* Renamed from service-icon-wrapper */
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 1;
            margin-bottom: 16px; /* Space between title bar and content block */
            width: 100%; 
        }

        /* Icon styles removed */

        .service-title-bar {
            padding: 6px 12px;
            border-radius: 16px; /* Pill shape */
            color: white;
            font-weight: 600;
            font-size: 0.9rem; /* Slightly increased font size for title */
            text-align: center;
            min-width: 160px; 
            white-space: normal; 
            line-height: 1.4; /* Adjusted line-height for multi-line titles */
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 50px; 
            margin-top: 10px; /* Added margin-top to compensate for removed icon */
			width: 100%;
        }
        
        .service-content {
            border: 1px solid #e5e7eb; 
            border-radius: 8px;
            padding: 10px;
            background-color: #f9fafb; 
            width: 100%; 
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            text-align: left; 
			height: 100%;
			margin-bottom: 2em;
        }

        .service-content p {
            font-size: 0.875rem; /* 14px */
            line-height: 1.6;
            color: #4b5563; 
			margin-bottom: 0;
        }

        /* Connecting line CSS removed */
        /* .service-item-container:not(:last-child)::after { ... } */

        /* Specific colors */
        .bg-service-green { background-color: #34D399; }
        .bg-service-purple { background-color: #8B5CF6; }
        .bg-service-blue { background-color: #3B82F6; }
        .bg-service-black { background-color: #1F2937; }
        .bg-service-red { background-color: #EF4444; }

        .page-title {
            text-align: left;
            font-size: 1.5rem; /* 24px */
            font-weight: 700;
            color: #111827; 
            padding: 2rem 0 1rem 0; 
            border-bottom: 1px solid #e5e7eb; 
            margin-bottom: 2rem; 
        }