@charset "utf-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}


/*! ==========================================================================
   base
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  color: #000;
  line-height: 1.6;
  overflow-y: scroll;
}

@media screen and (min-width: 737px) {
  html {
    line-height: 1.75;
  }
}

body {
  position: relative;
  padding: 0;
  font-family: 'Yu Gothic Medium','游ゴシック Medium',YuGothic,'游ゴシック体','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.4rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .01em;
  font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .01em;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

th {
  font-weight: 300;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

cite {
  font-style: normal;
}

figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

figcaption {
  margin-top: 0;
}

picture {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img.zoom {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

img.zoom:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 769px) {
  img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

:focus {
  -moz-outline-style: none;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.float--center {
  text-align: center;
}

.position--relative {
  position: relative;
}


/* ==========================================================================
   header
   ========================================================================== */
.header {
  position: fixed;
  width: 100%;
  z-index: 102;
  background-color: #fff;
  border-bottom: 1px solid #e4e8ea;
}
.header__container {
  height: 60px;
}

@media screen and (min-width: 769px) {
  .header__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1050px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}


.header__logo {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 25px;
}
.header__logo-link {
  display: block;
  width: 152px;
  height: 38px;
  background-image: url(/common/images/logo_ortho_header_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .header__logo {
    margin-right: 75px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .header__logo-link {
    width: 260px;
    height: 65px;
    background-image: url(/common/images/logo_ortho_header.png);
  }
}

@media screen and (max-width: 768px) {
  .header__navi-switch {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 103;
  }
  .header__navi-switch--link {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/common/images/icon_open.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header__navi-switch--link:hover {
    opacity: 1;
  }
  .header__navi-switch--link.active {
    background-image: url(/common/images/icon_close.png);
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 769px) {
  .header__navi-switch {
    display: none;
  }
}

/* SP only */
@media screen and (max-width: 768px) {
  .header__navi-container--pc {
    display: none;
  }
  .header__navi-container--sp {
    display: none;
    z-index: 101;
    padding-top: 35px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 100vh;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #eaeef0;
  }
  .header__navi--sp {
    margin-bottom: 40px;
  }
  .header__navi-list {
    border-bottom: 1px solid #ccc;
  }
  .header__navi-item {
    border-top: 1px solid #ccc;
  }
  .header__navi-link {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.3em;
    display: block;
    font-size: 1.5rem;
    color: #0062af;
  }
  .header__navi-link:not(:last-child):after {
    position: absolute;
    top: 29%;
    right: 5%;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/common/images/icon_angle_down_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header__navi-link:not(:last-child).active:after {
    background-image: url(/common/images/icon_angle_up_blue.svg);
  }
  .header__subnavi-list {
    display: none;
  }
  .header__subnavi-item {
    border-top: 1px solid #ccc;
  }
  .header__subnavi-link {
    padding-top: .9em;
    padding-bottom: .9em;
    padding-left: 3em;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .header__foot {
    margin-bottom: 20px;
  }
  .header__foot-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__foot-link {
    padding-top: .8em;
    padding-right: 1em;
    padding-bottom: .8em;
    padding-left: 1em;
    display: block;
    width: 152px;
    border-radius: 45px;
    font-size: 1.5rem;
    text-align: center;
  }
  .header__foot-item--contact .header__foot-link {
    border: 1px solid #0062af;
    background-color: #fff;
    color: #0062af;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header__foot-item--contact .header__foot-link:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 11px;
    margin-right: .3em;
    background-image: url(/common/images/icon_mail_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header__foot-item--online .header__foot-link {
    background: #005aa9;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #005aa9), color-stop(90%, #00a7e3));
    background: linear-gradient(to right, #005aa9 15%, #00a7e3 90%);
    color: #fff;
  }
  .header__foot-item--online .header__foot-link:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-right: .4em;
    background-image: url(/common/images/icon_cart_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header__foot-link:hover {
    opacity: .8;
  }
  .header__foot-language {
    font-size: 1.5rem;
    text-align: center;
  }
  .header__foot-language__link {
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header__foot-language__link:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .4em;
    background-image: url(/common/images/icon_english_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -.1em;
  }
  .header__foot-language__link:hover {
    opacity: .8;
  }
}


.header__sns {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__sns-item:first-child {
  margin-right: 15px;
}
.header__sns-link {
  -webkit-transition: .4s;
  transition: .4s;
}
.header__sns-link:hover {
  opacity: .8;
}
.header__sns-item--facebook .header__sns-link {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(/common/images/icon_facebook_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.header__sns-item--line .header__sns-link {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(/common/images/icon_line_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.header__column {
  width: 152px;
}
.header__column-link {
  -webkit-transition: .4s;
  transition: .4s;
}
.header__column-link:hover {
  opacity: .8;
}

/* PC only */
@media screen and (min-width: 769px) {
  .header__navi-container--sp {
    display: none !important;
  }
  .header__navi-container--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__navi-item {
    width: 100px;
    height: 110px;
    text-align: center;
  }
  .header__navi-item.current .header__navi-link {
    position: relative;
    background-color: #eaeef0;
  }
  .header__navi-item.current .header__navi-link:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: #005aa9;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #005aa9), color-stop(90%, #00a7e3));
    background: linear-gradient(to right, #005aa9 15%, #00a7e3 90%);
    width: 100px;
    height: 4px;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__navi-link {
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 110px;
  }
  .header__navi-link:after {
    position: absolute;
    content: '';
    background: #005aa9;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #005aa9), color-stop(90%, #00a7e3));
    background: linear-gradient(to right, #005aa9 15%, #00a7e3 90%);
    width: 100px;
    height: 4px;
    bottom: -1px;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header__navi-link:hover:after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header__subnavi-container {
    display: none;
    padding-top: 75px;
    padding-bottom: 40px;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background-color: #eaeef0;
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  }
  .header__subnavi-flexbox {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__subnavi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__subnavi-item {
    margin-right: 32px;
    width: 216px;
  }
  .header__subnavi-item:last-child {
    margin-right: 0;
  }
  .header__subnavi-img {
    overflow: hidden;
    border-radius: 10px;
  }
  .header__subnavi-text {
    display: block;
    padding-top: 10px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
  }
}


.header__online.sp {
  position: absolute;
  top: 15px;
  right: 65px;
}
.header__online-link {
  display: inline-block;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background: #005aa9;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #005aa9), color-stop(90%, #00a7e3));
  background: linear-gradient(to right, #005aa9 15%, #00a7e3 90%);
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  line-height: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}
.header__online-link:hover {
  opacity: .8;
}
.header__online-link:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-right: .4em;
  background-image: url(/common/images/icon_cart_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .header__online-link {
    margin-top: 5px;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .header__online-link:before {
    width: 13px;
    height: 11px;
  }
}


.header__language-wrap {
  position: relative;
}
.header__language {
  position: absolute;
  top: -50px;
  right: -140px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 32px;
  height: 35px;
  width: 120px;
}
.header__language-link {
  display: block;
  transition: .4s;
}
.header__language-link:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .4em;
  background-image: url(/common/images/icon_english_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -.24em;
}
.header__language-link:hover {
  opacity: .8;
}


/* ==========================================================================
   main
   ========================================================================== */
.main {
  position: relative;
  z-index: 50;
  width: 100%;
  padding-top: 60px;
}

@media screen and (min-width: 769px) {
  .main {
    padding-top: 110px;
  }
}


/* ==========================================================================
   inquiry
   ========================================================================== */
.inquiry {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(/common/images/contact_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  color: #fff;
  text-align: center;
}
.inquiry__container {
  margin-right: 25px;
  margin-left: 25px;
}
.inquiry__title {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.6;
  background-image: url(/common/images/icon_thrash_white_sp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.inquiry__bodycopy {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.inquiry__mail {
  margin-bottom: 15px;
  padding-top: .7em;
  padding-bottom: .7em;
  display: inline-block;
  width: 300px;
  border-radius: 60px;
  border: 1px solid #0062af;
  background-color: #fff;
  font-size: 2rem;
  color: #0062af;
  line-height: 1.5;
  -webkit-transition: .4s;
  transition: .4s;
}
.inquiry__mail:hover {
  opacity: .85;
}
.inquiry__mail:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: .5em;
  background-image: url(/common/images/icon_mail_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.inquiry__tel {
  font-size: 3.2rem;
  font-weight: bold;
}
.inquiry__tel:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 27px;
  margin-right: .3em;
  background-image: url(/common/images/icon_tel_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -1px;
}

@media screen and (min-width: 479px) and (max-width: 768px) {
  .inquiry__mail {
    width: 360px;
  }
}

@media screen and (min-width: 769px) {
  .inquiry {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(/common/images/contact.jpg);
  }
  .inquiry__container {
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry__title {
    margin-right: 0;
    margin-left: 0;
    font-size: 3rem;
    background-image: url(/common/images/icon_thrash_white.svg);
  }
  .inquiry__bodycopy {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .inquiry__mail {
    width: 560px;
    border-radius: 75px;
    font-size: 2.6rem;
  }
  .inquiry__mail:before {
    width: 25px;
    height: 20px;
  }
  .inquiry__tel {
    font-size: 3.8rem;
  }
  .inquiry__tel:before {
    width: 25px;
    height: 32px;
  }
}


/* ==========================================================================
   footer
   ========================================================================== */
.footer {
  width: 100%;
  background-color: #eaeef0;
}
.footer__container {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .footer__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    max-width: 1050px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}


.footer__info {
  margin-bottom: 25px;
  position: relative;
}
.footer__info-logo {
  margin-bottom: 25px;
}
.footer__info-flexbox {
  margin-bottom: 25px;
}
.footer__logo-link {
  display: block;
  width: 175px;
  height: 55px;
  background-image: url(/common/images/logo_ortho_footer_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer__info-address {
  font-size: 1.2rem;
  line-height: 1.7;
}
.footer__info-address span {
  padding-left: 1em;
}
.footer__info-childcare {
  position: absolute;
  top: 0;
  left: 250px;
  width: 62px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .footer__info {
    margin-right: 70px;
  }
  .footer__info-logo {
    margin-bottom: 40px;
  }
  .footer__logo-link {
    width: 192px;
    height: 60px;
    background-image: url(/common/images/logo_ortho_footer.png);
  }
  .footer__info-address span {
    padding-left: 0;
  }
  .footer__info-childcare {
    top: 100px;
    left: 175px;
    width: 76px;
  }
}

@media screen and (max-width: 768px) {
  .footer__navi-container {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .footer__navi {
    padding-top: 20px;
  }
  .footer__navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__navi-item:not(:last-child) {
    width: 135px;
  }
  .footer__navi-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .footer__subnavi-item {
    margin-bottom: 5px;
  }
  .footer__subnavi-link {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer__subnavi-link:hover {
    opacity: .7;
  }
}


.footer__contact-list {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__contact-link {
  padding-top: .8em;
  padding-right: 1em;
  padding-bottom: .8em;
  padding-left: 1em;
  display: block;
  width: 152px;
  border-radius: 45px;
  font-size: 1.5rem;
  text-align: center;
}
.footer__contact-item--contact .footer__contact-link {
  border: 1px solid #0062af;
  background-color: #fff;
  color: #0062af;
  -webkit-transition: .4s;
  transition: .4s;
}
.footer__contact-item--contact .footer__contact-link:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-right: .3em;
  background-image: url(/common/images/icon_mail_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__contact-item--online .footer__contact-link {
  background: #005aa9;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #005aa9), color-stop(90%, #00a7e3));
  background: linear-gradient(to right, #005aa9 15%, #00a7e3 90%);
  color: #fff;
}
.footer__contact-item--online .footer__contact-link:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: .4em;
  background-image: url(/common/images/icon_cart_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__contact-link:hover {
  opacity: .8;
}

@media screen and (min-width: 479px) and (max-width: 768px) {
  .footer__info-childcare {
    top: -3px;
    right: -80px;
  }
  .footer__link {
    width: 320px;
  }
}

@media screen and (min-width: 769px) {
  .footer__link {
    padding-top: 10px;
    width: 140px;
  }
  .footer__contact-list {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contact-item:first-child {
    margin-bottom: 10px;
  }
  .footer__contact-link {
    padding-top: .5em;
    padding-bottom: .6em;
    width: 140px;
    border-radius: 40px;
    font-size: 1.4rem;
  }
  .footer__contact-item--contact .footer__contact-link:before {
    width: 13px;
    height: 10px;
  }
  .footer__contact-item--online .footer__contact-link:before {
    width: 13px;
    height: 11px;
  }
}


.footer__sns {
  margin-right: auto;
  margin-left: auto;
  max-width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__sns-item:first-child {
  margin-right: 15px;
}
.footer__sns-link {
  -webkit-transition: .4s;
  transition: .4s;
}
.footer__sns-link:hover {
  opacity: .8;
}
.footer__sns-item--facebook .footer__sns-link {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(/common/images/icon_facebook_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer__sns-item--line .footer__sns-link {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(/common/images/icon_line_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer__column {
  width: 152px;
}
.footer__column-link {
  -webkit-transition: .4s;
  transition: .4s;
}
.footer__column-link:hover {
  opacity: .8;
}

@media screen and (min-width: 769px) {
  .footer__sns {
    display: block;
  }
  .footer__sns-list {
    margin-right: 0;
    margin-bottom: 20px;
    /* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
  }
  .footer__sns-item:first-child {
    margin-right: 20px;
  }
  .footer__sns-item--facebook .footer__sns-link {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .footer__sns-item--line .footer__sns-link {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .footer__column {
    width: 140px;
  }
}


.footer__foot {
  background: #005aa9;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #005aa9), color-stop(90%, #00a7e3));
  background: linear-gradient(to right, #005aa9 15%, #00a7e3 90%);
  color: #fff;
}
.footer__foot-container {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
}
.footer__foot-privacy {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.footer__foot-english {
  padding-left: 2em;
  font-size: 1.2rem;
  line-height: 1.6;
}
.footer__foot-english a {
  padding-top: .5em;
  padding-right: .55em;
  padding-bottom: .55em;
  padding-left: .6em;
  border: 1px solid #fff;
}
.footer__foot-english a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: .4em;
  background-image: url(/common/images/icon_english_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -.05em;
}
.footer__foot-copyright {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .footer__foot-container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1050px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__foot-privacy {
    margin-bottom: 0;
  }
}


.footer__pagetop {
  position: fixed;
  z-index: 50;
  right: 2%;
  bottom: 2%;
}
.footer__pagetop-link {
  display: block;
  width: 50px;
  height: 50px;
  opacity: .8;
  background-image: url(/common/images/icon_pagetop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer__pagetop-link:hover {
  opacity: .6;
}

@media screen and (min-width: 769px) {
  .footer__pagetop {
    right: 1.5%;
    bottom: 2.5%;
  }
}


/* ==========================================================================
   * 404
========================================================================== */
.error {
  margin-bottom: 70px;
}
.error__contaier {
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 30px;
}
.error__title {
  margin-bottom: 45px;
  font-size: 2rem;
  text-align: center;
  color: #0062af;
  line-height: 1.5;
}
.error__bodycopy {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.error__list {
  margin-bottom: 70px;
}
.error__item {
  position: relative;
  font-size: 1.6rem;
}
.error__item--address {
  margin-bottom: 8px;
  padding-left: 2rem;
}
.error__item--previous, .error__item--toppage {
  margin-bottom: 15px;
}
.error__item--address:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url(/common/images/icon_check.svg);
  background-size: contain;
  width: 19px;
  height: 17px;
  left: -0.2rem;
  bottom: 5px;
}
.error__item--previous:before, .error__item--toppage:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url(/common/images/icon_back.svg);
  background-size: contain;
  width: 17px;
  height: 15px;
  left: -0.2rem;
  bottom: 6px;
}
.error__link {
  padding-left: 2rem;
}
.error__item--previous .error__link,
.error__item--toppage .error__link {
  padding-bottom: 5px;
  border-bottom: 1px solid #0062af;
  color: #0062af;
}

@media screen and (min-width: 769px) {
  .error {
    margin-bottom: 140px;
  }
  .error__contaier {
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    max-width: 650px;
  }
  .error__title {
    margin-bottom: 90px;
    font-size: 3rem;
  }
  .error__bodycopy {
    margin-bottom: 70px;
    text-align: center;
    line-height: 2;
  }
  .error__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .error__item--address:before {
    bottom: 11px;
  }
}


/* ==========================================================================
   * 検索結果
========================================================================== */
.search .mainvisual {
  position: relative;
  width: 100%;
  background-image: url(/images/column/mainvisual_bg_sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 115px;
}
.search .mainvisual__title {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 768px) and (min-width: 479px) {
  .search .mainvisual {
    height: 200px;
  }
}

@media screen and (min-width: 769px) {
  .search .mainvisual {
    height: 400px;
    background-image: url(/images/column/mainvisual_bg.jpg);
  }
}

.search .result {
  padding-bottom: 70px;
  background-color: #fcfcf3;
}
.search .result__container {
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
}
.search .result__title {
  margin-bottom: 45px;
  font-size: 2rem;
  text-align: center;
  color: #6e5c54;
  line-height: 1.5;
}
.search .result__list {
  border-top: 1px solid #ccc;
}
.search .result__item {
  padding-top: 1em;
  padding-right: .8em;
  padding-bottom: .8em;
  padding-left: .8em;
  border-bottom: 1px solid #ccc;
}
.search .result__link {
  font-size: 1.4rem;
  line-height: 1.9;
  transition: all .4s ease-in;
}
.search .result__link:hover {
  opacity: .7;
}
.search .result__bodycopy {
  font-size: 2rem;
  text-align: center;
  color: #6e5c54;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .search .result {
    padding-bottom: 140px;
  }
  .search .result__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    max-width: 1050px;
  }
  .search .result__title {
    margin-bottom: 90px;
    font-size: 3rem;
  }
  .search .result__list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    max-width: 860px;
  }
  .search .result__item {
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
  .search .result__link {
    font-size: 1.6rem;
  }
}