@charset "utf-8";
body{
	max-height: 100%;
      background-color: #FFF;
      background-image: url("../images/common/back.png");
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
}
/*===============================================
	■header
===============================================*/

header {
	margin:60px 0 80px;
	text-align: center;
}
header h1 {
	max-width: 400px;
	margin:0 auto;
}

@media screen and (max-width:900px){
header {
	margin:40px 50px 60px;
	text-align: center;
}
}


/*===============================================
	■contents
===============================================*/
#container {
	max-width: 960px;
	margin:0 auto 0;
}
#container #comment {
	max-width: 900px;
	margin: 0 auto 80px;
	font-size: 1.1em;
}
#container #comment h3 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 120%;
}
#container #comment p {
	margin: 0 0 20px;
	line-height: 1.6em;
}
@media screen and (max-width:900px){
#container {
	margin: 0 5%;
}
#container #comment {
	max-width: 900px;
	margin: 0 auto 80px;
	font-size:0.9em;
}
}
/* schedule------------------ */
#schedule {
	max-width: 860px;
	margin: 0 auto 60px;
}
#schedule h2 {
	overflow: hidden;
	margin:0 0 20px;
	padding: 0 0 3px;
	text-align: center;
	font-size:1.6em;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#schedule .schedule-box {
	margin: 0 auto 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
#schedule .schedule-box > div {
	width:45%;
	margin:0 0 20px;
	padding:15px 2%;
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 15px;
}
#schedule h3 {
	padding:5px 0;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#schedule .l-group h3 {
	background-color: #009944;
}
#schedule .l-group2 h3 {
	background-color: #A2CB39;
}
#schedule .l-fudosan h3 {
	background-color: #D9000F;
}
#schedule .l-taxi h3 {
	background-color: #0068B7;
}
#schedule .l-taxi2 h3 {
	background-color: #00B8EA;
}
#schedule .l-hotel h3 {
	background-color: #d6c500;
}

#schedule div.osusume {
	margin: 0 0 10px;
	position: relative;
	background-color: #FFCACB;
	padding:10px 15px 10px 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: left;
	background-color: #FFF;
}

#schedule div.osusume::before {
	position: absolute;
	width:30px;
	content: url("../images/common/denki.svg");
	top:50%;
	left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#schedule div.osusume h4 {
	display: inline-block;
	margin-bottom: 5px;
	padding:1px 8px;
	font-weight: bold;
	font-size:0.8rem;
	color:#FFF;
	background-color: #eb5e00;
	border-radius: 30px;
}
#schedule div.osusume p {
	padding:0;
	line-height: 1.6;
	letter-spacing:inherit;
}

#schedule p {
	padding:0 5px;
	color:#000;
	text-align: left;
	line-height: 1.8;
	letter-spacing:1px;
}
#schedule .schedule-box div a {
	position: relative;
	display: block;
	width:50%;
	margin: 25px auto 20px;
	padding: 10px 0;
	background-color: #373737;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
}
#schedule .schedule-box div a:after {
	position: absolute;
top: 50%;
right: 5px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-size: 25px;
  content: '\eaaa';
  font-family: 'Material Icons';
}
/*.endS img {
	  filter: brightness(60%);
}*/
@media screen and (max-width:900px){
#schedule {
	margin: 0 auto 50px;
}

#schedule h2 {
	overflow: hidden;
	font-size:1.4em;
}

#schedule h3 {
/*	font-size:0.8em;*/
}
#schedule .schedule-box > div {
	width:100%;
	padding:10px 2%;
}
#schedule p {
	font-size:0.8em;
}
#schedule .schedule-box div a {
	width:70%;
}
}
/*===============================================
	■outline
===============================================*/
#outline {
	max-width: 860px;
	margin: 0 auto 60px;
	
}
#outline h2{
	
	border-bottom: 1px solid #000000;
	text-align: center;
	font-size:1.6em;
	font-weight: bold;
}
#outline tr{
	
}

#outline th{
	width: 160px;
	padding: 20px 0 0 ;
	vertical-align: top;
	font-weight: bold;
}

#outline td{
	padding: 20px 0 0;
	
	
}

@media screen and (max-width:900px){
#outline tr{
	font-size:0.85em;
}
	#outline th{
		width: 80px;
	}
}
/*===============================================
	■entry
===============================================*/
#flow {
	max-width: 860px;
	margin: 100px auto ;
	
}
#flow h2 {
	margin: 0 0 40px;
	text-align: center;
	border-bottom: 1px solid #000000;
    font-size:1.6em;
	font-weight: bold;
	
	
}
#flow .flow-box{
	display: flex;
	flex:row wrap;
	margin: 0 0 40px;
    border-bottom: 2px dotted #000000;
}

#flow .flow-box-txt1{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 19px;
}


/*before*/

#flow .flow-box::before{
	
	margin:0 20px 0 5px;
	padding: 5px 10px;
	height: 20px;
	background-color: #00449b;
	color: #FFFFFF;
	

}

#flow .flow-box:nth-child(2)::before{
	content: "1";
}
#flow .flow-box:nth-child(3)::before{
	content: "2";
}
#flow .flow-box:nth-child(4)::before{
	content: "3";
}
#flow .flow-box:nth-child(5)::before{
	content: "4";
}
#flow .flow-box:nth-child(6)::before{
	content: "5";
}


#flow .flow-box-txt2 {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 1.6;
}
#flow .line {
	margin: 0 0 15px;
	line-height: 1.6;
	border: 1px solid #CCC;
}
#flow .line dt {
	padding:10px 15px;
	font-size: 16px;
	background-color: #F5F5F5;
}
#flow .line dt i {
	margin-right: 3px;
	color:#3aae36;
	font-size:24px;
}
#flow .line dd {
	padding:10px 15px;
	font-size:20px;
}
#flow .line dd span {
	font-size:12px;
}

#flow .flow-box span.under{
	text-decoration: underline;
}

#flow .flow-box span.color{
	color: #e4007f;
}


/*#flow .flow-box-txt {
	margin:0 20px 0 0;
	padding: 5px 10px;
	height: 20px;
	background-color: #2830BC;
	color: #FFFFFF;
}*/

/*#flow .flow-box-txt1 {
	vertical-align: top;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 19px;
}*/
@media screen and (max-width:900px){
#flow .flow-box::before{
	
	margin:0 18px 0 5px;
	padding: 3px 8px;
	height: 18px;
	

}
#flow .flow-box-txt1{
	font-size: 17px;
}
#flow .line dt {
	font-size: 14px;
}
#flow .line dt i {
	font-size:20px;
}	
}


/*===============================================
	■banner
===============================================*/
#banner {
	max-width: 860px;
	margin: 0 auto 35px;
}
#banner ul {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
#banner ul li {
	width:32%;
}

/*===============================================
	■footer
===============================================*/
p#pageTop {
	position: fixed;
    bottom: 15px;
    right:15px;
	width:40px;
}
 p#pageTop img {
	display:inline;
}

@media screen and (max-width:900px){
p#pageTop {
    right:10px;
}
}

footer {
margin:30px 20px 20px;
text-align: center;
}

/* contact------------------ */
#contact {
	margin:0 0 40px;
}
#contact h3 {
	margin:0 0 30px;
	font-size:1.6em;
}
#contact p {
	margin:0 0 15px;
	line-height: 1.6em;
}
#contact img.tel {
	width:300px;
	margin: 0 0 0 10px;
	vertical-align:middle;
}



address {
	max-width:300px;
	margin:0 auto 30px;
}

@media screen and (max-width:900px){
footer {
margin:30px 20px 100px;
}

#contact p {
	font-size: 0.9em;
}
#contact img.tel {
	display: block;
	width:400px;
	margin: 10px auto 20px;
	vertical-align:middle;
}
	}