@charset "utf-8";
/* ------------------------------------------------
  Reset
------------------------------------------------ */
.fas {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.alpha {
  opacity: 1;
}

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

@media( min-width: 640px ){
  a[href^="tel:"]{
    text-decoration: none;
    color: inherit;
    pointer-events: none;
  }
}

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

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

.w-main {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  max-width: 1700px;
}

.w-main .inner {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  max-width: 1400px;
}

@media screen and (max-width: 640px) {
  .w-main {
    width: calc( 100% - 10px )  !important;
  }
  
}

body.page main { font-size: min(calc((16 / var(--width)) * 100vw), 1.6rem); line-height: 1.7; color: #333; }
body.page main a { color: #333; text-decoration: none; }
body.page main a:hover, body.page main a:focus { text-decoration: underline; }
body.detail main a[href^="mailto:"] { padding-right: initial; background: none; background-size: auto; }

/* ------------------------------------------------
  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: 640px) {
  .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: 50px !important;
}

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

@media screen and (max-width: 640px) {

  .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;
  }

}

.font80 {
  font-size: 80% !important;
}

.font90 {
  font-size: 90% !important;
}

.font100 {
  font-size: 100% !important;
}

.font120 {
  font-size: 120% !important;
}

.font130 {
  font-size: 130% !important;
}

.font140 {
  font-size: 140% !important;
}

.font150 {
  font-size: 150% !important;
}

.font180 {
  font-size: 180% !important;
}

.font200 {
  font-size: 200% !important;
}

@media screen and (max-width: 640px) {



}

.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: 640px) {
  .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;
}

.infotxt { color: #fff; font-weight: bold; background-color: #63b5b1; padding: 4px 16px; }


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

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

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

.clear {
  clear:  both;
}

.of {
  overflow: hidden;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

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

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

.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
------------------------------------------------ */

.inline {
  display:  inline;
}

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

.block {
  display:  block;
}

.hide {
  display:  none !important;
}

.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
------------------------------------------------ */

.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;
}

@media screen and (max-width: 640px) {

  .sp-w100 {
    width: calc( 100% )  !important;
  }

}

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

.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;
}

/* ------------------------------------------------
  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;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !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;
}

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

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

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

.pt40-sp30 {
  padding-top: 40px !important;
}

@media screen and (max-width: 640px) {

  .pt60-sp30,
  .pt50-sp30,
  .pt40-sp30 {
    padding-top: 30px !important;
  }

}

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

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

.pt40-sp15 {
  padding-top: 40px !important;
}

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

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

@media screen and (max-width: 640px) {

  .pt60-sp15,
  .pt50-sp15,
  .pt40-sp15,
  .pt30-sp15,
  .pt25-sp15 {
    padding-top: 15px !important;
  }

}

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

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

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

.pt40-sp0 {
  padding-top: 40px !important;
}

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

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

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

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

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

@media screen and (max-width: 640px) {

  .pt60-sp0 ,
  .pt50-sp0,
  .pt40-sp0,
  .pt30-sp0,
  .pt25-sp0,
  .pt20-sp0,
  .pt15-sp0,
  .pt10-sp0 {
    padding-top: 0 !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;
}

@media screen and (max-width: 640px) {

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

}

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

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

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

.pb40-sp0 {
  padding-bottom: 40px !important;
}

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

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

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

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

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

@media screen and (max-width: 640px) {

  .pb60-sp0,
  .pb50-sp0,
  .pb40-sp0,
  .pb30-sp0,
  .pb25-sp0,
  .pb20-sp0,
  .pb15-sp0,
  .pb10-sp0 {
    padding-bottom: 0 !important;
  }

}

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

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

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

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

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

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

@media screen and (max-width: 640px) {


}


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

.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;
}

@media screen and (max-width: 640px) {


}


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

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

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

.mb40-sp10 {
  margin-bottom: 40px !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;
}

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

@media screen and (max-width: 640px) {


}


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

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

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

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

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

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

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

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

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

@media screen and (max-width: 640px) {


}


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

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

@media screen and (max-width: 640px) {

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

  .mb0-sp50 {
    margin-bottom: 50px !important;
  }

  .mb0-sp40 {
    margin-bottom: 40px !important;
  }

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

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

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

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

  .mb0-sp5 {
    margin-bottom: 5px !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;
}

@media screen and (max-width: 640px) {

  .mt30-sp15,
  .mt25-sp15,
  .mt20-sp15,
  .mt10-sp15,
  .mt0-sp15 {
    margin-top: 15px !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;
}

@media screen and (max-width: 640px) {

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

}

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

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

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

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

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

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

@media screen and (max-width: 640px) {

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

}

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

@media screen and (max-width: 640px) {

  .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;
  }

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

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

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

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

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

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

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

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

  .mb-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 ここから
------------------------------------------------*/

.flex {
  display: flex;
  position: relative;
  width: 100%;
}

.flex > div {
}

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

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

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

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

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

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

.res-flex.wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

  .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;
  }

}



/* -----------------------------------------------
  vendor ã“ã“ã‹ã‚‰
------------------------------------------------ */

.vendor.list main h2 {
  position: relative;
  padding: 0 1em;
  text-align: center;
}

.vendor.list main h2::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.vendor.list main h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
}

@media screen and (max-width:640px) {

  .vendor.list main h2 span {
    padding: 0 0.25em;
  }

}

.vendor-list li {
  position: relative;
  padding-left: 4.25em;
  line-height: 1.2;
  margin-bottom: 1em;
}

.vendor-list span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  min-width: 2.1em; /*2024-09-14*/
  text-align: center; /*2024-09-14*/
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  border-radius: 0.25em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

/*2024-09-14ã“ã“ã‹ã‚‰*/
.vendor-list span.color01 {
  background-color: #707cb4;
}

.vendor-list span.color02 {
  background-color: #39b5cf;
}

.vendor-list span[class^=A] {
  background-color: #b8d454;
}

.vendor-list span[class^=B] {
  background-color: #74c746;
}

.vendor-list span[class^=C] {
  background-color: #42ba47;
}

.vendor-list span[class^=D] {
  background-color: #3bac74;
}

.vendor-list span[class^=E] {
  background-color: #40b294;
}

.vendor-list span[class^=F] {
  background-color: #45b9ba;
}

.vendor-list span[class^=G] {
  background-color: #43a0bf;
}

.vendor-list span[class^=H] {
  background-color: #449dc2;
}

.vendor-list span[class^=I] {
  background-color: #4599c5;
}

.vendor-list span[class^=J] {
  background-color: #4596c8;
}

.vendor-list span[class^=K] {
  background-color: #5785c2;
}

.vendor-list span[class^=L] {
  background-color: #6b7dbb;
}

.vendor-list span[class^=M] {
  background-color: #8082b5;
}

.vendor-list span[class^=N] {
  background-color: #896eb2;
}

.vendor-list span[class^=O] {
  background-color: #a15eb0;
}

.vendor-list span[class^=P] {
  background-color: #ab4e92;
}

.vendor-list span[class^=Q] {
  background-color: #b34e93;
}

.vendor-list span[class^=R] {
  background-color: #bb4b92;
}

.vendor-list span[class^=S] {
  background-color: #c34990;
}
/*2024-09-14ã“ã“ã¾ã§*/

.vendor.list main .inner > div {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:640px) {

  .vendor.list main .inner > div {
    width: 96%;
  }

}

.vendor main .list {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.vendor.detail .res-fright .subtitle {
  position: relative;
  padding: 0 1em;
  text-align: center;
}

.vendor.detail .res-fright .subtitle::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.vendor.detail .res-fright .subtitle span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
}

.vendor.detail main .inner > div {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.vendor.detail main .cf.center {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:640px) {

  .vendor.detail main .cf.center {
      width: 96% !important;
  }

}

.vendor.detail main .num-box {
  display: inline-block;
  background: #a0aec5;
  padding: 0.5em 1em;
  color: #fff;
  line-height: 1;
}

.vendor.detail main div[lang=ja],
.vendor.detail main div[lang=en],
.vendor.detail main div[lang=zh] {
  margin-bottom: 50px;
  padding-bottom: 50px;
  background-image : linear-gradient(to right, #a0aec5, #a0aec5 2px, transparent 2px, transparent 8px); 
  background-size: 8px 2px;
  background-position: left bottom; 
  background-repeat: repeat-x; 
}

@media screen and (max-width:640px) {

  .vendor.detail main div[lang=ja],
  .vendor.detail main div[lang=en] {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

}

.vendor.detail main .ico-mail,
.vendor.detail main .ico-insta,
.vendor.detail main .ico-fb,
.vendor.detail main .ico-x,
.vendor.detail main .ico-tel,
.vendor.detail main .ico-sms,
.vendor.detail main .ico-yt,
.vendor.detail main .ico-line {
  position: relative;
  width: auto; 
}

.vendor.detail main .ico-mail {
  display: inline-block;
  padding-left: 2.5em;
  width: 15em;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25;
}

@media screen and (max-width:640px) {

  .vendor.detail main .ico-mail {
/*     width: 12em; */
  }

}

.vendor.detail main .sns-box {
  background: #E8E8E8;
  padding: 0.5em 0.5em;
  border-radius: 0.5em;
}

.vendor.detail main .ico-yt,
.vendor.detail main .ico-tel,
.vendor.detail main .ico-sms,
.vendor.detail main .ico-line {
/*   width: 35%; */
  display: inline-block;
  padding-left: 2em;
  margin: 0.2em 0.5em 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6;
}

.vendor.detail main .ico-insta,
.vendor.detail main .ico-fb,
.vendor.detail main .ico-x {
  width: 1em;
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
  overflow: hidden;
  line-height: 1.6;
}

.vendor.detail main .ico-mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( 0, -50%);
  width: 1.75em;
  height: 2em;
  /*background: url("images/ico_mail.svg") no-repeat center center;*/
  background: url("../assets/img/icon_email.svg") no-repeat center center;
  background-size: contain;
}

.vendor.detail main .ico-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( 0, -50%);
  width: 1.75em;
  height: 1.75em;
  background: url("images/ico_tel.svg") no-repeat center center;
  background-size: contain;
}

.vendor.detail main .ico-sms::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( 0, -50%);
  width: 1.75em;
  height: 1.75em;
  background: url("images/ico_sms.svg") no-repeat center center;
  background-size: contain;
}

.vendor.detail main .ico-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( 0, -50%);
  width: 1.75em;
  height: 1.75em;
  background: url("images/ico_line.svg") no-repeat center center;
  background-size: contain;
}

.vendor.detail main .ico-yt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( 0, -50%);
  width: 1.75em;
  height: 1.75em;
  background: url("images/ico_youtube.svg") no-repeat center center;
  background-size: contain;
}

.vendor.detail main .ico-insta,
.vendor.detail main .ico-fb,
.vendor.detail main .ico-x {
  width: auto;
  height: 1.75em;
  padding-left: 2em;
  background: url("images/ico_insta.svg") no-repeat center left;
  background-size: contain;
}

.vendor.detail main .ico-fb {
  background: url("images/ico_fb.svg") no-repeat center left;
}

.vendor.detail main .ico-x {
  background: url("images/ico_x.svg") no-repeat center left;
}

.vendor.detail main .info-header > div:nth-child(1) {
  width: calc(100% - 130px);
}

.vendor.detail main .info-header .photo {
  max-width: 120px;
}

.vendor.detail main .info-header .photo > div{
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.vendor.detail main .info-body {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width:640px) {

  .vendor.detail main .info-body {
    border-bottom: none;
  }

}

.vendor.detail main .info-body table {
  line-height: 1.25;
}

.vendor.detail main .info-body td {
  padding: 0.5em;
}

.vendor.detail main .info-body td span {
  display: inline-block;
  width: 2.1em;
/*   text-align: center; */
}

.vendor.detail main .info-body .address div {
  margin-bottom: 0.5em;
}

.vendor.detail main .info-body .address div:last-child {
  margin-bottom: 0;
}

.vendor.detail main .info-body .website a {
  position: relative;
  /*padding-right: 1.5em;*/
}

/*.vendor.detail main .info-body .website a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate( 0, -50%);
  width: 1em;
  height: 1em;
  background: url("images/ico_blank.svg") no-repeat center center;
  background-size: contain;
}*/

/*2024/10/10ã“ã“ã‹ã‚‰*/
.vendor.detail main .video {
  display: flex;
  justify-content: center;
}

.vendor.detail main .video video {
  position: relative;
  width: 75%;
  height: auto;
  object-fit: cover;
  background-color: transparent; 
}

.vendor.detail main .video video.aspect {
  width: 100%;
}

@media screen and (max-width:640px) {

.vendor.detail main . video video {
  width: 100%;
  max-height: 100vh;
}

}
/*2024/10/10ã“ã“ã¾ã§*/

.vendor.detail main .picture {
  position: relative;
  background: linear-gradient(25deg, #c2e09a 0%, #aedcce 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.vendor.detail main .picture h2 {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate( -50%, 0);
  width: 100%;
  text-align: center;
}

@media screen and (max-width:640px) {

  .vendor.detail main .picture h2 {
    top: -80px;
  }

}

.vendor.detail main .pictures {
/*  display: flex;*/
  flex-wrap: wrap;
  justify-content: space-around;
/*   align-items: center; */
align-items: normal; 
}

.vendor.detail main .pictures > div {
  margin-top: 30px;
}

.vendor.detail main .pictures .ib {
  font-size: 90%;
  line-height: 1.5;
  width: 350px; 
}

@media screen and (max-width:640px) {

.vendor.detail main .pictures .ib {
  width: auto; 
}

}

.vendor.detail .btn_back a {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2em;
  line-height: 1.1;
}

.vendor.detail .btn_back a:hover {
  background-color: #a0aec5;
  border: 1px solid #a0aec5;
  text-decoration: none;
  color: #fff;
}

.vendor.detail .btn_back a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate( 0, -50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transition: all 0.3s ease-out;
}

.vendor.detail .btn_back a:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.vendor.detail .animate__animated {
  opacity: 0;
/*  transition: 5s;*/
}

.vendor.detail .fade-in {
  opacity: 1;
}