@charset "UTF-8";
/* media query
**************************************************************************************************/
/* reset,preset
**************************************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1;
  margin: 0;
  -webkit-text-size-adjust: 100%; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

p {
  line-height: 1.5;
  margin: 0; }

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0;
  padding: 0; }
  dl dt, dl dd {
    margin: 0;
    padding: 0; }

li {
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, button, input, select {
  outline: none;
  cursor: pointer; }

img {
  vertical-align: middle; }

figure {
  margin: 0;
  padding: 0; }

picture {
  display: block; }

object {
  display: block; }

:placeholder-shown
::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: #e5e5e5; }

a {
  color: #323232;
  text-decoration: none;
  outline: none;
  backface-visibility: hidden; }

a.disabled {
  pointer-events: none;
  opacity: 0.5; }

a img {
  border: 0;
  position: relative; }

@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  a:hover {
    opacity: 0.8; } }

/* mediaquery
**************************************************************************************************/
/* animation
**************************************************************************************************/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes sdl {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0; }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  70%, 100% {
    transform: scale(0, 1);
    transform-origin: 0 100%; } }

@keyframes rotate_typo {
  to {
    transform: translateX(-50%) rotate(1turn); } }

.slide-animation {
  animation: fadezoom 8s 0s ease-out forwards; }

@keyframes fadezoom {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

/* font
**************************************************************************************************/
/* fontsize,color
**************************************************************************************************/
pre, code, kbd, samp, tt {
  font-family: monospace; }

.serif {
  font-family: serif; }

.sanserif {
  font-family: sans-serif; }

.en {
  font-family: 'Alata', sans-serif; }

/* box
**************************************************************************************************/
.ib_wrap {
  letter-spacing: -1em; }

/* headline
**************************************************************************************************/
/* background
**************************************************************************************************/
/* float-align
**************************************************************************************************/
.clear {
  clear: both; }

.flr {
  float: right; }

.fll {
  float: left; }

.center {
  text-align: center !important; }

.center img {
  display: inline !important; }

.center img.pc {
  display: none !important; }

.center img.sp {
  display: inline !important; }

@media screen and (min-width: 1025px) {
  .center img.sp {
    display: none !important; }
  .center img.pc {
    display: inline !important; } }

.left {
  text-align: left; }

.flrpic {
  float: right;
  display: inline;
  margin: 0px 0px 15px 15px; }

.flrpic img {
  margin-bottom: 5px;
  display: inline; }

.fllpic {
  float: left;
  margin: 0px 15px 15px 0px; }

.fllpic img {
  margin-bottom: 5px;
  display: inline; }

.centerpic {
  margin: 0px auto;
  text-align: center; }

.centerpic img {
  margin-bottom: 5px;
  display: inline; }

.flrtbl {
  float: right;
  margin: 0px 0px 25px 25px; }

.flltbl {
  float: left;
  margin: 0px 25px 25px 0px; }

.alr {
  text-align: right !important; }

.alr img {
  display: inline; }

.inline {
  display: inline; }

.all {
  text-align: left !important; }

.mauto {
  margin: 0px auto !important; }

/* img
**************************************************************************************************/
img.full {
  width: 100%;
  max-width: 100%;
  height: auto; }

.wf {
  width: 100vw;
  margin-left: calc(-50vw + 50%); }

/* embed
**************************************************************************************************/
.embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em; }

.embed iframe, video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.gmap {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 1024px) {
  .gmap {
    padding-top: 56.25%; } }

/* button
**************************************************************************************************/
.fb_iframe_widget > span {
  vertical-align: top !important; }

/* select input
**************************************************************************************************/
/* lists
**************************************************************************************************/
ul.list-dflt {
  margin-bottom: 2em; }
  ul.list-dflt > li {
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 18px; }
    ul.list-dflt > li:before {
      content: '・';
      display: inline-block;
      text-indent: 0;
      font-weight: 500;
      position: absolute;
      top: 0.8em;
      left: 5px;
      line-height: 0; }

ol.list-dflt {
  counter-reset: number;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

ol.list-dflt > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px; }

ol.list-dflt > li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  text-indent: 0;
  font-size: 13px;
  position: absolute;
  top: 11px;
  left: 5px;
  line-height: 0;
  color: #000; }

ul.list-dflt ul {
  margin-top: 0.6em; }

ul.list-notice {
  margin: 1em 0; }
  ul.list-notice > li {
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 18px; }
    ul.list-notice > li:before {
      content: '※';
      display: inline-block;
      text-indent: 0;
      font-weight: 500;
      position: absolute;
      top: 0.7em;
      left: 0px;
      line-height: 0; }

ul.list01 {
  margin-bottom: 2em; }

ul.list01 > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  font-weight: bold; }

ul.list01 > li:before {
  content: '・';
  display: inline-block;
  text-indent: 0;
  font-weight: 500;
  font-size: 40px;
  position: absolute;
  top: 16px;
  left: 5px;
  line-height: 0; }

ul.list02 {
  margin: 1.5em 0;
  font-size: 14px; }

ul.list02 > li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
  line-height: 1.8; }

ul.list02 > li:before {
  content: '※';
  display: inline-block;
  text-indent: 0;
  font-weight: 500;
  position: absolute;
  top: 0.9em;
  left: 0px;
  line-height: 0; }

@media screen and (min-width: 1025px) {
  ul.list02 {
    font-size: 16px; } }

ol.list-type-a li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em; }

ol.list-type-a li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 10px;
  left: 2px;
  line-height: 0; }

ol.list-type-b li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em; }

ol.list-type-b li::before {
  content: "(" counter(cnt, lower-alpha) ") ";
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 10px;
  left: 2px;
  line-height: 0; }

dl.list-dflt {
  font-size: 16px; }
  dl.list-dflt div {
    margin-bottom: 3em; }
    dl.list-dflt div dt {
      font-weight: bold;
      margin: 0 0 0.8em 0; }
    dl.list-dflt div dd {
      margin: 0;
      padding: 0; }

/* text
**************************************************************************************************/
.ellipsis {
  max-height: 20px;
  position: relative;
  overflow: hidden;
  text-align: justify;
  font-size: 1em; }

.ellipsis:before,
.ellipsis:after {
  position: absolute;
  background: #fff; }

.ellipsis:before {
  content: "…";
  bottom: 0;
  right: 0;
  margin-bottom: 0px;
  background: #fff;
  width: 1em; }

.ellipsis:after {
  content: "";
  width: 100%;
  height: 100%; }

.ellipsis.line03 {
  max-height: 65px; }

/* images
**************************************************************************************************/
/* border
**************************************************************************************************/
.rounded {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -pie-border-radius: 8px; }

/* linkstyles
**************************************************************************************************/
.is-preview a,
.is-preview span {
  pointer-events: none;
  cursor: default; }

/* fontsize
**************************************************************************************************/
/* table
**************************************************************************************************/
table {
  border-spacing: 0; }

/* box
**************************************************************************************************/
.pf {
  width: 100vw;
  margin-left: calc(-50vw + 50%); }

@media screen and (min-width: 1025px) {
  .pf-none-pc {
    width: auto;
    margin-left: auto; } }

/* reset-slider
**************************************************************************************************/
.bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
  border: 0;
  background: none; }

/* scroll
**************************************************************************************************/
.scroll-wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%); }

.scroll-wrap .scroll {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-left: 20px; }

@media screen and (min-width: 1025px) {
  .scroll-wrap {
    width: auto;
    margin-left: 0; }
    .scroll-wrap .scroll {
      overflow: visible;
      padding-left: 0; } }

/* fix
**************************************************************************************************/
.fixed {
  position: fixed !important;
  width: 100%; }

/* form
**************************************************************************************************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="text"],
textarea {
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  background: #F7F7F7;
  font-size: 16px;
  padding: 0.8em 1em;
  width: 100%; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  cursor: text; }

input.postal {
  width: 100px; }

input.tel {
  width: 90px; }

input[type="radio"] {
  vertical-align: baseline; }

.label-radio {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 16px;
  margin-bottom: 0.5em;
  display: block; }

.label-radio input::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/common/input-radio-off.svg) 0 0 no-repeat;
  background-size: contain; }

.label-radio input:checked::before {
  background: url(../img/common/input-radio-on.svg) 0 0 no-repeat;
  background-size: contain; }

input[type="checkbox"] {
  vertical-align: baseline; }

input::placeholder,
textarea::placeholder {
  color: #959595; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #959595; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #959595; }

select {
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  padding: 0.8em 1em;
  width: 100%; }

/* width
**************************************************************************************************/
.m0 {
  margin: 0 !important; }

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

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

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

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

.m10 {
  margin: 10px !important; }

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

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

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

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

.m20 {
  margin: 20px !important; }

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

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

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

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

.m30 {
  margin: 30px !important; }

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

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

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

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

.m40 {
  margin: 40px !important; }

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

.mr40 {
  margin-right: 40px !important; }

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

.ml40 {
  margin-left: 40px !important; }

.m50 {
  margin: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

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

.ml50 {
  margin-left: 50px !important; }

.p0 {
  padding: 0 !important; }

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

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

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

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

.p10 {
  padding: 10px !important; }

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

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

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

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

.p20 {
  padding: 20px !important; }

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

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

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

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

.p30 {
  padding: 30px !important; }

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

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

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

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

.p40 {
  padding: 40px !important; }

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

.pr40 {
  padding-right: 40px !important; }

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

.pl40 {
  padding-left: 40px !important; }

.p50 {
  padding: 50px !important; }

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

.pr50 {
  padding-right: 50px !important; }

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

.pl50 {
  padding-left: 50px !important; }

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

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

.w300 {
  width: 300px !important; }

.w350 {
  width: 350px !important; }

.wauto {
  width: auto !important; }

.whalf {
  width: 355px; }

.full {
  width: 100% !important; }

div.indent .whalf {
  width: 335px; }

div.indent div.indent .whalf {
  width: 315px; }

.align_right {
  text-align: right !important; }

.align_center {
  text-align: center !important; }

.center {
  text-align: center !important; }

.align_left {
  text-align: left; }

.fontSS {
  font-size: 77% !important; }

.fontS {
  font-size: 93% !important; }

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

.fontL {
  font-size: 123.1% !important; }

.fontLL {
  font-size: 146.5% !important; }

.font_normal {
  font-weight: normal; }

.font_bold {
  font-weight: bold; }

.nowrap {
  white-space: nowrap; }

a.bd img {
  border: 1px solid #ddc086; }

.alert {
  color: #df321b; }

@media screen and (min-width: 1025px) {
  .w40_pc {
    width: 40% !important; }
  .w60_pc {
    width: 60% !important; } }

/* flex
**************************************************************************************************/
/* clrfix
**************************************************************************************************/
.clrfix:after,
.block:after,
.box:after,
.set:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

.clrfix,
.block,
.box,
.set {
  display: inline-table;
  min-height: 1%; }

* html .clrfix,
* html .block,
* html .box,
* html .set {
  height: 1px; }

.clrfix,
.block,
.box,
.set {
  display: block; }

/*# sourceMappingURL=config.css.map */