@charset "UTF-8";
/* Theme Name: if-collage2022 */
html,
body {
  /*	height: 100%;*/
}

/* =Layout
-------------------------------------------------------------- */
#main {
  padding-top: 80px;
  padding-bottom: 50px;
}

#wrapper {
  min-width: 1020px;
  /*	height: 100%;*/
}

.mm-opening #wrapper {
  /*	height: 100%;*/
}

#container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 76.9%;
  }
  #wrapper {
    min-width: 320px;
    width: 100%;
  }
  #sp-menu {
    font-size: 1em;
  }
}

/* = Header
-------------------------------------------------------------- */
#header {
  padding: 10px 20px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: relative;
}

#header.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .currentSt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 120px;
  height: 30px;
}

#header .currentSt a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 30px;
  padding: 0px 18px 0px 35px;
  background: #fff;
  color: #ef475d;
  border: 1px solid #ef475d;
}

#header .currentSt a:before {
  content: url(images/m.png);
  position: absolute;
  left: 20px;
  margin: auto;
}

#header.is-scroll {
  height: auto;
  padding: 5px 10px;
  background: white;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  min-height: 52px;
}

#site-description {
  padding: 0 0 5px;
  font-size: 1.3rem;
}

#site-title {
  margin: 0;
}

#site-title a {
  display: block;
  font-size: 0;
}

#mmenu-btn {
  display: none;
}

#header.is-scroll .hamburger {
  right: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #header.header-fix {
    height: 52px;
  }
  #site-title {
    max-width: calc(100% - 60px);
  }
}

/* = title
-------------------------------------------------------------- */
.secHeader {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

.secHeader span {
  margin-bottom: 2rem;
}

.secTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(45%, #ef8586));
  background: linear-gradient(transparent 70%, #ef8586 45%);
  padding: 0 10px;
}

.subTitle {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .secHeader {
    font-size: 1.5rem;
  }
  .secTitle {
    font-size: 2rem;
  }
}

.sideNav {
  position: fixed;
  right: -50px;
  top: 20%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sideNavShow {
  right: 0px !important;
}

.sideNav a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sideNavContact,
.sideNavOc,
.sideNavAo {
  margin-bottom: 13px;
  padding: 20px 10px;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 5px 0px 0px 5px;
}

.sideNavContact {
  background: #f43875;
  color: #fff;
}

.sideNavOc {
  background: #346f85;
  color: #fff;
}

.sideNavAo {
  background: #346f85;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sideNav {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    right: auto;
    bottom: -50px;
    text-align: center;
    margin-top: 40px;
    z-index: 99;
    width: 100%;
  }
  .sideNavShow {
    bottom: 0 !important;
  }
  .sideNavContact,
  .sideNavOc,
  .sideNavAo {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
  }
  .sideNav a {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

/* = Footer
-------------------------------------------------------------- */
#footer {
  background: #fadada;
  color: #ef475d;
}

.footerInner {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footerInfo {
  width: 300px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footerInfo h2 {
  margin-bottom: 0;
}

.footerInfo address {
  font-style: normal;
  color: #221815;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.footerMail {
  display: inline-block;
}

.footerMap {
  position: relative;
}

.footerMap iframe {
  height: 220px;
}

.footerMapCatch {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100px;
}

.footerInfo dl {
  margin-top: 0;
}

.footerInfo dt:before {
  content: "◎";
}

.footerInfo dd {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.2rem;
}

.footerSiteMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footerSiteMapBox {
  margin-right: 30px;
  width: 183px;
}

.footerSiteMapBox.order3,
.footerSiteMapBox.order6,
.footerSiteMapBox.order9 {
  margin-right: 0;
}

.footerSiteMap dt {
  font-size: 1.6rem;
  text-indent: -1em;
  margin-left: 1em;
}

.footerSiteMap dt:before {
  content: url(images/m.png);
  margin-right: 10px;
}

.footerSiteMap dd {
  margin-left: 0;
  margin-bottom: 1em;
}

.footerSiteMap dd:before {
  content: ">";
}

.footerSiteMap dt + dd {
  margin-top: 5px;
  border-top: 1px solid #ef475d;
  padding-top: 10px;
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.forSp {
  display: none;
}

.forPc {
  display: block;
}

@media screen and (max-width: 768px) {
  .forSp {
    display: block;
  }
  .forPc {
    display: none;
  }
  #footer {
    padding: 20px 10px;
  }
  .footerInner {
    width: 100%;
    display: block;
  }
  .footerInfo {
    width: 100%;
  }
  .footerInfo h2 {
    margin-top: 0;
    text-align: center;
  }
  .footerInfo address {
    text-align: center;
  }
  .footerMap iframe {
    width: 100%;
  }
  .footerSiteMap {
    display: block;
  }
  .footerSiteMapBox {
    margin-right: 0;
    width: 100%;
  }
  .footerSiteMap dd {
    margin-bottom: 0;
  }
}

#cookiepolicy a {
  text-decoration: underline;
}

#cookie-law-info-bar a.topolicy {
  text-decoration: underline;
}

#cookie-law-info-bar {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #cookie-law-info-bar {
    line-height: 1.3em;
  }
  #cookie-law-info-bar span {
    font-size: 1.2rem;
  }
}

#header {
  max-width: 100%;
}

#header * {
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */