@charset "utf-8";
/* CSS Document */
/******** 基本設定 ********/
.html {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
}

html, body, p, h1, h2, h4, div, dl ,dt, dd, table {
	margin: 0;
	padding: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

* {
  word-break: break-all;
}
/* font-size, font-weight デフォルト*/
.textl {
  font-size: 30px;
  font-weight: bold;
}

.textm {
  font-size: 15px;
}

.texts {
  font-size: 12px;
}

.textss {
  font-size:  10px;
}

body {
  background: #F6F6F6;
  font-size: 13px;
}

.top-line {
  width: 100%;
  height: 10px;
  background-color: #6CC6C4;
}

.brsp {
  display: none;
}

#hm-icon {
  display: none;
}
/******** header ********/
#header-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.header-left {
  float: left;
  padding: 10px;
}

.header-left h1 {
  font-size: 45px;
  padding: 5px;
}

.header-right {
  float: right;
  padding: 10px;
}

.sub-title {
  text-align: center;
}

.tel {
  font-size: 20px;
}

.time {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
  margin-top: 5px;
}

.rest {
  color: rgb(255, 100, 100);
}

.cf {
  clear: both;
}

/******** nav ********/
#nav-wrapper {
  height: auto;
  background-color: #6CC6C4;
}

#nav {
  width: 80%;
  margin: 0 auto;
}

.nav-item {
  float: left;
  width: 20%;
  text-align: center;
  padding:10px 0;
  cursor: pointer;
  border-left: #99E1DF solid 1px;
  box-sizing: border-box;
}

.nav-item-end {
  border-right: #99E1DF solid 1px;
}

.nav-item:hover {
  background-color: rgb(126, 207, 206);
}

.nav-item a {
  color: #fff;
}

.nav-item-ja,.nav-item-en {
  display: block;
}

/******** contents ********/
#contents-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.punklist a {
  color: rgb(220, 170, 80);
}

.punklist a:hover {
  text-decoration: underline;
}

.main {
  float: left;
  height: auto;
  width: 70%;
}

.inner {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 0px 0px 6px 6px;
}

.sub-midashi {
  border-left: 20px solid #6CC6C4;
  border-bottom: 3px solid #6CC6C4;
  padding: 5px;
}

.aside {
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
  width: 30%;
}

.menu {
  color: #fff;
  font-weight: normal;
  background-color: #6CC6C4;
  border-radius: 6px 6px 0px 0px;
  padding: 5px 15px 2px;
}

.menu-list {
  border: 1px solid #6CC6C4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.menu-item {
  border-bottom: 1px solid #6CC6C4;
  padding: 5px 0 5px 25px;
  margin: 0 10px;
  background: url(../img/bgListIcon01.png) no-repeat 5px center;
}

.menu-item a {
  color: #333;
}

.menu-item a:hover {
  color: #6CC6C4;
}

.contact-box {
  height: 100px;
  border: 1px solid #6CC6C4;
  text-align: center;
}

.contact-box p {
  padding: 10px;
}

.contact-btn {
  width: 180px;
  height: 40px;
  background-color: rgb(255, 60, 60);
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.contact-btn:hover {
  background-color: rgb(255, 100, 100);
}

.contact-btn a {
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}

/******** footer ********/
#footer-wrapper {
  max-width: 920px;
  margin: 20px auto 0;
}

#footer-menu {
  background-color: #6CC6C4;
  border-radius: 5px;
  padding: 0 20px;
}

.footer-nav-item {
  float: left;
  padding: 8px 25px;
  background: url(../img/bgFooterIcon.png) no-repeat 5px center;
}

.footer-nav-item a {
  color: #fff;
}

.footer-nav-item a:hover {
  text-decoration: underline;
}

.footer-address {
  text-align: right;
  padding: 10px;
  border-bottom: 2px solid #6CC6C4;
}

.copyright {
  text-align: center;
  padding: 10px;
}

/****** レスポンシブ  ******/
/* タブレット画面設定 */
@media screen and (max-width: 1000px) {
.nav-item-ja {
  font-size: 12px;
}

}

/* スマートフォン画面設定 */
@media screen and (max-width: 768px) {
/* font-size, font-weight デフォルト*/
.textl {
  font-size: 24px;
  font-weight: bold;
}

.textm {
  font-size: 12px;
}

.texts {
  font-size: 10px;
}

.textss {
  font-size:  8px;
}

.brsp {
  display: block;
}

/***** hamburger menu *****/
.drawer-menu {
  text-align: center;
}

.drawer-menu a {
  font-size: 15px;
  display: block;
  padding: 15px;
  color: rgb(220, 170, 80);
}

.drawer-menu a:hover {
  text-decoration: underline;
}
/******** header ********/
#header-wrapper {
  width: 100%;
  max-width: 768px;
  text-align: center;
}

.brank-box {
  height: 20px;
}

.header-left h1 {
  font-size: 30px;
}

.header-left {
  float: none;
  padding-bottom: 0;
}

.header-right {
  float: none;
  padding: 0;
}

.time {
  margin: 5px auto;
  width: 250px;
}

.bottom-line {
  width: 100%;
  height: 5px;
  background-color: #6CC6C4;
}
/******** nav ********/
#nav, .punklist {
  display: none;
}

#hm-icon {
  display: block;
}

/******** contents ********/
.main {
  width: 100%;
}

.inner {
  width: 90%;
  margin: 0 auto 10px;
}

.aside {
  display: none;
}

}