@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap');
/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  height: 100%;
  font-family: 'Roboto','Noto Sans JP',BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
  position: relative;
  font-weight: 400;
  font-feature-settings: "palt";
}
.en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.en_bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
@media only screen and ( max-width : 767px ) {
  body {
    font-size: 14px;
  }
}
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
main {
  display: block;
  position: relative;
}

a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

::selection
{
    background: #e1e1e1;
    color: #333;
}

/* for Firefox */
::-moz-selection
{
    background: #e1e1e1;
    color: #333;
}
/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
input[type=text]:focus {
    outline: none;
}
section {
  position: relative;
}

.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}

@media only screen and ( max-width : 991px ) {
  .br_lg {
    display: none;
  }
}
@media only screen and ( max-width : 767px ) {
  .section {
    padding: 40px 0;
  }
  .br_pc {
    display: none;
  }
  .sp_none {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .section {
    padding: 90px 0;
  }
  .br_sp {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  .br_tb {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  font-family: 'Roboto Condensed','Noto Sans JP',BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
}
.page_header#header {
  position: relative;
}

@media only screen and ( max-width : 991px ) {
  #header .container {
    max-width: 100%;
  }
}
@media only screen and ( max-width : 767px ) {
  #header {
    padding: 15px 0;
  }
  #header .logo h1 {
    justify-content: center;
    -ms-flex-pack: center;
  }
  #header .logo img {
    width: 100px;
  }
  #header .logo span {
    margin-left: 15px;
  }
  .h_contact {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .h_contact_pmark {
    width: 40px;
  }
  .h_contact_tel,
  .h_contact_tel_txt,
  .h_contact_tel_num,
  .h_contact_time {
    display: none;
  }
}
@media only screen and ( max-width : 320px ) {
  #header .logo img {
    width: 80px;
  }
  .h_contact_pmark {
    width: 30px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #header {
    padding: 15px 0;
  }
  #header .logo span {
    font-size: 18px;
    margin-left: 15px;
  }
  .h_contact_tel_txt {
    font-size: 10px;
  }
  .h_contact_tel_num {
    font-size: 32px;
    margin-left: 10px;
    font-weight: 700;
  }
  .h_contact_tel_num i {
    display: inline-block;
    margin-right: 5px;
  }
  .h_contact_tel_num i img {
    display: block;
  }
  .h_contact_time {
    font-size: 14px;
  }
  .h_contact_pmark {
    margin-left: 10px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  position: relative;
  margin-top: 20px;
  padding-top: 35px;
}

#footer:before,
#footer:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
#footer:before {
  background: #19a690;
  border-radius: 2px 0 0 2px;
  margin-left: -20px;
}
#footer:after {
  background: #fee002;
  border-radius: 0 2px 2px 0;
  margin-left: 20px;
}

#footer .copy {
  text-align: center;
  letter-spacing: .02em;
}

@media only screen and ( max-width : 767px ) {
  #footer {
    padding-bottom: 90px;
  }
  #footer .copy {
    font-size: 11px;
  }
  #pc_fixed_btn {
    display: none;
  }
  #sp_fixed_btn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 3px 0 15px rgba(0,0,0,.5);
    z-index: 99;
  }
  #sp_fixed_btn a {
    flex: 1;
    height: 60px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp_fixed_tel {
    background: #fee002;
    font-size: 20px;
  }
  .sp_fixed_tel i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
  }
  .sp_fixed_tel i img {
    display: block;
  }
  #sp_fixed_btn a small {
    display: block;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
  }
  .sp_fixed_mail {
    background: #19a690;
    color: #fee002;
    font-size: 18px;
  }
}
@media only screen and ( max-width : 320px ) {
  #sp_fixed_btn a {
    flex: auto;
  }
}
@media print, screen and ( min-width : 768px ) {
  #footer {
    padding-bottom: 120px;
  }
  #footer .copy {
    font-size: 14px;
  }
  #pc_fixed_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    background: #19a690;
    font-weight: 700;
    /*width: 320px;*/
    width: 350px;
    border-radius: 50px;
    box-shadow: 0 3px 0 #158D7B;
  }
  #pc_fixed_btn a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: .1em;
    padding: 18px 18px 18px 40px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  #pc_fixed_btn a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(../img/arrow.png) no-repeat center / 100%;
    z-index: 10;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #pc_fixed_btn span {
    color: #fee002;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0;
  }
  #pc_fixed_btn small {
    display: block;
    font-size: 16px;
    letter-spacing: .08em;
  }
  #pc_fixed_btn small i {
    display: inline-block;
    vertical-align: middle;
    margin-right: .2em;
  }
  #pc_fixed_btn small i img {
    display: block;
  }
  #pc_fixed_btn small span {
    font-size: 14px;
  }
  #sp_fixed_btn {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */

.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
  transition-delay: .1s;
}
.fadein_up {
  opacity: 0;
  transition: .8s;
  animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation-name: fadein_up__active;
  animation-duration: 1.2s;
}
@media screen and (min-width:768px) {
  .order2_anim .fadein_up.fadein_up__active:nth-child(2n) {
    transition-delay: .3s;
    animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n+2) {
      transition-delay: .3s;
      animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n) {
      transition-delay: .6s;
      animation-delay: .6s;
  }
}
@keyframes fadein_up__active {
    from {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

