@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  global.css
// style info :  スタイル指定　　　　ベースカラー　#0446a1
=================================================================== */

@media only screen and (max-width: 767px) {
.container.contentsListWrap .no-gutter {
	padding-left: 15px;
    padding-right: 15px;
}
}

/* ===================================================================
//下層共通
=================================================================== */
.kvWrap {
	position: relative;
	background: 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
}
.kvWrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0,0,0,.75);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.is_scroll .kvWrap::after {
	opacity: 1;
}
.kvWrap .kvDetails {
	position: relative;
	z-index: 10;
	padding: 200px 0;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.is_scroll .kvWrap .kvDetails {
	opacity: 1;
}
.kvWrap .kvDetails h3.pageTitleText::after {
	background: #fff;
}
.kvWrap .kvDetails h3.pageTitleText + p {
    margin: 0 auto;
}

.contentsLowerPage .contentsListWrap .contentsListBtn:hover {
	color: #333;
}
.contentsLowerPage .contentsListWrap .contentsListBtn:hover .contentsListText h3::after {
	-webkit-transform-origin: left top;
	-webkit-transform: scale(.05, 1);
	transform-origin: left top;
	transform: scale(.05, 1);
}
.contentsLowerPage .contentsListWrap .contentsListBtn figure img {
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}
.contentsLowerPage .contentsListWrap .contentsListBtn:hover figure img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contentsLowerPage .contentsListWrap .contentsListBtn figure {
    background: none;
}


.contentsLowerPage .contentsListWrap .contentsListBtn .contentsListText {
	height: auto;
}
.contentsLowerPage .contentsListWrap .contentsListBtn .contentsListText h3 {
	font-size: 18px;
}
.contentsLowerPage .contentsListWrap .contentsListBtn .contentsListText h3 .categoryName {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
.contentsLowerPage .contentsListWrap .contentsListBtn .contentsListText h3 + div {
	margin: 20px 0;
	width: 140px;
	height: auto;
}
.contentsLowerPage .contentsListWrap .contentsListBtn .contentsListText figure {
	margin-bottom: 20px;
}
.contentsLowerPage .contentsListWrap .contentsListBtn .contentsListText figure figcaption {
	font-size: 10px;
	text-align: right;
	margin: .75em 0 0;
}
.contentsLowerPage .contentsListWrap .contentsListBtn h4 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1em;
}
.contentsLowerPage .contentsListWrap .contentsListBtn a.outlink {
	display: inline-block;
	border: #444 solid 1px;
	padding: 1em;
	margin-top: 30px;
}
.contentsLowerPage .contentsListWrap .contentsListBtn a.outlink:hover {
	border-color: #0446a1;
}
.contentsLowerPage .categorySubTitle {
	font-size: 12px;
	margin-bottom: 2em;
}

.contentsListWrap .contentsListBtn .contentsListText.noBefore::before {
	display: none;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
.kvWrap .kvDetails h3.pageTitleText {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.kvWrap .kvDetails h3.pageTitleText + p {
    text-align: left;
	max-width: 90%;
}
}
@media only screen and (max-width: 767px) {
.kvWrap .kvDetails {
	padding: 60px 0;
}
.kvWrap .kvDetails h3.pageTitleText {
	max-width: none;
}
.kvWrap .kvDetails h3.pageTitleText + p {
	max-width: none;
}
.contentsLowerPage .contentsListWrap .contentsListBtn .contentsListText h3 {
    font-size: 16px;
}
.contentsLowerPage .contentsListWrap .contentsListBtn h4 {
	font-size: 14px;
}
.contentsLowerPage .contentsListWrap .contentsListBtn a.outlink {
	display: block;
	margin-top: 20px;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/* ===================================================================
//globalPage
=================================================================== */
.globalPage .kvWrap {
	background-image: url(../../../img/pages/global/kv.jpg);
}

.globalCategoryItem {
	margin-bottom: 40px;
}
.globalHdd {
	border-bottom:#0446a1 solid 1px;
	font-size: 16px;
	margin-bottom: 1.5em;
	padding: .25em 0 1em;
}
.globalCategoryHdd {
	font-size: 16px;
	margin-bottom: 1em;
}
.globalCategoryHdd i {
	color: #0446a1;
	margin-right: .5em;
}
.globalCategoryText {
	background: #0446a1;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding: 1em;
}
.globalCategoryText .subText {
	display: block;
	font-size: 14px;
}
.globalCategoryText + p {
	border: #0446a1 solid 1px;
	padding: 1em;
}

.serviceData .globalCategoryText {
	background: #666;
	margin-bottom: 20px;
}

.globalPlanItem p {
	color: #0446a1;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
}
.globalPlanItem .contactLink {
	font-size: 14px;
}

.dataHdd {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	padding-top: 2em;
	padding-bottom: 2em;
}

.gmapWrap {
	position: relative;
	margin-bottom: 30px;
}
#mapElem {
	width:100%;
	height:1190px;
}
#mapElem > div {
	top:0;
	left:0;
}
/*****
//gmap
*****/
.gmPlotWrap {
	padding: .5em 0 0;
	width: 100%;
	max-width: 260px;
}
.gmPlotWrap p {
	margin-bottom: 0;
}
.gmPlotWrap p.gmPlotName {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}
.gmPlotWrap p.gmPlotName + p {
	color: #666;
}

.gmPlotWrapPhoto {
	padding:0;
	width: 100%;
	max-width: 140px;
	height: 90px;
	cursor: pointer;
}
.gmPlotWrapPhoto img {
	width: 100%;
	height: auto;
}

.remodelInner {
	text-align: left;
}
.remodelInner img {
	width: 100%;
	height: auto;
}
.remodalName {
	font-size: 16px;
	font-weight: 500;
}
.remodalSubName {
	font-size: 13px;
}
.remodelInner figcaption {
	text-align: right;
	font-size: 10px;
}
.remodalTitle {
	color: #0446a1;
	font-size: 16px;
	font-weight: 700;
}
.remodalDetailText {
	font-size: 14px;
	margin-bottom: 0;
}
.remodal-overlay {
    background: rgba(30, 30, 30, 0.9) !important;
}

.gmapThumb {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 15;
	margin-bottom: 0;
	padding: 1em;
	background: rgba(255,255,255,.8);
}
.gmapThumb li {
	display: inline-block;
	font-size: 12px;
	padding-left: 1em;
}
.gmapThumb li:nth-of-type(1) {
	padding: 0;
}
.gmapThumb .pinImg {
	display: inline-block;
	width: 10px;
	height: auto;
}
.gmapThumb .pinImg img {
	width: 100%;
	height: auto;
}

#pjItem01,#pjItem02,#pjItem03 {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
}

@media only screen and (max-width: 991px) {
.globalCategoryText + p {
    margin-bottom: 20px;
}
.globalPlanItem p {
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
#mapElem {
	height:300px;
	padding-top:0;
}
.gmapThumb {
	position: static;
	top: auto;
	right: auto;
	text-align: right;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/* ===================================================================
//
=================================================================== */

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}