@charset "UTF-8";
.redTXT{
	color: #FF0004;
}
/* ボタンひとつ */
body .wrap header .btnArea {
  width: 144px;
}


/* smp --------------------------------------- */
#top{
}



/* インフォ　ギャラリーMAPのポップアップ　ここから */
#popupMAP{
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	display: none;
}

.popupMAP-open {
	cursor: pointer;
	margin-left: -6px;
}
.popupMAP-open img {
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.popupMAP-open img:hover {
	opacity: .6;
}

.popupMAP-overlay {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

#popupMAP:checked ~ .popupMAP-overlay{
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	display: block;
	z-index: 99999;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}
.popupMAP-window {
	width: 90vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: default;
}
.popupMAP-text {
	height: 80vh;
	margin: 0;
	padding: 20px 0 0;
	background-color: #ffffff;
	overflow: auto;
}
.popupMAP-text h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 auto 10px;
}
.popMAPImg{
	margin: 0 20px;
}
.mapFoot{
	color: #FFF;
	background: #5D5B58;
	margin-top: 10px;
	padding: 20px;
}
.mapFootCap{
	text-align: left;
	font-size: 10px;
}
.mapFoottel{
	width: 200px;
}
.mapFootBtn{
	text-align: center;
	width: 200px;
	font-size: 10px;
	margin: 10px 0;
	padding: 0;
}
.mapFootBtn a{
	display: block;
	color: #FFF;
	border: #FFF 1px solid;
}
.mapFootcopyright{
	font-size: 10px;
	font-style: normal;
	padding: 4% 0;
	display: flex;
	justify-content: center;
}
.mapFootcopyright img{
	width: 60px;
	margin-right: 5px;
}
.popupMAP-close {
	cursor: pointer;
	position: absolute;
	top: -40px;
	right: 0;
}
#top .mapArea .map_meet{
	width: 90%;
	padding: 0;
	margin: 40px auto;
	background-color: #E7E5E3;
}
#top .mapArea .map_gallery{
	width: 90%;
 	 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 40px auto;
	box-sizing: border-box;
	background-color: #E7E5E3;
}
#top .mapArea .map_gallery .mapBox{
	width: 100%;
	margin: 0;
}
#top .mapArea .map_gallery .txtBox{
	width: 100%;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
}
#top .mapArea .map_gallery .txtBox .ttlTxt{
	text-align: center;
	font-size: 14px;
	font-size: 0.93333rem;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #000;
}
#top .mapArea .map_gallery .txtBox .cap{
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #000;
}
#top .mapArea .map_gallery .txtBox .mapPhone{
	text-align: center;
	width: 80%;
	margin: 10px auto;
}
/* インフォ　ギャラリーMAPのポップアップ　ここまで */


#top .wrap .content section#position .locBox02 .locRight {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .wrap .content section#position .locBox02 .locRight li {
  width: 36%;
}
#top .wrap .content section#position .locBox02 .locRight li:nth-child(2) {
  width: 62%;
}
#top .wrap .content section#position .locBox02 .locRight li:nth-child(2) .mb {
  margin-bottom: 6px;
}




/* PC --------------------------------------- */
@media only screen and (min-width: 961px) {

/* ボタンひとつ */
  body .wrap header .btnArea {
    width: 325px;
  }
  
  #top{
  }

#top .mapArea .map_meet{
	width: 1200px;
}
#top .mapArea .map_gallery{
	width: 1200px;
}
#top .mapArea .map_gallery .mapBox{
	width: 60%;
	align-self: center;
}
#top .mapArea .map_gallery .txtBox{
	width: 40%;
	align-self: center;
}
#top .mapArea .map_gallery .txtBox .mapPhone{
	width: 240px;
}

  #top .wrap .content section#position .locBox02 .inner .locRight {
    width: 52%;
    margin: 0;
  }
  #top .wrap .content section#position .locBox02 .inner .locRight li:nth-child(2) .imgBox {
    margin-bottom: 0;
  }
  #top .wrap .content section#position .locBox02 .inner .locRight li:nth-child(2) .mb {
    margin-bottom: 11px;
  }
  #top .wrap .content section#position .locBox02 .inner .locTxt {
    width: 44%;
  }
  #outline{
  }

  #plan{
  }
}

/* tablet --------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 960px) {
  #top{
  }

  #outline{
  }

  #plan{
  }
}

/* tablet(landscape) --------------------------------------- */
@media screen and (min-width:961px) and ( max-width:1024px) {
  #top{
  }

  #outline{
  }

  #plan{
  }
}