@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


.c-middleTitle {
	font-size: 24px;
	line-height: 1.75;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.c-middleTitle {
		font-size: 18px;
		line-height: 1.75;
		margin-bottom: 30px;
	}	
}

/* bodyセット
================================================================ */

.c-body {
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
}
.c-body__headTitle {
	font-size: 24px;
	line-height: 1.5;
	border-bottom: #8c97cb 2px solid;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-align: left;
}
.c-body__headLineTitle {
	font-size: 20px;
	line-height: 1.5;
	border-left: #8c97cb 5px solid;
	padding: 10px 15px 10px 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #EBEBEB;
	text-align: left;
}
.c-body__middleTitle {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: left;
}
.c-body p {
	margin: 30px 0;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.c-body {
		font-size: 14px;
		line-height: 1.75;
	}
	.c-body__headTitle {
		font-size: 20px;
		line-height: 1.5;
		border-bottom: #8c97cb 1px solid;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.c-body__headLineTitle {
		font-size: 18px;
		line-height: 1.5;
		border-left: #8c97cb 4px solid;
		padding: 10px 15px 10px 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.c-body__middleTitle {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.c-body p {
		margin: 20px 0;
	}

}



.p-topMainVisSlide {
	
}
.p-topMainVisSlide__item {
	height: 900px;
	position: relative;
	overflow: hidden;	
}
.p-topMainVisSlide__itemFrame {
	position: relative;
	height: 900px;
	box-sizing: border-box;
	padding-top: 180px;
}
.p-topMainVisSlide__title {
	font-size: 60px;
	line-height: 1.5;
	font-family: 'Graduate', cursive;
	margin: 0 auto 30px auto;
	opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.p-topMainVisSlide__subTitle {
	font-size: 18px;
	line-height: 1.5;
	opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.p-topMainVisSlide__subTitle span {
	position: relative;
	display: inline-block;
	padding-left: 58px;
}
.p-topMainVisSlide__subTitle i {
	font-size: 30px;
	position: absolute;
	top:50%;
	left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);	
}


.p-topMainVisSlide__itemContent {
	position: absolute;
	bottom:200px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 650px;
	border: 1px solid #FFF;
	border-radius: 10px;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	background: url(../images/back-01.png);
	-webkit-transform:scale(0,1);
	transform:scale(0,1);	
}
.p-topMainVisSlide__itemContentHead {
	min-height: 98px;
	width: 99px;
	background: rgba(255,255,255,0.3);
	font-family: 'Graduate', cursive;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-topMainVisSlide__itemContentHeadInner {
	width: 100%;
	color: #FFF;
}
.p-topMainVisSlide__itemContentHeadTxt {
	font-size: 14px;
	line-height: 1;
}
.p-topMainVisSlide__itemContentHeadNum {
	font-size: 48px;
	line-height: 1;
}
.p-topMainVisSlide__itemContentWrap {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	padding: 10px 20px;
}
.p-topMainVisSlide__itemContentTxt {
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	color: #FFF;
}
.p-topMainVisSlide__next ,
.p-topMainVisSlide__prev {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	opacity: 0;
}
.p-topMainVisSlide__next {
	right: -50px;
}
.p-topMainVisSlide__prev {
	left: -50px;	
}
.p-topMainVisSlide__next:before ,
.p-topMainVisSlide__prev:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;	
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
}
.p-topMainVisSlide__next:before {
	left: 12px;
	border-left: 16px solid #FFF;
}
.p-topMainVisSlide__prev:before {
	right: 12px;
	border-right: 16px solid #FFF;
}

.p-topMainVisSlide__item.is-on .p-topMainVisSlide__title {
	transition: all 1s 0.2s ease-out;
	opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);	
}
.p-topMainVisSlide__item.is-on .p-topMainVisSlide__subTitle {
	transition: all 1s 1.0s ease-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);	
	opacity: 1;
}
.p-topMainVisSlide__item.is-on .p-topMainVisSlide__itemContent {
	transition: all 0.5s 1.5s ease-out;
	-webkit-transform:scale(1.0,1.0);
	transform:scale(1.0,1.0);
}
.p-topMainVisSlide__item.is-on .p-topMainVisSlide__next ,
.p-topMainVisSlide__item.is-on .p-topMainVisSlide__prev {
	transition: all 0.5s 2.5s ease-out;
	opacity: 1;
}




.p-topMainVisSlide__item02:before ,
.p-topMainVisSlide__item01:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	z-index: -1;
}
.p-topMainVisSlide__item02.is-on:before ,
.p-topMainVisSlide__item01.is-on:before {
	transition: all 10s ease-out;
	-webkit-transform:scale(1.05,1.05) translate(-50%, -50%);
	transform:scale(1.05,1.05) translate(-50%, -50%);
}
.p-topMainVisSlide__item01:before {
	background: url(../images/main-vis-back-01-sp.jpg) no-repeat center center;
	background-size: cover;
}
.p-topMainVisSlide__item02:before {
	background: url(../images/main-vis-back-02.jpg) no-repeat center center;
	background-size: cover;
}

.p-topMainVisSlideBackMovie .bg-video {
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;	
	z-index: -1;
}


@media screen and (max-width: 1000px) {
	.p-topMainVisSlide {

	}
	.p-topMainVisSlide__item {
		height: 600px;
	}
	.p-topMainVisSlide__itemFrame {
		height: 600px;
		padding-top: 100px;
	}
	.p-topMainVisSlide__title {
		font-size: 48px;
		line-height: 1.5;
		margin: 0 auto 30px auto;
	}
	.p-topMainVisSlide__subTitle {
		font-size: 18px;
		line-height: 1.5;
	}
	.p-topMainVisSlide__subTitle span {
		padding-left: 44px;
	}
	.p-topMainVisSlide__subTitle i {
		font-size: 26px;
	}

	.p-topMainVisSlide__itemContent {
		bottom:100px;
		max-width: 450px;
		border-radius: 10px;
	}
	.p-topMainVisSlide__itemContentHead {
		min-height: 98px;
		width: 80px;
	}
	.p-topMainVisSlide__itemContentHeadInner {
	}
	.p-topMainVisSlide__itemContentHeadTxt {
		font-size: 14px;
		line-height: 1;
	}
	.p-topMainVisSlide__itemContentHeadNum {
		font-size: 48px;
		line-height: 1;
	}
	.p-topMainVisSlide__itemContentWrap {
		padding: 10px 20px;
		box-sizing: border-box;
		width: calc(100% - 80px);
	}
	.p-topMainVisSlide__itemContentTxt {
		font-size: 18px;
		line-height: 1.6;
	}
	.p-topMainVisSlide__next ,
	.p-topMainVisSlide__prev {
		width: 40px;
		height: 40px;
	}
	.p-topMainVisSlide__next {
		right: -50px;
	}
	.p-topMainVisSlide__prev {
		left: -50px;	
	}
	.p-topMainVisSlide__next:before ,
	.p-topMainVisSlide__prev:before {
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
	}
	.p-topMainVisSlide__next:before {
		left: 12px;
		border-left: 16px solid #FFF;
	}
	.p-topMainVisSlide__prev:before {
		right: 12px;
		border-right: 16px solid #FFF;
	}

}

@media screen and (max-width: 640px) {
	.p-topMainVis {
		display: none;	
	}
	.p-topMainVisSlide {

	}
	.p-topMainVisSlide__item {
		height: 600px;
	}
	.p-topMainVisSlide__itemFrame {
		height: 600px;
		padding-top: 100px;
	}
	.p-topMainVisSlide__title {
		font-size: 30px;
		line-height: 1.5;
		margin: 0 auto 30px auto;
	}
	.p-topMainVisSlide__subTitle {
		font-size: 16px;
		line-height: 1.5;
	}
	.p-topMainVisSlide__subTitle span {
		padding-left: 44px;
	}
	.p-topMainVisSlide__subTitle i {
		font-size: 26px;
	}

	.p-topMainVisSlide__itemContent {
		bottom:100px;
		border-radius: 10px;
		margin: 0 40px;
	}
	.p-topMainVisSlide__itemContentHead {
		min-height: 98px;
		width: 60px;
	}
	.p-topMainVisSlide__itemContentHeadInner {
	}
	.p-topMainVisSlide__itemContentHeadTxt {
		font-size: 11px;
		line-height: 1;
	}
	.p-topMainVisSlide__itemContentHeadNum {
		font-size: 36px;
		line-height: 1;
	}
	.p-topMainVisSlide__itemContentWrap {
		padding: 10px 15px;
		width: calc(100% - 60px);
	}
	.p-topMainVisSlide__itemContentTxt {
		font-size: 14px;
		line-height: 1.6;
	}
	.p-topMainVisSlide__next ,
	.p-topMainVisSlide__prev {
		width: 40px;
		height: 40px;
	}
	.p-topMainVisSlide__next {
		right: -50px;
	}
	.p-topMainVisSlide__prev {
		left: -50px;	
	}
	.p-topMainVisSlide__next:before ,
	.p-topMainVisSlide__prev:before {
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
	}
	.p-topMainVisSlide__next:before {
		left: 12px;
		border-left: 16px solid #FFF;
	}
	.p-topMainVisSlide__prev:before {
		right: 12px;
		border-right: 16px solid #FFF;
	}
	.p-topMainVisSlideBackMovie .bg-video {
		display: none;
	}
}


.p-topMainSp {
	background: url(../images/map_search_back.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
	display: none;
}
.p-topMainSp__title {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
}
.p-topMainSp__btn {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	background: #F75C28;
	color: #FFF;
	position: relative;
	margin: 15px auto 0 auto;
	padding: 10px;
	border-radius: 5px;
	width: 200px;
}
.p-topMainSp__btn:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: '';
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
	.p-topMainSp {
		display: block;
	}
}



.p-topSectionFrame {
	padding: 60px 0 76px 0;
}
.p-topSectionHead {
	margin-bottom: 65px;
}
.p-topSectionHead__en {
	font-size: 36px;
	line-height: 1.4;
	font-family: 'Graduate', cursive;
}
.p-topSectionHead__jp {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 15px;
}

@media screen and (max-width: 640px) {
	.p-topSectionFrame {
		padding: 40px 0 45px 0;
	}
	.p-topSectionHead {
		margin-bottom: 45px;
	}
	.p-topSectionHead__en {
		font-size: 30px;
		line-height: 1.4;
	}
	.p-topSectionHead__jp {
		font-size: 12px;
		line-height: 1.4;
		margin-top: 10px;
	}
}

.p-articleList {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.p-articleList li {
	width: 26.66%;
	margin-left: 10.01%;
}
.p-articleList li:nth-child(3n + 1) {
	margin-left: 0;
}
.p-articleList li:nth-child(n + 4) {
	margin-top: 50px;
}
.p-articleList__txtWrap1 {
	padding: 15px 0 0 0;
}
.p-articleList__txtWrap2 {
	padding: 15px;
	background: #FFF;
}
.p-articleList__title {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
}
.p-articleList__txt {
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	font-weight: bold;
}
.p-articleList__btn {
	margin-top: 15px;
}
.p-articleList__btn a {
	display: block;
	background: url(../images/back-02.png);
	font-family: 'Graduate', cursive;
	font-size: 14px;
	line-height: 1;
	padding: 15px 0;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {
	.p-articleList {
		max-width: 315px;
		margin: 0 auto;
	}
	.p-articleList li {
		width: 100%;
		margin-left: 0;
	}
	.p-articleList li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.p-articleList li:nth-child(n + 4) {
		margin-top: 35px;
	}	
	.p-articleList li + li {
		margin-top: 35px;
	}
	.p-articleList__txtWrap1 {
		padding: 15px 0 0 0;
	}
	.p-articleList__txtWrap2 {
		padding: 15px;
	}
	.p-articleList__title {
		font-size: 14px;
		line-height: 1.5;
	}
	.p-articleList__txt {
		font-size: 13px;
		line-height: 1.71;
	}
	.p-articleList__btn {
		margin-top: 15px;
	}
	.p-articleList__btn a {
		font-size: 14px;
		line-height: 1;
		padding: 15px 0;
		border-radius: 5px;
	}	
	
}






.p-topColumn {
	background: #aeaeae;
	position: relative;
}
#p-topColumnBack {
	position: absolute;
	display: block;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.p-topColumn .p-articleList {
	z-index: 10;
	position: relative;
}
/*
.p-topDriveList figure a {
	display: block;
	position: relative;
	overflow: hidden;
}
.p-topDriveList figure a:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	transition: all 0.3s ease-out;	
}
.p-topDriveList figure a i {
	position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	z-index: 20;
	color: #FFF;
	font-size: 36px;
}


.p-topDriveList figure a:hover:before {
	opacity: 0;
}
.p-topDriveList figure a:hover i {
   animation: mapicon 0.5s 0s ease-in-out 1 normal;
   -webkit-animation: mapicon 0.5s 0s ease-in-out 1 normal;
	color: #D4090C;
}
*/

@keyframes mapicon {
 0% { -webkit-transform: translate(-50%, -500%); transform: translate(-50%, -500%);}
 70% { -webkit-transform: translate(-50%, -36%); transform: translate(-50%, -36%);}
 90% { -webkit-transform: translate(-50%, -63%); transform: translate(-50%, -63%);}
 100% { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
}
@-webkit-keyframes mapicon {
 0% { -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%);}
 70% { -webkit-transform: translate(-50%, -36%); transform: translate(-50%, -36%);}
 90% { -webkit-transform: translate(-50%, -63%); transform: translate(-50%, -63%);}
 100% { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
}


.p-topAccess {
}
.p-topAccessMap {
	max-width: 750px;
	margin: 0 auto;
}
.p-topAccessMap .u-map {
	padding-bottom: 290px;
}



.p-topInstaFrame {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;	
}
.p-topInstaFrame__item {
	width: 26.666%;
	margin-left: 10.001%;
}
.p-topInstaFrame__item:nth-child(3n + 1){
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	.p-topInstaFrame__item {
		width: 30%;
		margin-left: 5%;
	}
	.p-topInstaFrame__item:nth-child(3n + 1){
		margin-left: 0;
	}
}

.p-timeLine {
}
.p-timeLineFrame {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;	
}
.p-timeLineFrame__item {
	width: 41.66%;
	margin-left: 16.68%;
}
.p-timeLineFrame__item:nth-child(3n + 1){
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	.p-timeLine {
	}
	.p-timeLineFrame {
		display : block;
	}
	.p-timeLineFrame__item {
		width: 100%;
		margin-left: 0;
	}
	.p-timeLineFrame__item:nth-child(3n + 1){
		margin-left: 0;
	}	
	.p-timeLineFrame__item + .p-timeLineFrame__item {
		margin-top: 30px;
	}
}

/* コラム一覧
================================================================ */
.c-pageHead {
	background: #000;
	padding: 50px 20px;
}
.c-pageHead .p-topSectionHead {
	margin-bottom: 0;
	color: #FFF;
}
.p-pageColumnPopular {
	background: #BCCCFF;
}
@media screen and (max-width: 840px) {
	.c-pageHead {
		border-top: #CCC 1px solid;
	}
}
@media screen and (max-width: 640px) {
	.c-pageHead {
		padding: 30px 20px;
	}
	.c-pageHead .p-topSectionHead {
	}
}



.c-pager {
	margin-top: 80px;
}
.wp-pagenavi {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
}
.wp-pagenavi a ,
.wp-pagenavi span {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 8px;
	font-size: 18px;
	border-radius: 50%;
}
.wp-pagenavi a {
	background: #CCC;
}
.wp-pagenavi span {
	background: #000;
	color: #FFF;
}


/* コラム記事
================================================================ */

.p-pageColumnSingle {
	padding: 80px 0;
}
.p-pageColumnSingleHead {
	text-align: left;
	border-bottom: #EBEBEB 1px solid;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.p-pageColumnSingleHead__title {
	font-size: 30px;
	line-height: 1.5
}
.p-pageColumnSingleHead__subTitle {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 10px;
}
.p-pageColumnSingleMainImg {
	margin-bottom: 50px;
}
.p-pageColumnSingleBody {
	max-width: 800px;
	margin: 0 auto;
}
.p-pageColumnSingleSns1 {
	margin-bottom: 30px;
}
.p-pageColumnSingleSns2 {
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.p-pageColumnSingle {
		padding: 40px 0;
	}
	.p-pageColumnSingleHead {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.p-pageColumnSingleHead__title {
		font-size: 22px;
		line-height: 1.5
	}
	.p-pageColumnSingleHead__subTitle {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 10px;
	}
	.p-pageColumnSingleMainImg {
		margin-bottom: 40px;
	}
	.p-pageColumnSingleBody {
	}
	.p-pageColumnSingleSns1 {
		margin-bottom: 10px;
	}
	.p-pageColumnSingleSns2 {
		margin-top: 30px;
	}	
}



/* 箱根ドライブマップ
================================================================ */

.p-pageMapSearch {
	background: url(../images/map_search_back.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0 80px 0;
}
.p-pageMapSearchFrame {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	background: rgba(255,255,255,0.5);
	padding: 40px;
}
.p-pageMapSearchFrame__left {
	width: 400px;
	box-sizing: border-box;
	padding-right: 50px;
}
.p-pageMapSearchFrame__right {
	width: calc(100% - 400px);
}
.p-pageMapSearchList {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;		
}
.p-pageMapSearchList li {
	width: 23%;
	margin-left: 2.333%;
}
.p-pageMapSearchList li:nth-child(4n + 1) {
	margin-left: 0;
}
.p-pageMapSearchList li:nth-child(n + 5) {
	margin-top: 20px;
}
.p-pageMapSearchList li a {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	border-radius: 10px;
	padding: 50px 20px 10px 20px;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;		
	height: 130px;
	box-sizing: border-box;
	color: #FFF;
	border: #000 2px solid;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
}

.p-pageMapSearchList li a.is-spa {
	background-image: url(../images/icon-onsen.png);
}
.p-pageMapSearchList li a.is-scenery-mountain {
	background-image: url(../images/icon-mountain.png);
}
.p-pageMapSearchList li a.is-scenery-sea {
	background-image: url(../images/icon-sea.png);
}
.p-pageMapSearchList li a.is-meal {
	background-image: url(../images/icon-lunch.png);
}
.p-pageMapSearchList li a.is-date {
	background-image: url(../images/icon-heart.png);
}
.p-pageMapSearchList li a.is-winding {
	background-image: url(../images/icon-carb.png);
}
.p-pageMapSearchList li a.is-touring {
	background-image: url(../images/icon-friends.png);
}
.p-pageMapSearchList li a.is-family {
	background-image: url(../images/icon-family.png);
}

.p-pageMapSearchCharaOuter {
	position: relative;
}
.p-pageMapSearchChara {
}
.p-pageMapSearchChara__comment {
	width: 220px;
	position: absolute;
	top: 20px;
	left: 0;
	border: #000 2px solid;
	border-radius: 15px;
	background: #FFF;
}
.p-pageMapSearchChara__comment:before ,
.p-pageMapSearchChara__comment:after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
}
.p-pageMapSearchChara__comment:before {
	border-left: 15px solid #000;
	z-index: 10;
	bottom: 25px;
	right: -25px;
}
.p-pageMapSearchChara__comment:after {
	border-left: 15px solid #FFF;
	z-index: 11;
	bottom: 25px;
	right: -22px;
}
.p-pageMapSearchChara__commentTxt {
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	padding: 15px;
	font-weight: bold;
}
.p-pageMapSearchChara__img {
	width: 220px;
	margin: 0 0 0 auto;
}
.p-pageMapSearchChara__img figure {
/*	height: 250px;
	overflow: hidden; */
}


.p-pageMapSearch__randomBtnOuter {
	max-width: 350px;
	margin: 30px auto 0 auto;
}
.p-pageMapSearch__randomBtnCommentOuter {
	border: #F75C28 2px solid;
	border-radius: 15px;
	background: #F75C28;
	font-size: 16px;
	line-height: 1.75;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}
.p-pageMapSearch__randomBtnCommentOuter:before {
	position: absolute;
	bottom: -24px;
	margin: auto;
	left: 0;
	right: 0;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-top: 15px solid #F75C28;
}
.p-pageMapSearch__randomBtnComment {
	color: #FFF;
	font-weight: bold;
}
.p-pageMapSearch__randomBtn {
	
}
.p-pageMapSearch__randomBtn a {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;		
	height: 60px;
	box-sizing: border-box;
	background: #000;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #FFF;
}






@media screen and (max-width: 1040px) {
	
	.p-pageMapSearchFrame__left {
		width: 350px;
		padding-right: 50px;
	}
	.p-pageMapSearchFrame__right {
		width: calc(100% - 350px);
	}	
	.p-pageMapSearchList li {
		width: 32%;
		margin-left: 2%;
	}
	.p-pageMapSearchList li:nth-child(4n + 1) {
		margin-left: 2%;
	}
	.p-pageMapSearchList li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.p-pageMapSearchList li:nth-child(n + 4) {
		margin-top: 10px;
	}
	.p-pageMapSearchList li a {
		border-radius: 10px;
		padding: 38px 10px 10px 10px;
		height: 100px;
		background-position: center 10px;
		background-size: 30px;
		font-size: 13px;
		line-height: 1.3;
	}	
	.p-pageMapSearchList li.p-pageMapSearchList__randomBtn {
		width: 46%;
		margin-left: 0;
		margin-right: auto;
	}
	.p-pageMapSearchList li.p-pageMapSearchList__randomBtn a {
		padding: 10px 10px 10px 10px;
		font-size: 18px;
	}
	.p-pageMapSearchCharaOuter {
	}
	.p-pageMapSearchChara {
	}
	.p-pageMapSearchChara__comment {
		width: 170px;
		top: 20px;
		left: 0;
		border-radius: 15px;
	}
	.p-pageMapSearchChara__commentTxt {
		font-size: 16px;
		line-height: 1.4;
		padding: 15px;
	}
	.p-pageMapSearchChara__img {
		width: 220px;
	}
	.p-pageMapSearchChara__img figure {
	}
	
	.p-pageMapSearch__randomBtnOuter {
		max-width: 350px;
		margin: 30px auto 0 auto;
	}
	.p-pageMapSearch__randomBtnCommentOuter {
		border-radius: 15px;
		font-size: 14px;
		line-height: 1.5;
		padding: 10px;
		margin-bottom: 20px;
	}
	.p-pageMapSearch__randomBtnCommentOuter:before {
		bottom: -24px;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-top: 15px solid #F75C28;
	}
	.p-pageMapSearch__randomBtnComment {
	}
	.p-pageMapSearch__randomBtn {

	}
	.p-pageMapSearch__randomBtn a {
		border-radius: 10px;
		padding: 10px 20px 10px 20px;
		height: 60px;
		font-size: 16px;
		line-height: 1.4;
	}	
	
}

@media screen and (max-width: 750px) {
	.p-pageMapSearch {
		background: url(../images/map_search_back.jpg) no-repeat center center;
		background-size: cover;
		padding: 40px 0 40px 0;
	}
	.p-pageMapSearchFrame {
		padding: 20px 15px;
		display : block;	
	}	
	.p-pageMapSearchFrame__left {
		width: 100%;
		padding-right: 0;
	}
	.p-pageMapSearchFrame__right {
		width: 100%;
	}	
	.p-pageMapSearchList li {
		width: 32%;
		margin-left: 2%;
	}
	.p-pageMapSearchList li:nth-child(4n + 1) {
		margin-left: 2%;
	}
	.p-pageMapSearchList li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.p-pageMapSearchList li:nth-child(n + 4) {
		margin-top: 10px;
	}
	.p-pageMapSearchList li a {
		border-radius: 5px;
		padding: 45px 5px 10px 5px;
		height: 120px;
		background-position: center 10px;
		background-size: 30px;
		font-size: 12px;
		line-height: 1.5;
	}	

	.p-pageMapSearchCharaOuter {
		position: relative;
	}
	.p-pageMapSearchChara {
	}
	.p-pageMapSearchChara__comment {
		width: calc(100% - 111px);
		top: 0;
		left: 0;
		border-radius: 15px;
	}
	.p-pageMapSearchChara__commentTxt {
		font-size: 16px;
		line-height: 1.4;
		padding: 15px;
	}
	.p-pageMapSearchChara__img {
		width: 200px;
	}
	.p-pageMapSearchChara__img figure {
		overflow: hidden;
		height: 150px;
	}		
	.p-pageMapSearch__randomBtnOuter {
		margin: 20px auto 0 auto;
	}
	.p-pageMapSearch__randomBtnCommentOuter {
		border-radius: 10px;
		font-size: 14px;
		line-height: 1.5;
		padding: 10px;
		margin-bottom: 20px;
	}
	.p-pageMapSearch__randomBtnCommentOuter:before {
		bottom: -24px;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-top: 15px solid #F75C28;
	}
	.p-pageMapSearch__randomBtnComment {
	}
	.p-pageMapSearch__randomBtn {

	}
	.p-pageMapSearch__randomBtn a {
		border-radius: 10px;
		padding: 10px 20px 10px 20px;
		height: 60px;
		font-size: 16px;
		line-height: 1.4;
	}		
	
}






.p-pageMapSearch2TabOuter {
}
.p-pageMapSearch2Tab {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;	
}
.p-pageMapSearch2Tab li {
	height: 70px;
	margin-right: 10px;
}
.p-pageMapSearch2Tab__title {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	background: #BCCCFF;
	box-sizing: content-box;
	width: 140px;
	border-radius: 10px;
}
.p-pageMapSearch2Tab__title.is-active {
	padding-bottom: 10px;
	border-radius: 10px 10px 0 0;
}
.p-pageMapSearch2Wrap {
	padding: 80px 0;
}
.p-pageMapSearch2__item {
	display: none;
}
.p-pageMapSearch2__item.is-active {
	display: block;
}

@media screen and (max-width: 640px) {
	.p-pageMapSearch2TabOuter {
	}
	.p-pageMapSearch2Tab {
	}
	.p-pageMapSearch2Tab li {
		height: 50px;
		margin-right: 10px;
	}
	.p-pageMapSearch2Tab__title {
		font-size: 16px;
		height: 40px;
		width: 90px;
		border-radius: 10px;
	}
	.p-pageMapSearch2Tab__title.is-active {
		padding-bottom: 10px;
		border-radius: 10px 10px 0 0;
	}
	.p-pageMapSearch2Wrap {
		padding: 40px 0;
	}
	.p-pageMapSearch2__item {
		display: none;
	}
	.p-pageMapSearch2__item.is-active {
		display: block;
	}	

}



/* MAP記事
================================================================ */

.p-pageMapSingle {
	padding: 80px 0;
}
.p-pageMapSingleHead {
	text-align: left;
	border-bottom: #EBEBEB 1px solid;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.p-pageMapSingleHeadSns {
  display: none;
}
.p-pageMapSingleHead__title {
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 100px;
	margin-bottom: 30px;
}
.p-pageMapSingleHead__titleId {
	position: absolute;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	background: #8c97cb;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);		
}
.p-pageMapSingleHead__titleIdTag {
	font-family: 'Graduate', cursive;
}
.p-pageMapSingleHead__titleIdNum {
	font-size: 20px;
	letter-spacing: 2px;
}
.p-pageMapSingleHead__subTitle {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}
.p-pageMapSingleHeadCate {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-pageMapSingleHeadCate a {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 10px 10px 50px;
	margin: 10px 10px 0 0;
	font-weight: bold;
	border-radius: 10px;
}
.p-pageMapSingleHeadCate a.is-spa {
	background-image: url(../images/icon-onsen.png);
}
.p-pageMapSingleHeadCate a.is-scenery-mountain {
	background-image: url(../images/icon-mountain.png);
}
.p-pageMapSingleHeadCate a.is-scenery-sea {
	background-image: url(../images/icon-sea.png);
}
.p-pageMapSingleHeadCate a.is-meal {
	background-image: url(../images/icon-lunch.png);
}
.p-pageMapSingleHeadCate a.is-date {
	background-image: url(../images/icon-heart.png);
}
.p-pageMapSingleHeadCate a.is-winding {
	background-image: url(../images/icon-carb.png);
}
.p-pageMapSingleHeadCate a.is-touring {
	background-image: url(../images/icon-friends.png);
}
.p-pageMapSingleHeadCate a.is-family {
	background-image: url(../images/icon-family.png);
}


@media screen and (max-width: 640px) {
	.p-pageMapSingle {
		padding: 50px 0;
	}
	.p-pageMapSingleHead {
		padding-bottom: 18px;
		margin-bottom: 20px;
	}
	.p-pageMapSingleHead__title {
		font-size: 20px;
		line-height: 1.5;
		padding: 0 0 0 65px;
		margin-bottom: 30px;
	}
	.p-pageMapSingleHead__titleId {
		font-size: 12px;
		line-height: 1.2;
		height: 50px;
		width: 50px;
	}
	.p-pageMapSingleHead__titleIdTag {
	}
	.p-pageMapSingleHead__titleIdNum {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.p-pageMapSingleHead__subTitle {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.p-pageMapSingleHeadCate {
	}
	.p-pageMapSingleHeadCate a {
		background-position: 10px center;
		background-size: 20px;
		font-size: 12px;
		line-height: 1.4;
		padding: 7px 10px 6px 35px;
		margin: 5px 5px 0 0;
		border-radius: 7px;
	}

}




.p-pageMapImg {
	margin-bottom: 50px;
}
.p-pageMapSingleBody {
	margin-bottom: 50px;
}

.p-pageMapMovie {
	max-width: 800px;
	margin: 0 auto 80px auto;
}

.p-pageMapGalleryInner {
	max-width: 1220px;
	box-sizing: content-box;
	padding: 0 10px;
	margin: 0 auto;	
}
.p-pageMapGalleryList {
}
.p-pageMapGalleryList li {
	box-sizing: border-box;
	padding: 0 10px;
}

@media screen and (max-width: 640px) {
	.p-pageMapImg {
		margin-bottom: 40px;
	}
	.p-pageMapSingleBody {
		margin-bottom: 40px;
	}

	.p-pageMapMovie {
		margin: 0 auto 50px auto;
	}

	.p-pageMapGalleryInner {
		max-width: 1220px;
		box-sizing: content-box;
		padding: 0 10px;
		margin: 0 auto;	
	}
	.p-pageMapGalleryList {
	}
	.p-pageMapGalleryList li {
		box-sizing: border-box;
		padding: 0 10px;
	}	
}

.p-pageMapSpot {
	margin-top: 80px;
	margin-bottom: 80px;
}
.p-pageMapSpotWrap {
	
}
.p-pageMapSpot__item {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;	
}
.p-pageMapSpot__item + .p-pageMapSpot__item {
	margin-top: 60px;
}
.p-pageMapSpot__photoOuter {
	width: 300px;
}
.p-pageMapSpot__photoOuter + .p-pageMapSpot__txtOuter {
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.p-pageMapSpotTitle {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	padding: 0 0 0 50px;
}
.p-pageMapSpotTitle__icon {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	width: 36px;
	height: 36px;
	background: #8c97cb;
	margin: 0 auto;
	border-radius: 50%;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	position: absolute;
	top:50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);	
}
.p-pageMapSpotTitle__icon:before {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-top: 15px solid #8c97cb;
}
	
.p-pageMapSpot__txt {
	text-align: left;
	font-size: 16px;
	line-height: 1.75;
}

.p-pageMapSpot__note {
	border: #999 1px solid;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 1.4;
}
.p-pageMapSpot__noteTxt + .p-pageMapSpot__noteTxt {
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.p-pageMapSpot {
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.p-pageMapSpotWrap {

	}
	.p-pageMapSpot__item {
		display : block;	
	}
	.p-pageMapSpot__item + .p-pageMapSpot__item {
		margin-top: 50px;
	}
	.p-pageMapSpot__photoOuter {
		width: 100%;
		margin-bottom: 25px;
	}
	.p-pageMapSpot__photoOuter + .p-pageMapSpot__txtOuter {
		width: 100%;
		padding: 0 0 0 0px;
	}
	.p-pageMapSpotTitle {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 15px;
		padding: 0 0 0 40px;
	}
	.p-pageMapSpotTitle__icon {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.p-pageMapSpotTitle__icon:before {
		bottom: -16px;
		width: 6px;
		height: 6px;
		border: 6px solid transparent;
		border-top: 12px solid #8c97cb;
	}

	.p-pageMapSpot__txt {
		font-size: 14px;
		line-height: 1.75;
	}

	.p-pageMapSpot__note {
		margin-top: 15px;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 1.4;
	}
	.p-pageMapSpot__noteTxt + .p-pageMapSpot__noteTxt {
		margin-top: 5px;
	}	

}


.p-pageMapNavi {
	
}
.p-pageMapNaviWrap {
	
}
.p-pageMapNaviContainer {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-pageMapNaviContainer + .p-pageMapNaviContainer {
	margin-top: 40px;
}
.p-pageMapNaviContainer__commentWrap {
	width: 400px;
}
.p-pageMapNaviContainer__detail {
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding: 0 0 0 50px;
}
.p-pageMapNaviContainer__detail--url {
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
}
.p-pageMapNaviDetail {
	border: #8c97cb 1px solid;
}
.p-pageMapNaviDetail li {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	background: #BEC6ED;
}
.p-pageMapNaviDetail li + li {
	border-top: #8c97cb 1px solid;
}
.p-pageMapNaviDetail__goal {
	width: 80px;
	box-sizing: border-box;
	text-align: center;
	padding: 8px 10px;
	font-weight: bold;
}
.p-pageMapNaviDetailFrame {
	background: #FFF;
	padding: 8px 10px;
	width: calc(100% - 80px);
}
.p-pageMapNaviDetail__name ,
.p-pageMapNaviDetail__adress ,
.p-pageMapNaviDetail__tel {
}
.p-pageMapNaviDetail__name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
.p-pageMapNaviDetail__adress {
}
.p-pageMapNaviDetail__tel {
}
.p-pageMapNaviDetail + .p-pageMapNaviDetail {
	margin-top: 30px;
}
.p-pageMapNaviDetail.p-pageMapNaviDetail--goal {
	border: #FF7547 1px solid;
}
.p-pageMapNaviDetail.p-pageMapNaviDetail--goal li {
	background: #FDAB90;
}


.p-pageMapNaviCharaOuter {
	position: relative;
}
.p-pageMapNaviChara {
}
.p-pageMapNaviChara__comment {
	width: 220px;
	position: absolute;
	top: 0;
	left: 0;
	border: #8c97cb 2px solid;
	border-radius: 15px;
	background: #8c97cb;
}
.p-pageMapNaviChara__comment:before {
	position: absolute;
	bottom: 25px;
	right: -22px;
	margin: auto;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 15px solid #8c97cb;
}
.p-pageMapNaviChara__commentTxt {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	padding: 15px;
	color: #FFF;
}
.p-pageMapNaviChara__img {
	width: 300px;
	margin: 0 0 0 auto;
}
.p-pageMapNaviChara__img figure {
	height: 250px;
	overflow: hidden;
}

.p-pageMapNaviURL {
	border: #333 1px solid;
	border-radius: 20px;
}
.p-pageMapNaviURL__title {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding: 10px;
}
.p-pageMapNaviURL__txt {
	background: #FFF;
	border-radius: 0 0 20px 20px;	
	padding: 10px;
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
	.p-pageMapNavi {

	}
	.p-pageMapNaviWrap {

	}
	.p-pageMapNaviContainer {
		display : block;
	}
	.p-pageMapNaviContainer + .p-pageMapNaviContainer {
		margin-top: 40px;
	}
	.p-pageMapNaviContainer__commentWrap {
		width: 100%;
	}
	.p-pageMapNaviContainer__detail {
		width: 100%;
		padding: 0 0 0 0px;
	}
	.p-pageMapNaviContainer__detail--url {
	}
	.p-pageMapNaviDetail {
	}
	.p-pageMapNaviDetail li {
		font-size: 14px;
		line-height: 1.4;
	}
	.p-pageMapNaviDetail li + li {
	}
	.p-pageMapNaviDetail__goal {
		width: 80px;
		padding: 8px 10px;
	}
	.p-pageMapNaviDetailFrame {
		padding: 8px 10px;
		width: calc(100% - 80px);
	}
	.p-pageMapNaviDetail__name ,
	.p-pageMapNaviDetail__adress ,
	.p-pageMapNaviDetail__tel {
	}
	.p-pageMapNaviDetail__name {
		font-size: 16px;
		line-height: 1.4;
	}
	.p-pageMapNaviDetail__adress {
	}
	.p-pageMapNaviDetail__tel {
	}
	.p-pageMapNaviDetail + .p-pageMapNaviDetail {
		margin-top: 20px;
	}
	.p-pageMapNaviDetail.p-pageMapNaviDetail--goal {
	}
	.p-pageMapNaviDetail.p-pageMapNaviDetail--goal li {
	}


	.p-pageMapNaviCharaOuter {
	}
	.p-pageMapNaviChara {
	}
	.p-pageMapNaviChara__comment {
		width: calc(100% - 111px);
	}
	.p-pageMapNaviChara__comment:before {
		bottom: auto;
		top: 60px;
		right: -22px;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-left: 15px solid #8c97cb;
	}
	.p-pageMapNaviChara__commentTxt {
		font-size: 14px;
		line-height: 1.4;
		padding: 15px;
	}
	.p-pageMapNaviChara__img {
		width: 200px;
	}
	.p-pageMapNaviChara__img figure {
		height: 200px;
	}

	.p-pageMapNaviURL {
		border-radius: 10px;
	}
	.p-pageMapNaviURL__title {
		font-size: 16px;
		line-height: 1.4;
		padding: 10px;
	}
	.p-pageMapNaviURL__txt {
		background: #FFF;
		border-radius: 0 0 20px 20px;	
		padding: 10px;
		font-size: 16px;
		line-height: 1.4;
	}	

}





/* お問い合わせ
================================================================ */
.p-pageContact {
	padding: 80px 0;
}
.p-pageContactFrame {
	max-width: 800px;
	margin: 0 auto;
}
.p-pageContact__intro {
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
	margin-bottom: 50px;
}
.p-pageContactTable {
	box-sizing: border-box;
	width: 100%;
}
.p-pageContactTable th {
	border-bottom: #8c97cb 2px solid;
	padding: 28px 10px 20px 10px;
	text-align: left;
	box-sizing: border-box;
	width: 230px;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.4;
}
.p-pageContactTable th p {
	display: inline-block;
}
.p-pageContactTable th p span {
	font-size: 12px;
}
.p-pageContactTable th p.is-required {
	position: relative;
	padding-right: 60px;
}
.p-pageContactTable th p.is-required:before {
	content: '必須';
	position: absolute;
	top:1px;
	right: 0;
	font-size: 12px;
	line-height: 1;
	width: 50px;
	padding: 5px 0;
	background: #D81215;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
}
.p-pageContactTable tr:first-child th {
	border-top: #8c97cb 2px solid;
}

.p-pageContactTable td {
	border-bottom: #ccc 2px solid;
	vertical-align: top;
	padding: 20px 10px;
}
.p-pageContactTable tr:first-child td {
	border-top: #ccc 2px solid;
}
.p-pageContactTable td input {
	width: 100%;
	box-sizing: border-box;
	border: #333px solid 1px;
	padding: 10px 5px;
	height: 40px;
	font-size: 16px;
	line-height: 1;	
}
.p-pageContactTable td .error {
	font-size: 12px;
	line-height: 1;
	text-align: left;
	display: block;
	margin-top: 5px;
}
.p-pageContactTable textarea {
	width: 100%;
	box-sizing: border-box;
	border: #333px solid 1px;
	padding: 10px 5px;
	height: 200px;
	font-size: 16px;
	line-height: 1;	
}
.p-pageContactSubmit {
	margin: 70px auto 0 auto;
	max-width: 350px;
}
.p-pageContactSubmit input[type = submit] {
	-webkit-appearance:none;
	border: #000 1px solid;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	width: 100%;
	background: #000;
	color: #FFF;
	height: 60px;
	letter-spacing: 2px;
	cursor: pointer;
}
.mw_wp_form_confirm .p-pageContactTable td {
	padding: 27px 10px 25px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.75;
}


@media screen and (max-width: 640px) {
	.p-pageContact {
		padding: 40px 0;
	}
	.p-pageContactFrame {
	}
	.p-pageContact__intro {
		font-size: 14px;
		line-height: 1.75;
		margin-bottom: 30px;
	}
	.p-pageContactTable ,
	.p-pageContactTable tbody ,
	.p-pageContactTable tr ,
	.p-pageContactTable th ,
	.p-pageContactTable td {
		display: block;
	}
	.p-pageContactTable {
	}
	.p-pageContactTable th {
		border-bottom: none;
		padding: 15px 0 0 0;
		width: 100%;
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.p-pageContactTable th p {
	}
	.p-pageContactTable th p span {
		font-size: 12px;
	}
	.p-pageContactTable th p.is-required {
		position: relative;
		padding-right: 50px;
	}
	.p-pageContactTable th p.is-required:before {
		top:1px;
		right: 0;
		font-size: 11px;
		line-height: 1;
		width: 40px;
		padding: 5px 0 4px 0;
		border-radius: 5px;
	}
	.p-pageContactTable tr:first-child th {
		border-top: #8c97cb 2px solid;
	}

	.p-pageContactTable td {
		border-bottom: #ccc 2px solid;
		padding: 0 0 15px 0;
	}
	.p-pageContactTable tr:first-child td {
		border-top: none;
	}
	.p-pageContactTable td input {
		padding: 10px 5px;
		height: 40px;
		font-size: 14px;
		line-height: 1;	
	}

	.p-pageContactTable textarea {
		padding: 10px 5px;
		height: 200px;
		font-size: 14px;
		line-height: 1;	
	}
	.p-pageContactSubmit {
		margin: 40px auto 0 auto;
	}
	.p-pageContactSubmit input[type = submit] {
		height: 60px;
		letter-spacing: 2px;
	}	
	.mw_wp_form_confirm .p-pageContactTable td {
		padding: 0 0 15px 0;
		text-align: left;
		font-size: 14px;
		line-height: 1.75;
	}
}
.p-pageContactThanks__title {
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
}
.p-pageContactThanks__intro {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 640px) {
	.p-pageContactThanks__title {
		font-size: 22px;
		line-height: 1.4;
	}
	.p-pageContactThanks__intro {
		font-size: 14px;
		line-height: 1.75;
		margin-top: 25px;
	}
}


.p-pageGallery {
	padding: 80px 0 ;
}
.p-pageGallery__txt1 {
	font-size: 24px;
	line-height: 1.7;
	font-weight: bold;
}
.p-pageGallery__txt2 {
	font-size: 18px;
	line-height: 1.7;
	margin: 50px 0;
}
@media screen and (max-width: 640px) {
	.p-pageGallery {
		padding: 40px 0 ;
	}
	.p-pageGallery__txt1 {
		font-size: 16px;
		line-height: 1.7;
	}
	.p-pageGallery__txt2 {
		font-size: 14px;
		margin: 30px 0;
	}	
}

.p-pageComingSoon {
	font-size: 30px;
	line-height: 1;
	padding: 80px 0;
}
@media screen and (max-width: 640px) {
	.p-pageComingSoon {
		font-size: 20px;
		padding: 40px 0;
	}
}


.c-body .p-concept__txt1 {
	font-size: 24px;
	line-height: 1.75;
	text-align: center;
	font-weight: bold;
}
.c-body .p-concept__txt2 {
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
	font-weight: bold;
}
.c-body .p-concept__txt2 span {
	font-size: 36px;
	line-height: 1.75;
	font-weight: 900;
}
.c-body .p-concept__txt3 {
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

.p-conceptCon01 {
	background: url(../images/concept-back.jpg) no-repeat center center;
	background-size: cover;
	margin: 100px 0;
}
.p-conceptCon01 p {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	height: 400px;
-moz-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-ms-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-o-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	-webkit-text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px,#ffffff 1px -1px 0px, #ffffff -1px -1px 0px,#ffffff 1px 1px 1px, #ffffff -1px 1px 1px,#ffffff 1px -1px 1px, #ffffff -1px -1px 1px,#ffffff 1px 1px 2px, #ffffff -1px 1px 2px,#ffffff 1px -1px 2px, #ffffff -1px -1px 2px, #ffffff 0px 0px 1px,#ffffff 0px 0px 2px,#ffffff 0px 0px 3px,#ffffff 0px 0px 4px,#ffffff 0px 1px 3px,#ffffff 0px -1px 3px,#ffffff 1px 0px 4px,#ffffff -1px 0px 4px;
	font-size: 40px;
	font-weight: bold;
}


@media screen and (max-width: 640px) {
	.c-body .p-concept__txt1 {
		font-size: 18px;
		line-height: 1.75;
		margin: 2em 0;
	}
	.c-body .p-concept__txt2 {
		font-size: 16px;
		line-height: 1.75;
		margin: 2em 0;
	}
	.c-body .p-concept__txt2 span {
		font-size: 24px;
		line-height: 1.75;
		font-weight: 900;
		display: block;
	}
	.c-body .p-concept__txt3 {
		font-size: 14px;
		line-height: 2;
		text-align: center;
		margin: 2em 0;
	}

	.p-conceptCon01 {
		background: url(../images/concept-back.jpg) no-repeat center center;
		background-size: cover;
		margin: 50px 0;
	}
	.p-conceptCon01 p {
		height: 200px;
		font-size: 24px;
		line-height: 1.7;
		font-weight: bold;
	}	
}



.p-signageBttomArea {
		display: none;
}
@media screen and (min-width: 1440px) {
	.p-signageMode .p-topSectionFrame {
		padding-bottom: 200px;
	}
	.p-signageMode + .c-reTop {
		display: none !important;
	}
	.p-signageBttomArea {
		position: fixed;
		bottom:0px;
		right:90px;
		z-index: 1000;
		display: block;
	}
	.p-signageBttomAreaInner {
			display : -webkit-box;
			display : -webkit-flex;
			display : -ms-flexbox;
			display : flex;
		padding: 20px 20px 10px 20px;
		border-radius: 10px 10px 0 0;
		background: rgba(0,0,0,0.5);
	}
	.p-signageBttomArea__item {
		width: 150px;
    height: 200px;
	}
	.p-signageBttomArea__item +	.p-signageBttomArea__item {
		margin-left: 20px;
	}
	.p-signageBttomArea__item a {
		width: 150px;
		height: 150px;
		display: block;
	}
	.p-signageBttomArea__item a figure {
/*		overflow: hidden; */
		width: 150px;
		height: 150px;
		position: relative;
	}
	.p-signageBttomArea__item a img {
		position: absolute;
		top: 0;
		right: 0;
		width: 200px;
		max-width: none;
	}
	.p-signageBttomArea__item a span {
		background: url(../images/hcgchan.png) no-repeat right top;
		background-size: 220px auto;
		display: block;
		width: 150px;
		height: 290px;
		position: absolute;
		right: 0;
		top: -80px;
    z-index: 10;
	}
	.p-signageBttomArea__item p {
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		margin-top: 5px;
		color: #FFF;
    position: relative;
    z-index: 20;
	}
	.p-signageBttomArea__item--retop p {
		margin-top: 18px;
    color: #000;
	}
}

.p-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11000;
}
.p-screen:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #000;
}
.p-screen-video {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 10;
}









.in_fade {
/*	transition: all 0.5s ease-out;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0); */
}
.in_fade.is-move {
/*	-webkit-transform: scale(1, 1);
	transform: scale(1, 1); */
}
.in_fade2 {
/*	transition: all 0.8s ease-out;
	transition-delay:0.5s;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);	*/
}
.in_fade2.is-move {
/*	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);	 */
}


.u-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;	
}
.u-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.u-movie {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
}
 
.u-movie iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}


.u-backLine--grey {
	background: url(../images/back-03.png);
}
.u-backLine--blue {
	background: #BCCCFF;
}