@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* h1 */
/* -------------------------------------------- */
h1 {
  margin-bottom: 2em;
}

/* -------------------------------------------- */
/* read */
/* -------------------------------------------- */
.read {
  margin-bottom: 2em;
}

/* -------------------------------------------- */
/* feature */
/* -------------------------------------------- */
.feature {
  margin-bottom: 4em;
  padding: 1.2em 1.5em 1.5em;
  border: 1px solid #d95009;
  border-top-width: 4px;
}
.feature h2 {
  margin-bottom: .5em;
  font-size: 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #d95009;
  text-align: center;
}
.feature dl {
  margin-bottom: 1em;
}
.feature dl dt {
  margin-bottom: .3em;
  font-size: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.feature dl dt span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: .5em;
  border-radius: 50%;
  background-color: #d95009;
  font-size: 1.2em;
  color: #fff;
  vertical-align: bottom;
  text-align: center;
}
.feature dl dt:last-child {
  margin-bottom: 0;
}
.feature dl dd {
  padding-left: 3em;
}

/* -------------------------------------------- */
/* box */
/* -------------------------------------------- */
.box h2 {
  position: relative;
  margin-bottom: 1.5em;
  padding: .3em 1em .2em 1.4em;
  background-color: #401702;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
}
.box h2:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 28px;
  background-color: #fff;
  left: 12px;
  top: 7px;
}
.box .block {
  position: relative;
  margin-bottom: 4em;
  padding: 1.5em;
  background-color: #f4f4f4;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.box .block h3 {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.box .block h3 span {
  display: inline-block;
  margin-right: .5em;
  padding: 0 1.2em;
  border-radius: 3px;
  font-size: .65em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  background-color: #401702;
  vertical-align: middle;
}
.box .block h3 em {
  color: #d95009;
}
.box .block:not(:last-of-type):after {
  position: absolute;
  content: "";
  bottom: -2.7em;
  left: 44%;
  border-top: 20px solid #000;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
.box .block .inner {
  display: flex;
  justify-content: space-between;
}
.box .block .inner .detail {
  width: 60%;
}
.box .block .inner .detail p:not(:last-of-type) {
  margin-bottom: 1em;
}
.box .block .inner .detail .note {
  padding: .8em;
  border: 1px solid #401702;
  border-radius: 3px;
  font-size: .95em;
}
.box .block .inner .photo {
  width: 35%;
}

/* -------------------------------------------- */
/* flow */
/* -------------------------------------------- */
.flow .block:not(:last-of-type):after {
  border-top: 20px solid #d95009;
}

/* -------------------------------------------- */
/* notice */
/* -------------------------------------------- */
.notice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
  padding: 1.5em 1.5em 1.5em 0;
  border: 1px solid #c0c0c0;
}
.notice h3 {
  width: 23%;
  text-align: center;
}
.notice p em {
  font-weight: bold;
}
.notice p strong {
  color: #c90a4c;
  font-weight: bold;
}

/* -------------------------------------------- */
/* access */
/* -------------------------------------------- */
.access {
  margin-bottom: 4em;
}
.access .map {
  margin-bottom: 4em;
  border-bottom: 1px solid #fff;
}
.access .map .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.access .map .embed-container iframe, .access .map .embed-container object, .access .map .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* common
  ------------------------------------------------------------------------ */
  #contents {
    width: 95%;
    margin: 0 auto;
  }

  /* h1
  ------------------------------------------------------------------------ */
  h1 {
    text-align: center;
  }
}
/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* feature
  ------------------------------------------------------------------------ */
  .feature {
    padding: .8em 1em 1em;
  }
  .feature h2 {
    font-size: 1.5em;
  }
  .feature dl dt {
    font-size: 1.1em;
  }
  .feature dl dt span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: .5em;
    font-size: 1.1em;
  }
  .feature dl dd {
    padding-left: 0;
    font-size: .9em;
  }

  /* box
  ------------------------------------------------------------------------ */
  .box h2 {
    font-size: 1.2em;
  }
  .box .block h3 {
    font-size: 1.2em;
  }
  .box .block h3 span {
    padding: 0 .5em;
    font-size: .7em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  .box .block .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .block .inner .detail {
    width: 100%;
    margin-bottom: 2em;
  }
  .box .block .inner .photo {
    width: 100%;
    text-align: center;
  }
  .box .block:not(:last-of-type):after {
    left: 39%;
  }
}
/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* h1
  ------------------------------------------------------------------------ */
  h1 {
    margin-bottom: 1.5em;
  }

  /* notice
  ------------------------------------------------------------------------ */
  .notice {
    display: block;
    padding: 1em;
  }
  .notice h3 {
    width: 100%;
    margin-bottom: .5em;
    text-align: center;
  }
  .notice h3 img {
    display: none;
  }
  .notice h3:before {
    content: attr(data-label);
    font-size: 1.3em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
  }
}
