@charset "UTF-8";
/* ------------------------------------------------
  Reset
------------------------------------------------ */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(/css/normalize.css);

html,body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #181818;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote { padding: 0; margin: 0; }

fieldset, img, table { border: none; border: 0; }
table { border-collapse: collapse; border-spacing: 0; font-size: inherit; font:100%; line-height: 1.5; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
pre, code, kbd, samp, tt { font-family: monospace; line-height: 99%; }
h1, h2, h3, h4, h5 { font-size: 100%; font-weight: bold; }
em, strong { font-weight: bold; text-decoration: none; }
sub { font-size: x-small; vertical-align: baseline; }

p { line-height: 1.75; }

img {  max-width: 100%;  height: auto; }

map area { cursor: pointer; }

a.alpha img:hover,
a.hover-alpha img,
img.alpha:hover,
img.hover-alpha {
  opacity: 1;
}

a.alpha,
.alpha {
  opacity: 1;
}

.alpha:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* ------------------------------------------------
  Text
------------------------------------------------ */
.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.line1 {
  line-height: 1;
}

.line2 {
  line-height: 2;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-none {
  text-indent: 0;
}

.nowrap {
  white-space: nowrap;
}

.tracking {
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .sp-tcenter {
    text-align: center !important;
  }

  .sp-tleft {
    text-align: left !important;
  }

  .sp-tright {
    text-align: right !important;
  }
  
  .tracking {
    letter-spacing: 0;
  }

}

/* ------------------------------------------------
  Font
------------------------------------------------ */

.font10 {
  font-size: 10px !important;
}

.font15 {
  font-size: 15px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font25 {
  font-size: 25px !important;
}

.font30 {
  font-size: 30px !important;
}

.font35 {
  font-size: 35px !important;
}

.font40 {
  font-size: 40px !important;
}

.font50 {
  font-size: 40px !important;
}

.font60 {
  font-size: 40px !important;
}

@media screen and (max-width: 767px) {
  .font10 {
    font-size: smaller !important;
    font-size: 1.1rem !important;
  }

  .font15 {
    font-size: small !important;
    font-size: 1.4rem !important;
  }

  .font18,
  .font20 {
    font-size: medium !important;
    font-size: 1.75rem !important;
  }

  .font25,
  .font30 {
    font-size: large !important;
    font-size: 2rem !important;
  }

  .font35,
  .font40 {
    font-size: larger !important;
    font-size: 2.5rem !important;
  }

  .font50,
  .font60 {
    font-size: larger !important;
    font-size: 3rem !important;
  }

}

.smaller {
  font-size: smaller;
}

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.larger {
  font-size: larger;
}

.large {
  font-size: large;
}

@media screen and (max-width: 767px) {
  .sp-smaller {
    font-size: smaller !important;
  }

  .sp-small {
    font-size: small !important;
  }

  .sp-medium {
    font-size: medium !important;
  }

  .sp-larger {
    font-size: larger !important;
  }

  .sp-large {
    font-size: large !important;
  }

}

.v-top {
  vertical-align: top !important;
}

.v-mid {
  vertical-align: middle !important;
}

.v-btm {
  vertical-align: bottom !important;
}

.v-base {
  vertical-align: baseline !important;
}

/* ------------------------------------------------
  image
------------------------------------------------ */

img.original {
  max-width: inherit !important;
}

/* ------------------------------------------------
  layout
------------------------------------------------ */

.fleft {
  float: left;
}

.fright {
  float: right;
}

img.fleft,
img.res-fleft {
  margin-right: 1em;
}

img.fright,
img.res-fright {
  margin-left: 1em;
}

@media screen and (min-width: 641px) {
  
  .res-fleft {
    float: left !important;
  }
  
  .res-fright {
    float: right !important;
  }
  
}

@media screen and (max-width:640px) {
  
  .res-fleft,
  .res-fright {
    width: 100% !important;
    float: none !important;
  }
  
  img.res-fleft,
  img.res-fright {
    margin-left: inherit;
    margin-right: inherit;
  }

  .sp-fleft {
    float: left  !important;
  }

  .sp-fright {
    float: right  !important;
  }

}

/* ------------------------------------------------
  Display / Placement
------------------------------------------------ */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

.of {
  overflow: hidden;
}

.inline {
  display: inline;
}

.ib,
.iblock {
  display: inline-block;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.bg-none {
  background: none  !important;
}

@media screen and (max-width:640px) {
  
  .sp-bg-none {
    background: none  !important;
  }

}

/* ------------------------------------------------
  List
------------------------------------------------ */

.decimal li {
  margin: 0 0 0 1.5em;
  list-style: decimal;
}

.disc li {
  margin: 0 0 0 1.5em;
  list-style: disc;
}

.indent li {
  line-height: 1.35;
  margin-bottom: 0.35em;
}

/* ------------------------------------------------
  Width / Height
------------------------------------------------ */

.h100 {
  height: 100%;
}
.vh100 {
  height: 100vh;
}
.h50 {
  height: 50%;
}
.vh50 {
  height: 50vh;
}
.h40 {
  height: 40%;
}
.vh40 {
  height: 40vh;
}
.h35 {
  height: 35%;
}
.vh35 {
  height: 35vh;
}
.h33 {
  height: 33%;
}
.vh33 {
  height: 33vh;
}
.h30 {
  height: 30%;
}
.vh30 {
  height: 30vh;
}
.h25 {
  height: 25%;
}
.vh25 {
  height: 25vh;
}
.h20 {
  height: 20%;
}
.vh20 {
  height: 20vh;
}

.w-auto {
  width: auto !important;
}

.w100 {
  width: 100% !important;
}

.w95 {
  width: 95% !important;
}

.w90 {
  width: 90% !important;
}

.w85 {
  width: 85% !important;
}

.w80 {
  width: 80% !important;
}

.w75 {
  width: 75% !important;
}

.w70 {
  width: 70% !important;
}

.w65 {
  width: 65% !important;
}

.w60 {
  width: 60% !important;
}

.w55 {
  width: 55% !important;
}

.w50 {
  width: 50% !important;
}

.w45 {
  width: 45% !important;
}

.w40 {
  width: 40% !important;
}

.w35 {
  width: 35% !important;
}

.w33 {
  width: 33.3% !important;
}

.w30 {
  width: 30% !important;
}

.w25 {
  width: 25% !important;
}

.w20 {
  width: 20% !important;
}

.w15 {
  width: 15% !important;
}

.w10 {
  width: 10% !important;
}

.w5 {
  width: 5% !important;
}

.w50px {
  width: 50px !important;
}

.w40px {
  width: 40px !important;
}

.w30px {
  width: 30px !important;
}

.w20px {
  width: 20px !important;
}

.w15px {
  width: 15px !important;
}

.w10px {
  width: 10px !important;
}

.w5px {
  width: 5px !important;
}

.w1000 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1000px;
/*
  padding-right: 20px;
  padding-left: 20px;
*/
  position: relative;
}

@media screen and (max-width:768px) {
  .w1000 {
    margin-left: 0  !important;
    margin-right: 0  !important;
    padding-left: 7px  !important;
    padding-right: 7px  !important;
    width: 100%  !important;
  }

}

/* ------------------------------------------------
  Border
------------------------------------------------ */

.border-box {
  border: 1px solid;
}

.border-box.b2 {
  border: 2px solid;
}

.border-box.b3 {
  border: 3px solid;
}

.border-box.b4 {
  border: 4px solid;
}

.border-box.b5 {
  border: 5px solid;
}

.border-btm {
  border-bottom: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

table.bordered {
  border-collapse: collapse;
}

table.bordered th,
table.bordered td { 
  border: 1px solid #666;
}

/* ------------------------------------------------
  Margin / Padding
------------------------------------------------ */

.centering {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mg0 {
  margin: 0 !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pd0 {
  padding: 0 !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt100-sp15 {
  padding-top: 100px !important;
}

.pt75-sp15 {
  padding-top: 75px !important;
}

.pt60-sp15 {
  padding-top: 60px !important;
}

.pt50-sp15 {
  padding-top: 50px !important;
}

.pt30-sp15 {
  padding-top: 30px !important;
}

.pt25-sp15 {
  padding-top: 25px !important;
}

.pt75-sp0 {
  padding-top: 75px !important;
}

.pt50-sp0 {
  padding-top: 15px !important;
}

.pt25-sp0 {
  padding-top: 25px !important;
}

.pt15-sp0 {
  padding-top: 15px !important;
}

.pb100-sp15 {
  padding-bottom: 100px !important;
}

.pb75-sp15 {
  padding-bottom: 75px !important;
}

.pb60-sp15 {
  padding-bottom: 60px !important;
}

.pb50-sp15 {
  padding-bottom: 50px !important;
}

.pb30-sp15 {
  padding-bottom: 30px !important;
}

.pb25-sp15 {
  padding-bottom: 25px !important;
}

.pb50-sp0 {
  padding-bottom: 50px !important;
}

.pb15-sp0 {
  padding-bottom: 15px !important;
}

.mb110-sp60 {
  margin-bottom: 60px !important;
}

.mb100-sp60 {
  margin-bottom: 60px !important;
}

.mb110-sp30 {
  margin-bottom: 110px !important;
}

.mb100-sp30 {
  margin-bottom: 100px !important;
}

.mb60-sp30 {
  margin-bottom: 60px !important;
}

.mb50-sp30 {
  margin-bottom: 50px !important;
}

.mb60-sp15 {
  margin-bottom: 60px !important;
}

.mb50-sp15 {
  margin-bottom: 50px !important;
}

.mb40-sp15 {
  margin-bottom: 40px !important;
}

.mb30-sp15 {
  margin-bottom: 30px !important;
}

.mb25-sp15 {
  margin-bottom: 25px !important;
}

.mb20-sp15 {
  margin-bottom: 20px !important;
}

.mb10-sp15 {
  margin-bottom: 10px !important;
}

.mb30-sp10 {
  margin-bottom: 30px !important;
}

.mb25-sp10 {
  margin-bottom: 25px !important;
}

.mb20-sp10 {
  margin-bottom: 20px !important;
}

.mb15-sp10 {
  margin-bottom: 15px !important;
}

.mb60-sp0 {
  margin-bottom: 60px !important;
}

.mb50-sp0 {
  margin-bottom: 50px !important;
}

.mb40-sp0 {
  margin-bottom: 40px !important;
}

.mb30-sp0 {
  margin-bottom: 30px !important;
}

.mb20-sp0 {
  margin-bottom: 20px !important;
}

.mb15-sp0 {
  margin-bottom: 15px !important;
}

.mb10-sp0 {
  margin-bottom: 10px !important;
}

.mb0-sp30,
.mb0-sp20,
.mb0-sp15,
.mb0-sp10,
.mb0-sp5 {
  margin-bottom: 0px !important;
}

.mt30-sp15 {
  margin-top: 30px !important;
}

.mt25-sp15 {
  margin-top: 25px !important;
}

.mt20-sp15 {
  margin-top: 20px !important;
}

.mt10-sp15 {
  margin-top: 10px !important;
}

.mt0-sp15 {
  margin-top: 0px !important;
}

.mt30-sp10 {
  margin-top: 30px !important;
}

.mt25-sp10 {
  margin-top: 25px !important;
}

.mt20-sp10 {
  margin-top: 20px !important;
}

.mt15-sp10 {
  margin-top: 15px !important;
}

.mt0-sp10 {
  margin-top: 0px !important;
}

.mt30-sp0 {
  margin-top: 30px !important;
}

.mt20-sp0 {
  margin-top: 25px !important;
}

.mt15-sp0 {
  margin-top: 15px !important;
}

.mt10-sp0 {
  margin-top: 10px !important;
}

.mt20-sp10 {
  margin-top: 20px !important;
}

.mt20-sp0 {
  margin-top: 20px !important;
}

.mt10-sp0 {
  margin-top: 10px !important;
}

.mt0-sp15 {
  margin-top: 0px !important;
}

@media screen and (max-width:767px) {
  .pt100-sp15,
  .pt75-sp15,
  .pt60-sp15,
  .pt50-sp15,
  .pt30-sp15,
  .pt25-sp15 {
    padding-top: 15px !important;
  }

  .pt75-sp0,
  .pt50-sp0,
  .pt25-sp0,
  .pt15-sp0 {
    padding-top: 0px !important;
  }

  .pb100-sp15,
  .pb75-sp15,
  .pb60-sp15,
  .pb50-sp15,
  .pb30-sp15,
  .pb25-sp15 {
    padding-bottom: 15px !important;
  }

  .pb50-sp0,
  .pb15-sp0 {
    padding-bottom: 0px !important;
  }

  .mt30-sp15,
  .mt25-sp15,
  .mt20-sp15,
  .mt10-sp15,
  .mt0-sp15 {
    margin-top: 15px !important;
  }

  .mt30-sp10,
  .mt25-sp10,
  .mt20-sp10,
  .mt15-sp10,
  .mt0-sp10 {
    margin-top: 10px !important;
  }

  .mt30-sp0,
  .mt20-sp0,
  .mt15-sp0,
  .mt10-sp0 {
    margin-top: 0px !important;
  }

  .mt0-sp30 {
    margin-top: 30px !important;
  }

  .mt0-sp20 {
    margin-top: 20px !important;
  }

  .mb110-sp60,
  .mb100-sp60 {
    margin-bottom: 60px !important;
  }

  .mb110-sp30,
  .mb100-sp30 {
    margin-bottom: 30px !important;
  }

  .mb60-sp30,
  .mb50-sp30 {
    margin-bottom: 30px !important;
  }

  .mb60-sp15,
  .mb50-sp15,
  .mb40-sp15,
  .mb30-sp15,
  .mb25-sp15,
  .mb20-sp15,
  .mb10-sp15,
  .mb0-sp15 {
    margin-bottom: 15px !important;
  }

  .mb0-sp5 {
    margin-bottom: 5px !important;
  }

  .mb60-sp10,
  .mb50-sp10,
  .mb40-sp10,
  .mb30-sp10,
  .mb25-sp10,
  .mb20-sp10,
  .mb15-sp10,
  .mb0-sp10 {
    margin-bottom: 10px !important;
  }

  .mb50-sp0,
  .mb40-sp0,
  .mb30-sp0,
  .mb20-sp0,
  .mb15-sp0,
  .mb10-sp0 {
    margin-bottom: 0px !important;
  }

  .mt20-sp10 {
    margin-top: 10px !important;
  }

  .mt20-sp0 {
    margin-top: 0px !important;
  }

  .mt10-sp0 {
    margin-top: 0px !important;
  }

  .mt0-sp15 {
    margin-top: 15px !important;
  }

  .mb0-sp20 {
    margin-bottom: 20px !important;
  }

  .mb0-sp30 {
    margin-bottom: 30px !important;
  }

}

/* ------------------------------------------------
  Decoration
------------------------------------------------ */

.r5,
.radius5 {
  border-radius: 5px;
}

.r10,
.radius10 {
  border-radius: 10px;
}

.r15,
.radius15 {
  border-radius: 15px;
}

.r20,
.radius20 {
  border-radius: 20px;
}

.r1em,
.radius1 {
  border-radius: 1.1em;
}

.r50,
.radius50 {
  border-radius: 50%;
}

.box-shadow {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05)
}

/* -----------------------------------------------
  Column layout ここから
------------------------------------------------*/
.grid-row,
.fixed-row {
  border-collapse: collapse;
  display: table;
  position: relative;
  table-layout: fixed;
}

.grid-row.w-auto,
.fixed-row.w-auto {
  table-layout: auto;
}

.grid-row > .col,
.fixed-row > .col {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.grid-row > .blank,
.fixed-row > .blank {
  display: table-cell;
  position: relative;
}

.grid-row > .col.v-line:after,
.fixed-row > .col.v-line:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  border-right: 1px solid #ccc;
  background: #fcc;
  z-index: 10;
}

.grid-row.v-mid > .col,
.fixed-row.v-mid > .col {
  vertical-align: middle !important;
}

/* -----------------------------------------------
  Responsive Column layout ここから
------------------------------------------------ */

.res-row {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.res-row.w-auto {
  table-layout: auto;
}

.res-row > .col {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.res-row > .blank {
  display: table-cell;
  position: relative;
}

.res-row > .col.v-line:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  border-right: 1px solid #ccc ;
}

.res-row.v-mid > .col {
  vertical-align: middle !important;
}

@media screen and (max-width:640px) {
  .res-row {
    display: block;
    width: 100% !important;
  }

  .res-row > .col {
    display: block;
    margin-bottom: 15px;
    width: 100% !important;
  }

  .res-row > .blank {
    display: none;
  }

  .res-row > .col:last-child {
   margin-bottom: 0;
  }

}

/* -----------------------------------------------
  flex responsive Column layout ここから
------------------------------------------------ */

.res-flex,
.flex-row {
  display: flex;
  position: relative;
  width: 100%;
}

.res-flex > div {
/*  width: calc( 50% - 15px );*/
}

.res-flex.items-center,
.flex-row.items-center,
.res-flex.align-center,
.flex-row.align-center {
  align-items: center !important;
}

.res-flex.justify-center,
.flex-row.justify-center {
  justify-content: center !important;
}

.res-flex.justify-between,
.flex-row.justify-between {
  justify-content: space-between !important;
}

.res-flex.justify-around,
.flex-row.justify-around {
  justify-content: space-around !important;
}

@media screen and (max-width:640px) {
  .res-flex {
    display: block;
    width: 100% !important;
  }

  .res-flex > div {
    display: block;
    margin-bottom: 15px;
    width: 100% !important;
  }

  .res-flex > div:last-child {
   margin-bottom: 0;
  }

}

/* -----------------------------------------------
  Responsive Table ここから
------------------------------------------------ */

table.res-table {
  display: table;
  position: relative;
  width: 100%;
}

table.res-table td { 
  padding: 0.5em;
}

table.res-table th {
  padding: 0.5em;
  white-space: nowrap;
}

table.res-table.v-mid td {
  vertical-align: middle !important;
}

@media screen and (max-width:640px) {
  
  table.res-table {
    display: block;
    width: 100% !important;
  }

  table.res-table tr {
    display: block;
    margin-bottom: 1rem;
    width: 100% !important;
  }

  table.res-table th,
  table.res-table td {
    display: block;
  }

  table.res-table td {
    padding: 0 0.25em;
  }

  table.res-table th {
    padding: 0 0.25em;
    white-space: normal;
  }

  table.res-table tr:last-child {
   margin-bottom: 0;
  }

}

/* -----------------------------------------------
  Responsive display / visible
------------------------------------------------ */
.res-img-switch {
  /* res-img-switch */
}

.res-sp-none {
  /* display: inherit; */
}

.res-sp-block {
  display: none !important;
}

.res-sp-inline {
  display: none !important;
}

.res-pc-none {
  display: none;
}

.res-pc-block {
  display: block;
}

.res-pc-inline {
  display: inline;
}

@media screen and (max-width:640px) {
  
  .res-sp-block {
    display: block !important;
  }

  .res-sp-inline {
    display: inline !important;
  }

  .res-sp-none {
    display: none !important;
  }

  .res-pc-none {
    display: block !important;
  }

  .res-pc-block {
    display: none !important;
  }

  .res-pc-inline {
    display: none !important;
  }

}

