@charset "utf-8";

#category {
	clear: both;
}

#category span {
	display: none
}

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

#category img {
	width: 100%;
	height: auto;
}

}

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

#category img {
	display: none;
}
#category {
	width: calc(100% - 10px);
	height: 85px;
	margin: 10px auto 15px;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
	border-radius: 3px;
	border: 2px solid #FFF;
	background: #205DAE
}
#category span {
		display: block;
	padding: 12px 10px 0 10px;
	color: #FFF;
	font-size: 140%;
}
#category span em {
		display: block;
	padding: 0 0 0 5px;
	color: #FFF;
	font-size: 60%;
}
}




/********************************************************

	sp01  /space/index.html

********************************************************/
#sp01 .link {
	background: url(../img/arrow_01.gif) no-repeat left 3px;
	padding-left: 18px;
	margin-top: 10px;
}

#sp01 .space {
	/*background: url(../space/img/sp01_space_bg_02.gif) no-repeat left bottom;*/
	width: 650px;
	margin: 20px auto 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sp01 #spaceTop {
	margin-top: 30px;
}

/*#sp01 #spaceOne {
	width: 305px;
}*/

#sp01 .spaceBox {
	/*background: url(../space/img/sp01_space_bg_01.gif) no-repeat left top;*/
	
	background: linear-gradient(180deg, #FFF, #F0F5FB);
	border: 1px solid #BDD9FE;
	border-radius: 6px;
	width: 279px;
	padding: 13px;
	margin: 0;
}

@media screen and (max-width:910px) {
#sp01 .space {
	width: 650px;
	margin: 20px auto 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#sp01 .spaceBox {
	/*background: url(../space/img/sp01_space_bg_01.gif) no-repeat left top;*/
	
	background: linear-gradient(180deg, #FFF, #F0F5FB);
	border: 1px solid #BDD9FE;
	border-radius: 6px;
	width: calc(48% - 26px);
	padding: 13px;
	margin: 0;
}
}

#sp01 .spaceBox.spaceBoxL {
	/*background: url(../space/img/sp01_space_bg_01.gif) no-repeat left top;*/
	
	background: linear-gradient(180deg, #FFF, #F0F5FB);
	border: 1px solid #BDD9FE;
	border-radius: 6px;
	width: 603px;
	padding: 13px;
	margin: 0;
}

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


#sp01 .spaceBox.spaceBoxL {
	/*background: url(../space/img/sp01_space_bg_01.gif) no-repeat left top;*/
	
	background: linear-gradient(180deg, #FFF, #F0F5FB);
	border: 1px solid #BDD9FE;
	border-radius: 6px;
	width: calc(100% - 0px);
	padding: 13px;
	margin: 0;
}
}


#sp01 .spaceBox.spaceBoxL .inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#sp01 .spaceBox.spaceBoxL .left-area {
	margin-right: 25px;
}



#sp01 .spaceBox p {
	margin-top: 10px;
}

#sp01 .spaceBox.spaceBoxL p {
	margin-top: 20px;

}
#sp01 .img {
	margin-top: 15px;
	 position: relative;


}

#sp02 .img {

	 position: relative;


}
#sp01 .img::after,#sp02 .img::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
}

#sp01 .spaceBox.spaceBoxL p img {
	border-radius: 6px;
	z-index: 100
}




@media screen and (max-width:600px) {
#sp01 .space {
	width: 100%;
	margin: 0px auto 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#sp01 .spaceBox {
	/*background: url(../space/img/sp01_space_bg_01.gif) no-repeat left top;*/
	
	background: linear-gradient(180deg, #FFF, #F0F5FB);
	border: 1px solid #BDD9FE;
	border-radius: 6px;
	width: calc(100% - 26px);
	padding: 13px;
	margin: 0 0 15px;
}
	
#sp01 .spaceBox p img {
	width: 100%;
	height: auto;
}
}

#sp01 .spaceBox dt {
	float: left;
	margin-right: 5px;
	width: 27px;
	text-indent: -9999px;
}

#sp01 .spaceBox dd {
	float: left;
	margin-right: 10px;
}

#sp01 .spaceBox dt.tel {
	background: url(../space/img/sp01_icon_tel.gif) no-repeat left center;	
}

#sp01 .spaceBox dt.fax {
	background: url(../space/img/sp01_icon_fax.gif) no-repeat left center;	
}

#sp01 h3 {
	margin-top: 50px;
	clear: both;
}


/********************************************************

	sp02  /space/

********************************************************/
#sp02 #lead {
	margin-top: 20px;
	margin-bottom: 20px;
}

#sp02 #leadTxt {
	float: right;
	width: 400px;
}

#sp02 #leadTxt span {
	color: #2262b1;
	font-weight: bold;
	display: block;
	padding-top: .5em
}

#sp02 h2 {
	clear: both;
	margin-top: 50px;
}

#sp02 h2 img { 
	width: 100%;
	height: auto
}

#sp02 #price {
	margin-top: 20px;
	background: url(../img/dot_gray.gif) repeat-x left top;
	padding-top: 1px;
}

#sp02 #price table {
	width: 100%;	
}

#sp02 #price th {
	background: url(../img/dot_gray.gif) repeat-x left bottom #f5f8fd;
	padding: 10px 12px;
	width: 80%;
}

#sp02 #price td {
	background: url(../img/dot_gray.gif) repeat-x left bottom;
	padding: 10px;
	text-align: center;
}

#sp02 #price dt {
	font-size: 107%;
	font-weight: bold;
	color: #2262b1;
}

#sp02 #price dd {
	font-size: 85%;
}

#sp02 #price p {
	color: #2262b1;
	margin-top:10px;
	text-indent: -1em;
	margin-left: 1em;
}

#sp02 #map {
	margin-top: 20px;
}

#sp02 dl#info {
	margin-top: 15px;
}

#sp02 dl#info dt {
	font-size: 107%;
	font-weight: bold;
	color: #2262b1;
}

#sp02 ul#access {
	background: url(../img/dot_gray.gif) repeat-x left top;
	margin-top: 10px;
	padding-top: 10px;
}

#sp02 p#resTxt {
	margin-top: 20px;
}

#sp02 p#resBtn {
	margin-top: 20px;
	text-align: center;
}

#sp02 p#flowTxt {
	margin-top: 20px;
}

#sp02 #flow {
	background: url(../space/img/sp01_flow_bg2.gif) repeat-y;
	padding: 0;
	margin-top: 15px;
}

#sp02 #flow div {
	background: url(../space/img/sp01_flow_bg_01.jpg) no-repeat left top;
	min-height:124px;
	height: auto !important;
	padding: 0 180px 0 70px;
	margin-top: 20px;
	
}

#sp02 #flow #flow01 {
	background: url(../space/img/sp01_flow_bg_01.jpg) no-repeat left top;
	margin-top: 0;
}

#sp02 #flow #flow02 {
	background: url(../space/img/sp01_flow_bg_02.jpg) no-repeat left top;
}

#sp02 #flow #flow03 {

	padding-bottom: 40px;
	background-image: url(../space/img/sp01_flow_bg3.gif),url(../space/img/sp01_flow_bg_03.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,left top;

}

#sp02 #flow h3 {
	padding: 18px 0;
}

#sp02 p#scheTxt {
	margin-top: 20px;
}

#sp02 ul.scheLink li {
	background: url(../img/arrow_01.gif) no-repeat left 3px;
	padding-left: 18px;
	margin-top: 5px;
}
@media screen and (max-width:910px) {
#sp02 #leadTxt {
	float: none;
	width: auto;
}	

#sp02 #lead p { 
	margin: 0 20px 10px 0;
}
	


	
#sp02 #flow {
background: url(../space/img/sp01_flow_bg2.gif) repeat-y;
	width: 100%;
	background-size: contain
}
	




	#sp02 #flow div {
	
	min-height:auto;
	height: auto !important;
	height: auto;
	padding: 0;
	margin-top: 0px;
}
	
	#sp02 #flow p {
	
	padding: 18px 30% 0 12%;
	
}
	
#sp02 #flow #flow01 {
	background: url(../space/img/sp01_flow_bg_01.jpg) no-repeat left top;
	margin-top: 0;
	padding-bottom: 5%;
	width: 100%;
	height: 0;
	background-size: contain
}

#sp02 #flow #flow02 {
	background: url(../space/img/sp01_flow_bg_02.jpg) no-repeat left top;
		margin-top: 0;
	padding-bottom: 5%;
	width: 100%;
	height: 0;
	background-size: contain
}

#sp02 #flow #flow03 {
	width: 100%;
	padding-bottom: 40px;
	background-image: url(../space/img/sp01_flow_bg3.gif),url(../space/img/sp01_flow_bg_03.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,left top;
	background-size: contain
}
	
#sp02 #flow h3 {
	padding: 3% 0 18px 12%;
}
	
#sp02 iframe {
	width: 100%;
	
}
}

@media screen and (max-width:600px) {
	#sp02 #lead p img { 
	max-width: 150px;
		height: auto
}
	
	#sp02 #flow h3 {
	padding: 5px 0 10px 12%;
}
	#sp02 #flow p {
	
	padding: 3% 30% 0 12%;
	
}
}

#sp02 #note {
	background: #D9E4F5;
		margin: 30px auto;
	padding: 20px;
	width: calc(100% - 40px);
	font-size: 1.2em
	
}

#sp02 .sns {
	
		margin: 30px auto;
	padding: 20px;
	text-align: center;
	font-size: 1.5em;
	color: #666666;
	font-weight: bold;
	
}


#sp02 .sns dd img {
	margin: 10px 10px 10px;
}


.flex-sb {
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	.flex-sb {
	margin: 10px auto 30px;

	flex-wrap: wrap;
	justify-content: center;
}
.flex-sb img {
	width: 100%;
	height: auto
}
}

#modal {
	margin: 30px auto;
	text-align: center;
	font-size: 1.2em
}

#modal a:hover {
	text-decoration: none
}

#sp02 .btn-menu i {
	margin: 0 -1em 0 1em;
}

#sp02 .btn-menu a {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: #FF8100;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.1em
}

@media screen and (max-width:910px) {
#sp02 .btn-menu a {
	width: 75%;
	height: 45px;
	line-height: 45px;
	background: #FF8100;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.1em
}
}

#sp02 .btn-menu a:link {
	color: #FFF;
	text-decoration: none;
	transition: .3s
}

#sp02 .btn-menu a:visited {
	color: #FFF;
	text-decoration: none;
}

#sp02 .btn-menu a:hover {
	color: #FFF;
	text-decoration: none;
	background: #1F5DAE;
}






.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 800px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
@media screen and (max-width:767px) {
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 96%;
  max-width: 800px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}