@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
/* CSS Document */
/*-------------------------------------------------------
                      RESET
-------------------------------------------------------*/
body {
  font: 14px/1.9 -apple-system, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, legend {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0 none;
  margin: 0;
  outline: 0 none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: medium none;
  text-decoration: none;
}
ul li img {
  vertical-align: bottom;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
html {
  font-size: 80%;
}
p {
  display: block;
  font-size: 15px;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
/*-------------------------------------------------------
                      CALENDAR
-------------------------------------------------------*/
.information {
  width: 1000px;
  margin: 0 auto;
}
.information:after {
  display: block;
  clear: both;
  content: "";
}
.information {
  background: #fff;
  text-align: center;
  height: 100px;
  color: #333;
}
.title-h2 {
  display: block;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 50px 0 5px;
  font-family: 'Roboto', sans-serif;
  color: #81776c;
}
.information .title-h2 {
  padding-top: 10px;
}
#calender ul {
  margin-left: 0%;
}
#calender ul li {
  float: none;
}
#calender iframe {
  background: #ffffff;
}
#calender ul li:first-child {
  margin: 0 20px;
}
#calender ul li:nth-child(3) { /* 定休日テキスト */
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.8rem;
}
#calender ul li:nth-child(4) { /* 営業時間 */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
}
#calender ul li:nth-child(5) { /* E-mail */
  margin: 10px 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 360px;
  text-align: left;
  line-height: 15px;
}
.cal-sun {
  color: #959595;
  font-size: 1.5em;
}
/*-------------------------------------------------------
                      FOOTER
-------------------------------------------------------*/
.footer {
  width: 1000px;
  margin: auto;
  font-size: 80%;
}
.footer-guide {
  width: 200px;
  float: left;
  margin: 0 0px 50px 50px;
  line-height: 20px;
}
.footer div:nth-child(3) {
  margin-left: 150px;
}
.footer-subtitle {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #666666;
  margin-bottom: 7px;
}
.footer-subtitle a {
  color: #81776c;
}
#footer-nav {
  margin: 80px auto 10px auto;
  text-align: center;
}
#footer-nav li {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0px 20px;
  border-left: 1px dotted #000;
}
#copyright {
  font-size: 10px;
  height: auto;
  padding: 3% 0;
  background: #81776c;
  text-align: center;
  color: #fff;
  font: bold 80%;
  clear: both;
}
