@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	text-align: center;
    margin: 0 auto;
    padding: 0 auto;
    color: #000000;
	max-width: 900px;
}
a {color: #b7a077; }
a:visited {color: #a8a8a8;}
a:hover {
	color: #988564;
	font-weight: bold;
	text-decoration: none;
}
a:hover img {
    opacity: 0.7;
    text-align: center;
}
h1, h2, h3, h4, h5, h6, h7{
    margin-top: 50px;
    text-align: left;
	font-size: 20px;
}

h1{text-align: center}


img { 
	vertical-align: bottom;
	text-align: center;
	margin-left: 20px;
}


#title {
	text-align: center;
	margin: 0 auto;
}


#global_navi {
	font-size: 90%;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 6%;
	margin-right: 6%;
	list-style: none;
	display:block
}



#global_navi li {
	width: 180px;
	text-align: center;
	background-color: #DCDCDC;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style: none;
	display: inline-block;
}

#global_navi li a {
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

#global_navi li a:hover {
	color: #8c7a5b;
}

#wrapper {
	width: 95%;
	margin: 0px auto;
	overflow: hidden;
	max-resolution: 50px;
}
#footer_nav {
	font-size: 80%;
}

address{
font-style:normal;
}

.about_us {line-height: 175%}

.slt_lead1 {
	margin-bottom: 50px;
}
/* ここからabout_service */

.about_service_title_lead {
	margin-bottom: 50px;
}

.about_service_main {
	text-align: left;
	list-style: none;
	margin-top: 50px;
}
/* ここまでabout_service */


/* ここからabout_contents */
.about_contents_main_contents {
	text-align: left;
	list-style: none;
	margin-top: 50px;
}

.about_contents_main_contents1_title, .about_contents_main_contents2_title, .about_contents_main_contents3_title, .about_contents_main_contents4_title{
	font-size: 19px;
}

/* ここまでabout_contents */

/* ここからflow */

.flow_main_contents {
	text-align: left;
	list-style: none;
	margin-top: 50px;
}

.flow_contents1_title, .flow_main_contents2_title, .flow_main_contents3_title, .flow_main_contents4_title{
	font-size: 19px;
}

.flow_li {
	list-style: none;
}

/* ここまでflow */

.update{float: right}

#schedule01 {
	text-align: center;
    margin-top: 20px;
    padding-top: 50px;
    color: #000000;
	width: 900px;
}

.schedule02 {
	margin: 50px 50px 150px 50px;
	font-size: 15px;
}

#footer_nav {
	list-style: none;
	overflow: hidden;
}

#footer_nav li {
	width: 180px;
	text-align: center;
	background-color: #fffafa;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 0px;
	margin-bottom: 2px;
	list-style: none;
}

#footer_nav li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 1px;
}

p.question {
        cursor: pointer;
		text-align: left;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;
}

.ut_lead1 {
	text-align: left; 
}

#ut1, #ut2, #ut3 {
	margin-bottom: 5%;
	list-style: none
}

#ut1 ul li {list-style: none}
#ut2 ul li {list-style: none}
#ut3 ul li {list-style: none}

@media screen and (min-width: 768px) {
  .sp_br{
    display: none;
  }
}

@media screen and (max-width : 767px){
  /* 基本要素 */
  img {
    max-width: 100%;
  }
  /* Layout */

	
	header,
  #sidebar,
  #wrapper{
    width: 100%;
	font-size: 90%;
  }  
	
	#global_navi{
		display: block;
		float: left;
		margin-left: 10%;
		margin-right: 6%;
		font-size: 1%;
	}
	
	#global_navi li {
		font-size: 5%;
		    width: 40%;
		display: inline-block;
	}
	.about_contents_main_contents1_title{
		font-size: 17.5px;
	}
	.about_contents_main_contents2_title{
		font-size: 17.5px;
	}
	.about_contents_main_contents3_title{
		font-size: 17.5px;
	}
	.about_contents_main_contents4_title{
		font-size: 17.5px;
	}

	h1 {
	font-size: 120%;
	}
	
  /* ヘッダー */
  header h1 {
    float: none;
    text-align: center;
  }
  header h1 img {
    width: 50%;
  }
  header #header_contact {
    display: none;
  }
  /* ナビゲーション */
  #global_navi ul li {
    width: 50%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box;
  }
  #global_navi ul li a {
    margin: 0;
  }

  /* メイン部分 */
  #main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #main figure {
    text-align: center;
  }
  /* トップページパーツ */
  #main_visual {
    width: 100%;
    height: auto;
  }
  #point figure {
    float: none;
    margin: 0 0 11px 0;
  }
  /* サイドバー */
  #side_banner ul li {
    text-align: center;
    margin: 11px auto;
  }
  #side_contact address img {
    width: 14px;
    height: 20px;
  }
}

@media screen and (max-width : 374px){
	#global_navi{
		display: block;
		float: left;
		margin-left: 10%;
		margin-right: 6%;
		font-size: 0.1%;
	}
	
	#global_navi li {
		font-size: 0.1%;
		display: inline-block;
	}

  #global_navi ul li {
    width: 50%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box;
  }
  #global_navi ul li a {
    margin: 0;
  }
}

iframe[src^="https://docs.google.com/forms/d/e"]{
  width:100%;
  height: 1850px;
}

#footer_nav li {
	width: 90px;
	text-align: center;
	background-color: #f5f5f5;
	float: left;
	height: 30px;
	line-height: 15px;
	margin-left: 0px;
	margin-bottom: 2px;
	list-style: none;
	font-size: 3%;
}

#footer_nav li a {
	text-decoration: none;
	color: #333;
	font-size: 3%;
}
