@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Base
------------------------------------------------------------ */
/* ------------------------------------------------------------
   base.css
------------------------------------------------------------ */
/* Reset
------------------------------------------------------------ */
html, body, a, abbr, address, area, article, aside, audio,
b, blockquote, button, canvas, caption, cite, code, col, colgroup,
data, datalist, dd, del, dfn, div, dl, dt, em, embed,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
i, iframe, img, input, ins, kbd, label, legend, li, main, map, mark, menu, nav,
object, ol, optgroup, option, output, p, param, pre, progress, q,
rb, rp, rt, rtc, ruby, s, samp, section, small, span, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, var, video, wbr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Foundation
------------------------------------------------------------ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
  font-size: 62.5%;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: .08em;
  font-family: 'Noto Sans JP', sans-serif;
}

small {
  font-size: inherit;
}

a {
  color: #47b36d;
}

h1, h2, h3, h4, h5, h6, p, dt, dd, ul, li, table, th, td, button, input {
  color: #333333;
  line-height: 1.6;
}

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

/*@font-face{
    font-family: 'Shirokuma';
    src:url(../data/Shirokuma-Regular.otf) format('opentype'),
    url(../data/Shirokuma-Regular.woff) format('woff');
}*/
a[href^="tel:"] {
  cursor: default;
}

/* Module
------------------------------------------------------------ */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ------------------------------------------------------------
    header
------------------------------------------------------------ */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  margin-left: 15px;
  max-width: 284px;
}

.header__logo img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    width: 40%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 55%;
    margin-left: 0;
  }
}

.header__logo a {
  padding: 10px 0;
}

.header__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header__content {
    width: 35%;
    max-width: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .header__search {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__search {
    display: none;
  }
}

.header__search form {
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #ffac93;
  border-radius: 100px;
}

.header__search-txt {
  width: 90%;
}

.header__search-txt::-webkit-input-placeholder {
  color: #b8b8b8;
}

.header__search-txt:-ms-input-placeholder {
  color: #b8b8b8;
}

.header__search-txt::-ms-input-placeholder {
  color: #b8b8b8;
}

.header__search-txt::placeholder {
  color: #b8b8b8;
}

.header__search-btn {
  background: none;
  text-indent: -9999px;
  width: 16px;
  height: 18px;
  background: url(/common/img/ico_search@2x.png) no-repeat center top 2px/16px;
  cursor: pointer;
}

.header__phone {
  max-width: 222px;
  margin-right: 2.3%;
}

.header__phone img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header__phone {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .header__phone {
    display: none;
  }
}

.header__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header__bnr__access {
  background: #E5F0ED;
  max-width: 200px;
  width: 200px;
  height: 50%;
}

.header__bnr__access a {
  text-decoration: none;
}

.header__bnr__access p {
  padding: 18px;
  background: url(../img/ico_access.svg) no-repeat top 50% left 30px/18px;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .header__bnr__access p {
    padding: 17px 10px 16px 40px;
    background: url(../img/ico_access.svg) no-repeat top 50% left 15px/18px;
  }
}

@media screen and (max-width: 1024px) {
  .header__bnr__access {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .header__bnr__access {
    display: none;
  }
}

.header__bnr__access:hover {
  opacity: .8;
}

.header__bnr__line {
  max-width: 200px;
  width: 200px;
  height: 50%;
  padding: 11px;
  border: 1px dotted #00B027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__bnr__line img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 150px;
}

@media screen and (max-width: 1024px) {
  .header__bnr__line {
    max-width: 140px;
    padding: 15px 11px;
  }
}

@media screen and (max-width: 767px) {
  .header__bnr__line {
    display: none;
  }
}

.header__bnr__line:hover {
  opacity: .8;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 180px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header__list {
    max-width: none;
  }
}

.header__list li {
  width: 100%;
  max-width: 90px;
}

@media screen and (max-width: 767px) {
  .header__list p {
    display: none;
  }
}

.header__list__phone {
  display: none;
  background: #ff906e;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .header__list__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__list__phone a {
  text-align: center;
  display: block;
  padding: 20px 19px 20px 19px;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .header__list__phone a {
    padding: 20px;
  }
}

.header__list__phone a img {
  margin: auto;
  max-width: 25px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .header__list__phone a img {
    margin-bottom: 0;
  }
}

.header__list__phone:hover {
  opacity: .8;
}

.header__list__access {
  background: #ff906e;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .header__list__access {
    display: none;
  }
}

.header__list__access a {
  text-align: center;
  display: block;
  padding: 22px 19px 20px 19px;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.header__list__access a img {
  margin: auto;
  max-width: 42px;
  margin-bottom: 13px;
}

.header__list__access a p {
  color: #fff;
}

.header__list__access:hover {
  opacity: .8;
}

.header__list__menu {
  position: relative;
  z-index: 7;
  background: #b65435;
  text-align: center;
  color: #fff;
  padding: 25px 0px 20px 0px;
  font-size: 1.3rem;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__list__menu__inner {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .header__list__menu__inner {
    margin-bottom: 0;
  }
}

.header__list__menu p {
  color: #fff;
}

.header__list__menu .menu-trigger,
.header__list__menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__list__menu .menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}

.header__list__menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.header__list__menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header__list__menu .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.header__list__menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header__list__menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.header__list__menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.header__list__menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.header__list__menu2 {
  position: relative;
  z-index: 7;
  background: #b65435;
  text-align: center;
  color: #fff;
  padding: 25px 16px 20px 16px;
  font-size: 1.3rem;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__list__menu2__inner {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .header__list__menu2__inner {
    margin-bottom: 0;
  }
}

.header__list__menu2 .menu-trigger,
.header__list__menu2 .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__list__menu2 .menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}

.header__list__menu2 .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.header__list__menu2 .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header__list__menu2 .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.header__list__menu2 .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header__list__menu2 .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.header__list__menu2 .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.header__list__menu2 .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.header__list__menu:hover {
  opacity: .8;
}

.header__list__menu.active {
  right: 0;
  top: 0;
  min-width: 74px;
}

.header__list__menu2:hover {
  opacity: .8;
}

.header__list__menu2.active {
  right: 0;
  top: 0;
  min-width: 74px;
}

.header__nav {
  position: fixed;
  z-index: 109;
  right: -9999px;
  background: #b65435;
  width: 100%;
  max-width: 360px;
  -webkit-transition: .8s;
  transition: .8s;
  height: 100vh;
}

.header__nav__inner {
  height: 100%;
  overflow-y: scroll;
}

.header__nav__inner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav__inner__box__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav__phone {
  margin: 20px;
  background: #a13e20;
  max-width: 245px;
  border-radius: 6px;
  padding: 12px;
}

.header__nav__phone img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 211px;
}

.header__nav__access {
  margin: 7px 7px 7px 20px;
  background: #E5F0ED;
  width: 43%;
  max-width: 154px;
  border-radius: 6px;
  height: 40px;
}

.header__nav__access a {
  text-decoration: none;
}

.header__nav__access p {
  padding: 9px 14px 11px 40px;
  background: url(../img/ico_access.svg) no-repeat top 50% left 10px/18px;
  font-size: 1.3rem;
}

.header__nav__reserve {
  margin-left: 20px;
  margin-right: 20px;
  background: #FF906E;
  border-radius: 6px;
}

.header__nav__reserve a {
  text-decoration: none;
}

.header__nav__reserve p {
  padding: 15px 40px 15px 80px;
  background: url(../img/ico_web.svg) no-repeat top 50% left 30px/30px;
  font-size: 1.6rem;
  color: #fff;
}

.header__nav__line {
  width: 43%;
  margin-right: 20px;
  background: #00B027;
  border-radius: 6px;
  height: 40px;
  padding: 7px;
}

.header__nav__line img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 150px;
}

.header__nav__list {
  overflow-y: scroll;
  height: 100%;
}

.header__nav__list a, .header__nav__list .toggle-btn {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: solid 1px #c5765d;
  background: url(/common/img/ico_arrow_white@2x.png) no-repeat right 20px center/6px;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.header__nav__list a:hover {
  opacity: .7;
}

.header__nav__list .toggle-btn {
  background: url(/common/img/ico_arrow_bottom_white@2x.png) no-repeat right 18px center/10px;
}

.header__nav__list .toggle-btn.active {
  background: url(/common/img/ico_arrow_top_white@2x.png) no-repeat right 18px center/10px;
}

.header__nav__list ul.accordion {
  display: none;
}

.header__nav__list ul a::before {
  content: "ー　";
}

.header__nav__list ul a {
  background: #be6a54;
}

.header__nav.active {
  right: 0;
}

.gsc-search-box.gsc-search-box-tools {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .menu-trigger.active {
    margin-top: 11px;
  }
}

.main {
  margin-top: 106px;
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 74px;
  }
}

/* ------------------------------------------------------------
   parts
------------------------------------------------------------ */
.mainvisual__inner {
  position: relative;
  margin: auto;
}

.mainvisual__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 241px;
  background: url(../../guide/img/mainimg_bg@2x.png), url(../../guide/img/mainimg@2x.jpg);
  background-position: bottom center,center;
  background-size: cover 36px,cover;
  background-repeat: no-repeat;
}

.mainvisual__pic__head {
  color: #fff;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}

.mainvisual__txt {
  margin: 70px auto 0 auto;
  max-width: 1000px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .mainvisual__txt {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .mainvisual__txt {
    text-align: left;
  }
}

.mainvisual__txt__cap {
  font-weight: 600;
  margin-top: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
  margin-bottom: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
}

.content {
  padding: 70px 0;
}

.inner2 {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.headline02 {
  margin-bottom: 40px;
  padding-top: 30px;
  font-size: 3.0rem;
  text-align: center;
  color: #72460A;
  position: relative;
}

@media screen and (max-width: 767px) {
  .headline02 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.headline02::before {
  content: "";
  width: 105px;
  height: 26px;
  background: url(../img/ico_h2.png);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.headline03 {
  margin-bottom: 30px;
  padding-bottom: 16px;
  font-size: 2.6rem;
  border-bottom: 5px dotted #BB553B;
  color: #BB553B;
}

@media screen and (max-width: 767px) {
  .headline03 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 2.2rem;
  }
}

.headline04 {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 2.2rem;
  position: relative;
  color: #BB553B;
}

@media screen and (max-width: 767px) {
  .headline04 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 2rem;
  }
}

.headline04::before {
  content: "";
  width: 14px;
  height: 30px;
  background-color: #BB553B;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .headline04::before {
    width: 10px;
    height: 20px;
    top: 7px;
  }
}

.headline05 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .headline05 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}

.headline05::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #FFD9BD;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
}

.headline06 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 2.0rem;
  position: relative;
  color: #FF9173;
}

@media screen and (max-width: 767px) {
  .headline06 {
    margin-bottom: 30px;
  }
}

.headline06::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #FF9173;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
}

strong {
  font-weight: bold;
}

.p-link {
  display: inline-block;
}

.p-link[target="_blank"] {
  padding-right: 21px;
  background: url(../img/ico_blank.svg) no-repeat center right/13px;
}

.headline07 {
  color: #fff;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 0 10px 60px;
  background: url(../img/checkbox_ico@2x.png), #be6b55;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 20px center;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .headline07 {
    font-size: 1.8rem;
    background-size: 20px;
    padding: 10px 0 10px 50px;
    margin-bottom: 20px;
  }
}

.list01 {
  margin-bottom: 30px;
}

.list01 li {
  padding-left: 18px;
  position: relative;
}

.list01 li a {
  color: #BB553B;
}

.list01 li::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #BB553B;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 5.5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .list01 li::before {
    top: 4px;
  }
}

.list01 li:not(:first-child) {
  margin-top: 8px;
}

.list01 ul {
  margin-top: 8px;
  padding-left: 18px;
}

.list01 ul li {
  padding-left: 16px;
}

.list01 ul li::before {
  width: 6px;
  height: 6px;
  border: none;
  background: #BB553B;
  top: 8px;
}

.list02 {
  margin-bottom: 30px;
}

.list02 li {
  counter-increment: num;
  padding-left: 44px;
  position: relative;
}

.list02 li a {
  color: #FF906E;
}

.list02 li::before {
  content: counter(num);
  color: #FF906E;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-radius: 50%;
  border: 2px dotted #FF906E;
  position: absolute;
  top: -4px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .list02 li::before {
    top: -6px;
  }
}

.list02 li:not(:first-child) {
  margin-top: 15px;
}

.list03 {
  margin-bottom: 30px;
}

.list03 li {
  padding-left: 34px;
  background: url(../img/ico_check.svg) no-repeat top left/22px;
}

.list03 li a {
  color: #FF906E;
}

.list03 li:not(:first-child) {
  margin-top: 8px;
}

.list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list04 dt {
  color: #fff;
  margin-right: 15px;
  padding: 3.5px 20px;
  font-weight: bold;
  border-radius: 70px;
  background: #FF906E;
}

.list04 dd {
  margin-top: 4px;
}

.list04 dd a {
  color: #FF906E;
}

.p-box01 {
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 20px;
  background: #FFF4E5;
}

@media screen and (max-width: 767px) {
  .p-box01 {
    padding: 30px 5%;
  }
}

.p-box02 {
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 20px;
  background: #FFF4F1;
}

@media screen and (max-width: 767px) {
  .p-box02 {
    padding: 30px 5%;
  }
}

.p-box03 {
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 20px;
  background: #EEF5F3;
}

@media screen and (max-width: 767px) {
  .p-box03 {
    padding: 30px 5%;
  }
}

.p-box04 {
  margin-bottom: 30px;
  padding: 40px;
  border: 3px dotted #BB553B;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-box04 {
    padding: 30px 5%;
  }
}

.table01 {
  margin-bottom: 30px;
}

.table01 table {
  width: 100%;
  border: 1px solid #DDDDDD;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .table01 table {
    border: none;
  }
}

.table01 table tr {
  width: 100%;
  border: 1px solid #DDDDDD;
}

@media screen and (max-width: 767px) {
  .table01 table tr {
    display: block;
    border: none;
  }
}

.table01 table tr th {
  padding: 15px 20px;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  background: #FFF4E5;
}

@media screen and (max-width: 767px) {
  .table01 table tr th {
    width: 100%;
    display: block;
  }
}

.table01 table tr td {
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
}

@media screen and (max-width: 767px) {
  .table01 table tr td {
    width: 100%;
    display: block;
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .table01 table tr:not(:nth-of-type(1)) th {
    border-top: none;
  }
}

.table02 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .table02 {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.table02 table {
  width: 100%;
  border: 1px solid #DDDDDD;
  background: #fff;
}

.table02 table thead {
  width: 100%;
}

.table02 table thead tr {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.table02 table thead tr th {
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  background: #CF8879;
}

@media screen and (max-width: 767px) {
  .table02 table thead tr th {
    width: 200px;
  }
}

.table02 table thead tr td {
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
}

@media screen and (max-width: 767px) {
  .table02 table thead tr td {
    width: 200px;
  }
}

.table02 table tbody {
  width: 100%;
}

.table02 table tbody tr {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.table02 table tbody tr th {
  padding: 15px 20px;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  background: #FFF4E5;
}

@media screen and (max-width: 767px) {
  .table02 table tbody tr th {
    width: 200px;
  }
}

.table02 table tbody tr td {
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
}

@media screen and (max-width: 767px) {
  .table02 table tbody tr td {
    width: 200px;
  }
}

.table03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .table03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.table03__wrap {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .table03__wrap {
    width: 60%;
    margin: 0 auto;
  }
}

.table03__wrap__fig {
  width: 100%;
  padding: 10px;
  border: 1px solid #F1F1F1;
  display: block;
}

@media screen and (max-width: 767px) {
  .table03__wrap__fig {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.table03__table {
  margin-bottom: 30px;
  width: 76%;
}

@media screen and (max-width: 767px) {
  .table03__table {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}

.table03__table table {
  width: 100%;
  border: 1px solid #DDDDDD;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .table03__table table {
    border: none;
  }
}

.table03__table table tr {
  width: 100%;
  border: 1px solid #DDDDDD;
}

@media screen and (max-width: 767px) {
  .table03__table table tr {
    display: block;
    border: none;
  }
}

.table03__table table tr th {
  padding: 15px 20px;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  background: #FFF4E5;
}

@media screen and (max-width: 767px) {
  .table03__table table tr th {
    width: 100%;
    display: block;
  }
}

.table03__table table tr td {
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
}

@media screen and (max-width: 767px) {
  .table03__table table tr td {
    width: 100%;
    display: block;
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .table03__table table tr:not(:nth-of-type(1)) th {
    border-top: none;
  }
}

.p-fig01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-fig01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-fig01__wrap {
  width: 57%;
}

@media screen and (max-width: 767px) {
  .p-fig01__wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}

.p-fig01__fig {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-fig01__fig {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-fig02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-fig02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-fig02__wrap {
  width: 57%;
}

@media screen and (max-width: 767px) {
  .p-fig02__wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}

.p-fig02__fig {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-fig02__fig {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-fig03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.p-fig03__wrap {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .p-fig03__wrap {
    width: 100%;
  }
}

.p-fig03__wrap__pic {
  border-radius: 20px;
  overflow: hidden;
}

.p-fig03__wrap__ttl {
  color: #FF9173;
  margin-top: 15px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fig03__wrap__ttl {
    font-size: 1.6rem;
  }
}

.p-fig03__wrap__txt {
  font-size: 1.4rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-fig03__wrap__txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-fig03__wrap:nth-child(2) {
    margin-top: 20px;
  }
}

.p-fig03__wrap:nth-child(n+3) {
  margin-top: 20px;
}

.p-fig04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.p-fig04__wrap {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .p-fig04__wrap {
    width: 100%;
  }
}

.p-fig04__wrap__pic {
  border-radius: 20px;
  overflow: hidden;
}

.p-fig04__wrap__ttl {
  color: #FF9173;
  margin-top: 15px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fig04__wrap__ttl {
    font-size: 1.6rem;
  }
}

.p-fig04__wrap__txt {
  font-size: 1.4rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-fig04__wrap__txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-fig04__wrap:not(:first-child) {
    margin-top: 20px;
  }
}

.p-fig04__wrap:nth-child(n+4) {
  margin-top: 20px;
}

.p-fig04::after {
  content: "";
  width: 32%;
}

.p-fig05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.p-fig05__wrap {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .p-fig05__wrap {
    width: 100%;
  }
}

.p-fig05__wrap__pic {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}

.p-fig05__wrap__ttl {
  color: #FF9173;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fig05__wrap__ttl {
    font-size: 1.6rem;
  }
}

.p-fig05__wrap__txt {
  font-size: 1.4rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-fig05__wrap__txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-fig05__wrap:nth-child(2) {
    margin-top: 20px;
  }
}

.p-fig05__wrap:nth-child(n+3) {
  margin-top: 20px;
}

.p-fig06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.p-fig06__wrap {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .p-fig06__wrap {
    width: 100%;
  }
}

.p-fig06__wrap__pic {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}

.p-fig06__wrap__ttl {
  color: #FF9173;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fig06__wrap__ttl {
    font-size: 1.6rem;
  }
}

.p-fig06__wrap__txt {
  font-size: 1.4rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-fig06__wrap__txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-fig06__wrap:not(:first-child) {
    margin-top: 20px;
  }
}

.p-fig06__wrap:nth-child(n+4) {
  margin-top: 20px;
}

.p-fig06::after {
  content: "";
  width: 32%;
}

.p-fig07 {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}

.p-fig08 {
  width: 70%;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-fig08 {
    width: 100%;
  }
}

.p-fig09 {
  width: 50%;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-fig09 {
    width: 100%;
  }
}

.p-link01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.p-link01 li {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .p-link01 li {
    width: 100%;
  }
}

.p-link01 li a {
  color: #BB553B;
  display: block;
  padding: 14.5px 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #BB553B;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../img/ico_vec01.svg) no-repeat center right 19px/5px, #fff;
}

.p-link01 li a:hover {
  color: #fff;
  background: url(../img/ico_vec02.svg) no-repeat center right 19px/5px, #BB553B;
}

@media screen and (max-width: 767px) {
  .p-link01 li:not(:first-child) {
    margin-top: 20px;
  }
}

.p-link01 li:nth-child(n+4) {
  margin-top: 20px;
}

.p-link01::after {
  content: "";
  width: 32%;
}

.p-link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.p-link02 li {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .p-link02 li {
    width: 100%;
  }
}

.p-link02 li a {
  color: #fff;
  display: block;
  padding: 14.5px 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #BB553B;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../img/ico_vec02.svg) no-repeat center right 19px/5px, #BB553B;
}

.p-link02 li a:hover {
  color: #BB553B;
  background: url(../img/ico_vec01.svg) no-repeat center right 19px/5px, #fff;
}

@media screen and (max-width: 767px) {
  .p-link02 li:not(:first-child) {
    margin-top: 20px;
  }
}

.p-link02 li:nth-child(n+4) {
  margin-top: 20px;
}

.p-link02::after {
  content: "";
  width: 32%;
}

.ank-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 70px;
  max-width: 1080px;
}

@media screen and (max-width: 1024px) {
  .ank-list {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .ank-list {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.ank-list__btn {
  width: 24%;
  border-radius: 5px;
  font-size: 1.4rem;
  background: url(../img/ico_vec03.svg) no-repeat right 20px center/15px #ffebc4;
  margin-top: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
  margin-bottom: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
}

@media screen and (max-width: 767px) {
  .ank-list__btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ank-list__btn__link {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #000;
}

.ank-list::before {
  content: "";
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.ank-list::after {
  content: "";
  width: 24%;
}

.qa-list {
  margin-bottom: 15px;
  background: #FFF4E5;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .qa-list {
    margin-bottom: 20px;
  }
}

.qa-list dt {
  padding: 25px 80px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa-list dt {
    padding: 20px 60px;
    font-size: 1.6rem;
  }
}

.qa-list dt::before {
  content: "Q";
  color: #CF8879;
  font-size: 3rem;
  font-weight: bold;
  line-height: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 50%;
  border: 2px dotted #CF8879;
  top: 12px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .qa-list dt::before {
    font-size: 2.1rem;
    width: 36px;
    height: 36px;
    top: 15px;
    left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa-list dt::after {
  content: "";
  width: 15px;
  height: 10px;
  margin: auto 0;
  background: url(../img/ico_vec04.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
}

.qa-list dt.active::after {
  background: url(../img/ico_vec05.svg) no-repeat center/cover;
}

.qa-list dd {
  display: none;
  padding: 25px 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa-list dd {
    padding: 20px 60px;
    font-size: 1.4rem;
  }
}

.qa-list dd::before {
  content: "A";
  color: #FF9173;
  font-size: 3rem;
  font-weight: bold;
  line-height: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 50%;
  border: 2px dotted #FF9173;
  top: 12px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .qa-list dd::before {
    font-size: 2.1rem;
    width: 36px;
    height: 36px;
    top: 15px;
    left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

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

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .spmt0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 100px !important;
  }
}

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

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

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

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

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

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

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .spmr0 {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmr100 {
    margin-right: 100px !important;
  }
}

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

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

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

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

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

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

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

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

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

@media screen and (max-width: 767px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .spmb100 {
    margin-bottom: 100px !important;
  }
}

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

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

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

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

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

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

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .spml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .spml10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .spml100 {
    margin-left: 100px !important;
  }
}

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

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

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

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

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

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

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

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

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

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

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

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

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

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

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

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

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

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

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

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

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

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

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

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

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

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

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

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

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

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

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

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* ------------------------------------------------------------
   404
------------------------------------------------------------ */
.text01 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .text01 {
    text-align: left;
  }
}

.p-link03 {
  margin-bottom: 30px;
}

.p-link03 li {
  width: 32%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-link03 li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-link03 li {
    width: 100%;
  }
}

.p-link03 li a {
  color: #fff;
  display: block;
  padding: 14.5px 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #BB553B;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../img/ico_vec02.svg) no-repeat center right 19px/5px, #BB553B;
}

.p-link03 li a:hover {
  color: #BB553B;
  background: url(../img/ico_vec01.svg) no-repeat center right 19px/5px, #fff;
}

@media screen and (max-width: 767px) {
  .p-link03 li:not(:first-child) {
    margin-top: 20px;
  }
}

.p-link03 li:nth-child(n+4) {
  margin-top: 20px;
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
.footer {
  background-color: #fff4e5;
}

.footer__inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0;
}

.footer__cta {
  padding: 70px 0;
  background: url(../img/cta_bg.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .footer__cta {
    padding: 60px 0;
  }
}

.footer__cta__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.footer__cta__ttl {
  font-size: 3.2rem;
  color: #FF906E;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__cta__ttl {
    font-size: 2.4rem;
  }
}

.footer__cta__txt {
  text-align: center;
  margin-top: 25px;
}

.footer__cta__reserve {
  background: url(../img/ico_web.svg) no-repeat top 50% left 35%/35px #FF906E;
  padding: 25px;
  width: 100%;
  display: block;
  border-radius: 10px;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 30px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .footer__cta__reserve {
    background: url(../img/ico_web.svg) no-repeat top 50% left 30%/35px #FF906E;
  }
}

@media screen and (max-width: 767px) {
  .footer__cta__reserve {
    font-size: 2.0rem;
    background: #FF906E;
  }
}

.footer__cta__reserve:hover {
  opacity: .8;
}

.footer__cta__reserve p {
  color: #fff;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .footer__cta__reserve p {
    padding-left: 0;
  }
}

.footer__cta__box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__cta__box {
    width: 90%;
    margin: 20px auto 0;
  }
}

.footer__cta__box__line {
  width: 48%;
  background: #fff;
  border: 1px dotted #00B027;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer__cta__box__line {
    width: 100%;
    padding: 10px;
  }
}

.footer__cta__box__line__ttl {
  font-size: 20px;
  margin-top: 6px;
  text-decoration: none;
  background: url(../img/ico_line.svg) no-repeat top 60% left 17%/30px #fff;
  padding-left: 45px;
}

@media screen and (max-width: 1024px) {
  .footer__cta__box__line__ttl {
    background: url(../img/ico_line.svg) no-repeat top 60% left 8%/30px #fff;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__cta__box__line__ttl {
    background: #fff;
    padding-left: 0;
    margin-top: 0;
  }
}

.footer__cta__box__line p {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__cta__box__line p {
    font-size: 1.2rem;
  }
}

.footer__cta__box__line .green {
  font-size: 2.4rem;
  color: #00B027;
}

@media screen and (max-width: 1024px) {
  .footer__cta__box__line .green {
    font-size: 1.6rem;
  }
}

.footer__cta__box__line .fs24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .footer__cta__box__line .fs24 {
    font-size: 1.6rem;
  }
}

.footer__cta__box__line:hover {
  opacity: .8;
}

.footer__cta__box__tel {
  width: 48%;
  background: #fff;
  border: 1px solid #FF906E;
  padding: 20px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__cta__box__tel {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer__cta__box__tel p {
    font-size: 1.2rem;
  }
}

.footer__cta__box__tel img {
  width: 60%;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .footer__cta__box__tel img {
    width: 50%;
    margin-top: 3px;
  }
}

.footer__cta__box__tel:hover {
  opacity: .8;
}

.footer__info {
  width: 50.2%;
}

@media screen and (max-width: 767px) {
  .footer__info {
    width: 100%;
  }
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo img {
  width: 100%;
  max-width: 284px;
}

.footer__hour {
  width: 100%;
  border: solid 2px #bf6a54;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  background: #fff;
}

.footer__hour thead tr {
  background: #bf6a54;
}

.footer__hour thead td {
  color: #fff;
  width: 50px;
  padding: 10px 0;
}

.footer__hour td {
  border-left: solid 1px #d9a698;
  text-align: center;
}

.footer__hour tbody th {
  padding: 10px 0;
  font-size: 1.3rem;
  border-bottom: solid 1px #d9a698;
}

.footer__hour tbody td {
  color: #bf6a54;
  border-bottom: solid 1px #d9a698;
  vertical-align: middle;
}

.footer__hour tbody tr:last-child th,
.footer__hour tbody tr:last-child td {
  border-bottom: none;
}

.footer__hour-close {
  text-align: center;
  margin: 15px 0;
}

.footer__phone {
  margin: auto;
  background: #ffebc4;
  padding: 25px 0;
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__phone {
    padding: 25px;
  }
}

.footer__phone img {
  width: 100%;
  max-width: 334px;
  margin: auto;
}

.footer__address {
  margin: 30px 0 20px;
}

.footer__map {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .footer__map {
    width: 100%;
    margin-top: 30px;
  }
}

.footer__map iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer__map iframe {
    max-height: 300px;
  }
}

.footer__copyright {
  background: #f5e9d9;
  padding: 30px 0;
}

.footer__copyright p {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  /*padding: 30px 0 0;*/
  /*border-top: solid 1px #d0c6b9;*/
}

/* ■02.横幅1120px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width: 1090px) and (max-width: 1300px) {
  /* ▼PC用================================================================== */
  /* ▲PC用================================================================== */
}

/* ■03.横幅768px以上、1119px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1089px) {
  /* ▼Tab用================================================================= */
  /* ▲Tab用================================================================= */
}

/* ■04.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ▼SP用================================================================ */
  /* ------------------------------------------------------------
    header
    ------------------------------------------------------------ */
  /* ------------------------------------------------------------
    footer
    ------------------------------------------------------------ */
  /* ▲SP用================================================================ */
}

/* ■04.横幅767px以下（SP用）
--------------------------------------------------- */
/*# sourceMappingURL=common.css.map */