@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
@import url (https://fonts.googleapis.com/css?family=Open+Sans);
html {
	font-size: 85%
}
body {
    font-family:
        Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;  
      color: #555;	
      background-color: #f5f5f5;
    line-height: 130%
}

/* --------------------------------
 * parts
 * -------------------------------- */
.hidden {
  display: none;
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
  width: 100%;
  padding: 5px 0 5px;
  background-color: #fff2cc;
}

.name {
  margin-left: 15px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
}
/* --------------------------------
 * wrapper
 * -------------------------------- */
.wrapper {
  display: block;
  width: 93%;
  line-height: 100%;
  margin: 30px auto 40px;
}

h1,
.h1 {
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

h2, h3, h4,
.h2, .h3, .h4 {
	text-decoration:underline;
	line-height: 120%;
}

/* --------------------------------
 * hello
 * -------------------------------- */
.hello {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  background-color: #fff2cc;
  box-sizing: border-box; 
}

.hello .nameplate {
	float: left;
	width: 50%;
	height: 100%;
}

.hello .hello-letter {
  float: left;
  margin-left: 20px;
  width: 47%;
  height: 100%;
  font-size: 35px;
  padding: 20px 0;

}

.clear {
	clear: both;
}

/* --------------------------------
 * news 
 * -------------------------------- */
.news {
  margin: 30px auto 30px;
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 18px;
  background-color: #f8cecc;
}

.news-yellow {
  margin: 30px auto 30px;
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 18px;
  font-size: 16px;
  background-color: #fff2cc;
}

.news .news-header {
	font-size: 18px;
}

.news .news-letter {
	margin-top: 10px;
	font-size: 14px;
}

.news .news-main {
	margin-top: 5px;
	font-size: 15px;
}

.news .news-map {
	display: block;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news .news-googlemap {
	float: left;
}



/* --------------------------------
 * info
 * -------------------------------- */
.info {
  margin: 30px auto 30px;
  display: block;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 15px 20px 15px;
  background-color: #fff2cc;
}

.info .info-top {
	font-size: 20px;
}

.info .information {
	font-size: 14px;
    padding: 10px 0 10px;
}

/* --------------------------------
 * welcome
 * -------------------------------- */
.welcome {
  margin: 30px auto 30px;
  display: block;
  width: 80%;
  padding: 15px 20px 15px;
  background-color: #f8cecc;
  font-size: 14px;
}

/* --------------------------------
 * selfcare
 * -------------------------------- */
.selfcare {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 100px;
  font-size: 10px;
  color: #000
  }

/* --------------------------------
 * meetingschedule
 * -------------------------------- */
.meetingschedule {
  margin: 30px auto 30px;
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px 15px;
  background-color: #fff2cc;
  font-size: 14px;
}

.meetingschedule .meeing-header {
	font-size: 22px;
} 

.meetingschedule .meeting-sche {
	font-size: 22px;
}


/* --------------------------------
 * note
 * -------------------------------- */
.note {
  margin: 30px auto 30px;
  display: block;
  width: 80%;
  padding: 15px 20px 15px;
  color: #000;
  background-color: #f8cecc;
}

.note .note-top {
	font-size: 18px;
}

.note .note-main {
	font-size: 16px;
}

/* --------------------------------
 * access
 * -------------------------------- */
.access {
  margin: 30px auto 30px;
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px 15px;
  background-color: #fff2cc;
}

.access .access-header {
	font-size: 20px;
}

.access .map-letter {
	margin-top: 10px;
	font-size: 14px;
}

.access .maps {
	display: block;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.access .maps .map1 {
	float: left;
	width: 40%;
	height: 80%;
}

.access .maps .map2 {
	float: right;
	width: 45%;
	height: 100%;
}

.access .googlemap {
	float: left;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  width: 100%;
  padding: 10px 0 20px;
  background-color: #fff2cc;
}

.copyright {
  margin-top: 15px;
  text-align: center;
  letter-spacing: 1px;
}
