@charset "UTF-8";
/* SCSS Document */
/* CSS Document */
/*
reset
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/* form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.openbtn4 {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 9999;
}

/*ボタン内側*/
.openbtn4 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  width: 45%;
}

.openbtn4 span:nth-of-type(1) {
  top: 13px;
}

.openbtn4 span:nth-of-type(2) {
  top: 19px;
}

.openbtn4 span:nth-of-type(3) {
  top: 25px;
}

.openbtn4 span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 10px;
  left: -2px;
  color: #000;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.openbtn4.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

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

.openbtn4.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content: "Close";
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  top: 10px;
  left: 4px;
}

/*  */
@media screen and (max-width: 640px) {
  header nav {
    width: 100%;
  }
  header nav .nav_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1em 0 0;
  }
  header nav .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    font-size: 14px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  header nav .tab a {
    padding: 10px;
    background: #fff;
    margin: 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #CBC9C9;
    border-bottom: 0;
    width: 130px;
  }
  header nav .tab a:first-child {
    vertical-align: 2px;
  }
  header nav .tab a:first-child:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../img/favicon.ico);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    margin-right: 5px;
  }
  header nav .tab a:last-child {
    background: #E6D2BD;
    margin-top: 10px;
    width: 100px;
    font-size: 12px;
  }
  header nav .right {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    font-size: 0.6em;
  }
  header nav .right a {
    text-align: center;
    padding: 1.2em 1.2em 0;
  }
  header nav .right a img {
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
  }
  header nav .mainmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header nav .mainmenu ul li {
    border: 1px solid #CBC9C9;
    border-right-width: 0;
    width: 25%;
    padding: 0.5em;
    background: #fff;
  }
  header nav .mainmenu ul li:last-child {
    border-right-width: 1px;
    background: #F45757;
    color: #fff;
  }
  header nav .mainmenu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    width: 100%;
    height: 100%;
  }
  header nav .mainmenu ul li a span {
    width: 100%;
    text-align: center;
    margin-top: 2px;
  }
}
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(235, 224, 213, 0.9);
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .main {
  width: 200px;
  margin: auto;
}
#g-nav .main li {
  line-height: 1.7;
}
#g-nav .main li .red {
  color: #900;
}
#g-nav .sub {
  font-size: 90%;
  padding-left: 1em;
}
#g-nav a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.2em 0.5em;
}
#g-nav a:hover {
  background: #D6BBA1;
}

#g-nav-list {
  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;
}

body {
  background: #EBE0D5;
  line-height: 1.4;
  overflow-x: hidden;
}
body * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  oveflow-x: hidden;
}

main {
  position: relative;
  padding-bottom: 50px;
}

.ttl {
  text-align: center;
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.ttl span {
  font-size: 14px;
  display: block;
}
.ttl:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  background: #6DAA4C;
}

.divide {
  overflow: hidden;
  position: relative;
  margin: -30px 0;
}

.divide_u {
  overflow: hidden;
  position: relative;
  margin: -30px 0 -30px;
}

section {
  padding-bottom: 100px;
}

#fv {
  width: 100%;
  height: calc(100vh - 126px);
  position: relative;
  background-image: url(../img/fv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#fv h1 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 25vh;
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 4px #000, 0 0 8px #000, 0 0 12px #000;
}
#fv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 40px;
}
#fv ul li {
  padding: 10px;
}
#fv ul li img {
  width: 100%;
}

.int_txt {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 100px;
  position: relative;
  z-index: 100;
  text-align: center;
  line-height: 1.7;
}

#map {
  position: relative;
}
#map iframe {
  display: block;
  width: 90%;
  height: 400px;
  margin: 0 auto 1em;
}
#map p {
  padding: 0 1em;
  margin-bottom: 0.5em;
}
#map .webg_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 1em;
  padding: 1em;
  border-radius: 5px;
  background: #fff;
}
#map .webg_c p {
  padding: 0 0 0 1em;
}
#map:after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../img/flo_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -50px;
  z-index: 99;
}

#reason {
  background: #fff;
  position: relative;
}
#reason ol {
  padding: 1em;
}
#reason ol li {
  margin-bottom: 3em;
}
#reason h3 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 1.5em;
}
#reason .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#reason .row .img {
  width: 45%;
}
#reason .row .img img {
  max-width: 100%;
}
#reason .row .txt {
  width: 48%;
  font-size: 14px;
}
#reason:after {
  content: "";
  width: 85px;
  height: 85px;
  background-image: url(../img/flo_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -20px;
  z-index: 99;
}

#price {
  position: relative;
}
#price .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 1.5em;
}
#price .row .img {
  width: 45%;
}
#price .row .img img {
  max-width: 100%;
}
#price .row .txt {
  width: 48%;
  font-size: 14px;
}
#price .txt2 {
  padding: 1em 1.5em;
}
#price ul.plan_list {
  padding: 1em;
}
#price ul.plan_list > li {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 2em;
}
#price ul.plan_list > li .head {
  background: #6daa4c;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 10px 10px 0 0;
}
#price ul.plan_list > li .home {
  background: #f57a82;
}
#price ul.plan_list > li .one {
  background: #9e84c1;
}
#price ul.plan_list > li .fam {
  background: #c4a76f;
}
#price ul.plan_list > li .ipp {
  background: #666;
}
#price ul.plan_list > li .name {
  font-size: 28px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 0.2em;
}
#price ul.plan_list > li .row {
  padding: 1em;
}
#price ul.plan_list > li .row .txt {
  width: 60%;
}
#price ul.plan_list > li .row .img {
  width: 35%;
}
#price ul.plan_list > li .label li {
  padding: 0.5em;
  background: #EAE7E7;
  border-radius: 0;
  margin: 5px;
  text-align: center;
}
#price ul.plan_list > li .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1em 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#price ul.plan_list > li .price .price01 {
  color: #dd5f5f;
  font-size: 38px;
  font-weight: bold;
}
#price ul.plan_list > li .price .price01 span {
  font-size: 20px;
}
#price ul.plan_list > li .price .price01 span.mem {
  font-size: 14px;
  background: #dd5f5f;
  color: #fff;
  padding: 0.2em 0.5em;
  display: block;
  text-align: center;
  width: 80px;
}
#price ul.plan_list > li .price .price02 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#price ul.plan_list > li .price .price02 span {
  display: block;
  font-size: 12px;
}
#price:after {
  content: "";
  width: 85px;
  height: 115px;
  background-image: url(../img/flo_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin-bottom: -40px;
  z-index: 99;
}

.cta {
  background: #fff;
  position: relative;
  padding-bottom: 140px;
}
.cta .inner {
  width: 800px !important;
  max-width: 100%;
}
.cta .intro {
  font-size: 25px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}
.cta .intro span {
  font-size: 18px;
  display: block;
}
.cta ul {
  padding: 1em;
}
.cta ul li {
  margin-bottom: 1em;
  padding: 0.5em;
}
.cta ul li img {
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 0px #707070);
          filter: drop-shadow(5px 5px 0px #707070);
}
.cta .outro {
  padding: 0 1em;
}
.cta .outro span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.cta:after {
  content: "";
  width: 80px;
  height: 160px;
  background-image: url(../img/flo_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 10px;
  margin-bottom: -50px;
  z-index: 99;
}

#voice {
  position: relative;
  width: 100% !important;
}
#voice ul#slick_slider {
  width: 100%;
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
}
#voice ul#slick_slider li.slick-slide {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
  margin: 0 0.5em;
}
#voice ul#slick_slider li.slick-slide .img {
  margin-bottom: 1em;
}
#voice ul#slick_slider li.slick-slide img {
  max-width: 100%;
}
#voice ul#slick_slider li.slick-slide h3 {
  margin-bottom: 1em;
}
#voice ul#slick_slider li {
  background: #fff;
  border-radius: 5px;
  padding: 1em;
}
#voice ul#slick_slider li .img {
  text-align: center;
  margin-bottom: 1em;
}
#voice ul#slick_slider li .txt h3 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 130%;
}
#voice ul#slick_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
}
#voice ul#slick_slider .slick-dots button {
  background: #fff;
  border-radius: 50%;
  padding: 0;
  width: 15px;
  height: 15px;
}
#voice ul#slick_slider .slick-dots .slick-active button {
  background: #666;
}
#voice:after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../img/flo_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -50px;
  z-index: 99;
}

#staff {
  font-family: YuMincho, "Yu Mincho", serif;
  background: #fff;
  position: relative;
  padding-bottom: 140px;
}
#staff .intro {
  padding: 0 2em;
  font-size: 14px;
  margin-bottom: 2em;
}
#staff .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 2em;
  margin: 0 2em 2em;
  border-bottom: 1px solid #eee;
}
#staff .row .img {
  width: 160px;
}
#staff .row .img img {
  max-width: 100%;
}
#staff .row .txt {
  width: 185px;
  margin-left: 1em;
}
#staff .stf_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1em 2em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#staff .stf_list .box {
  width: 28%;
  text-align: center;
}
#staff .stf_list .box img {
  max-width: 100%;
}
#staff:after {
  content: "";
  width: 80px;
  height: 160px;
  background-image: url(../img/flo_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 10px;
  margin-bottom: -50px;
  z-index: 99;
}

a.btn {
  display: block;
  width: 260px;
  margin: 40px auto 0;
  text-align: center;
  padding: 1em;
  background: #6DAA4C;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
}
a.btn:hover {
  background: #666;
}

#gaiyou {
  padding: 0 1em 200px;
}
#gaiyou .whbg {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 2em;
  padding: 1em;
}
#gaiyou table th,
#gaiyou table td {
  padding: 1em;
  font-size: 13px;
}
#gaiyou table tr {
  border-bottom: 1px solid #eee;
  margin: 0 1em;
}
#gaiyou table th {
  width: 6em;
  text-align: left;
}

.foot_cta {
  background: #434141;
  color: #fff;
  padding: 1em;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.foot_cta p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 1em;
}
.foot_cta p span {
  color: #fce641;
}
.foot_cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: auto;
}
.foot_cta ul li {
  width: 50%;
  padding: 0 10px;
}
.foot_cta ul li img {
  max-width: 100%;
}

#page-top {
  position: fixed;
  z-index: 101;
  bottom: 150px;
  right: 20px;
  background: #000;
  color: #fff;
  padding: 1em;
  text-align: center;
  cursor: pointer;
}

footer {
  position: relative;
  width: 100%;
  top: auto;
  bottom: 115px;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  background: #d6d6d6;
  line-height: 3;
}

.bc {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px auto;
  width: 800px;
  max-width: 100%;
}
.bc li {
  margin-right: 1em;
}
.bc li:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
  vertical-align: 2px;
}
.bc li:last-child:after {
  content: none;
}

.mv, #page_plan .fv, #hurry .fv {
  position: relative;
  top: 0;
  width: 100%;
  height: 55vw;
  background-size: cover;
}
.mv h1, #page_plan .fv h1, #hurry .fv h1 {
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  padding-top: 22vw;
  padding-left: 2em;
}

/* 会社概要　gaiyou.php */
#page_gaiyou .mv, #page_gaiyou #page_plan .fv, #page_plan #page_gaiyou .fv, #page_gaiyou #hurry .fv, #hurry #page_gaiyou .fv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/about_bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/about_bg.jpg);
}
#page_gaiyou #aisatsu {
  padding: 50px 1em 100px;
  font-family: YuMincho, "Yu Mincho", serif;
}
#page_gaiyou #aisatsu .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
#page_gaiyou #aisatsu .row .img {
  width: 50%;
}
#page_gaiyou #aisatsu .row .img img {
  max-width: 100%;
}
#page_gaiyou #aisatsu .row .txt {
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  width: calc(50% - 1em);
}
#page_gaiyou #aisatsu .row .txt p {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: right;
}
#page_gaiyou #aisatsu .row .txt p span {
  font-size: 15px;
  padding-left: 1em;
}
#page_gaiyou #aisatsu h3 {
  font-weight: normal;
}
#page_gaiyou #enkaku {
  padding: 1em 1em 100px;
  font-family: YuMincho, "Yu Mincho", serif;
}
#page_gaiyou #enkaku h2,
#page_gaiyou #enkaku h3 {
  text-align: center;
  font-weight: normal;
}
#page_gaiyou #enkaku .ttl2 {
  border-bottom: 1px dotted rgba(0, 102, 102, 0.4);
  font-size: 21px;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}
#page_gaiyou #enkaku h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
#page_gaiyou .whbg {
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 5px;
  background: #fff;
}
#page_gaiyou .whbg p {
  margin-bottom: 1em;
  line-height: 1.7;
}
#page_gaiyou .whbg .name {
  background-color: #DBDBDB;
  margin: -1em -1em 1em;
  padding: 1em;
  border-radius: 5px 5px 0 0;
}
#page_gaiyou .whbg table th,
#page_gaiyou .whbg table td {
  padding: 2em 1em;
  font-size: 13px;
}
#page_gaiyou .whbg table tr {
  border-bottom: 1px solid #eee;
  margin: 0 1em;
}
#page_gaiyou .whbg table tr:last-child {
  border-bottom: none;
}
#page_gaiyou .whbg table th {
  width: 8em;
  text-align: left;
  font-weight: normal;
}

/* 豊富はなやについて about.php */
#page_about .mv, #page_about #page_plan .fv, #page_plan #page_about .fv, #page_about #hurry .fv, #hurry #page_about .fv {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/about_bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/about_bg.jpg);
}
#page_about .mv h1, #page_about #page_plan .fv h1, #page_plan #page_about .fv h1, #page_about #hurry .fv h1, #hurry #page_about .fv h1 {
  padding: 100px 0 0;
  text-align: center;
  line-height: 1.7;
}
#page_about #about_con {
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 50px 0 100px;
  text-align: center;
}
#page_about #about_con img {
  max-width: 100%;
}
#page_about #about_con p {
  margin: 2em 0;
  line-height: 1.8;
}
#page_about #about_con p.bt {
  font-size: 20px;
}

/* スタッフ紹介 staff.php */
#page_staff .mv, #page_staff #page_plan .fv, #page_plan #page_staff .fv, #page_staff #hurry .fv, #hurry #page_staff .fv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/staff_bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/staff_bg.jpg);
}
#page_staff #staff_con {
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 50px 0 100px;
}
#page_staff #staff_con .intro {
  text-align: center;
  font-size: 14px;
}
#page_staff .staff_list {
  padding: 1em;
  margin: 2em 0;
}
#page_staff .staff_list li {
  background: #fff;
  padding: 2em;
  border: 1px solid #7E5F1B;
  outline: solid 1px #7E5F1B;
  outline-offset: -1em;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  margin-bottom: 3em;
}
#page_staff .staff_list li img {
  display: block;
  width: 150px;
  margin: 0 auto 1em;
}
#page_staff .staff_list li .name {
  text-align: center;
  padding-bottom: 1em;
}
#page_staff .staff_list li .name span {
  font-size: 80%;
  padding-right: 1em;
}
#page_staff .staff_list li .st_ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
}
#page_staff .staff_list li .txt {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

/* プラン plan */
#page_plan .plan_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1em 0;
}
#page_plan .plan_link li {
  background: #EBEBEB;
  border: 1px solid #B9B6B6;
  width: 20%;
  border-right-width: 0;
  font-size: 13px;
}
#page_plan .plan_link li:last-child {
  border-right-width: 1px;
}
#page_plan .plan_link li.current {
  background-color: #6DAA4C;
  color: #fff;
}
#page_plan .plan_link li a {
  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;
  padding: 1em 0;
}
#page_plan .cc {
  text-align: center;
  font-weight: bold;
}
#page_plan .cc span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
  padding: 0 1em;
}
#page_plan #plan_info img {
  margin: 1em 0;
  max-width: 100%;
}
#page_plan #plan_info h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 1em;
}
#page_plan #plan_info .price .gentei {
  display: block;
  width: 200px;
  margin: auto;
  border: 1px solid #900;
  color: #900;
  text-align: center;
}
#page_plan #plan_info .price .red_txt {
  font-size: 46px;
  color: #DD5F5F;
  font-weight: bold;
  text-align: center;
}
#page_plan #plan_info .price .red_txt span {
  font-size: 26px;
}
#page_plan #plan_info .price .red_txt span:first-child {
  display: block;
  width: 5em;
  background: #DD5F5F;
  margin: 10px auto 0;
  font-size: 18px;
  color: #fff;
}
#page_plan #plan_info .price .tax {
  text-align: center;
}
#page_plan #plan_info .att2 {
  width: 400px;
  margin: 2em auto;
  text-align: center;
  background: #fff;
  padding: 1em;
  border-radius: 5px;
}
#page_plan #plan_info .att2 h3 {
  font-size: 120%;
  color: #900;
  margin-bottom: 1em;
}
#page_plan #plan_info a.mail {
  display: block;
  width: 70%;
  margin: auto;
}
#page_plan .tokutyou {
  background: #fff;
  padding: 40px 0 200px;
}
#page_plan .tokutyou .ttl2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 1em;
}
#page_plan .tokutyou .ttl2 span {
  padding: 0 1em 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#page_plan .tokutyou .tac {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
#page_plan .tokutyou .smallTxt {
  font-size: 16px;
}
#page_plan .tokutyou ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
#page_plan .tokutyou ul li {
  width: 30vw;
  height: 30vw;
  border: 1px solid #666;
  border-radius: 50%;
  margin: 0.3em;
}
#page_plan .tokutyou ul li > div {
  width: 100%;
  text-align: center;
}
#page_plan .tokutyou ul li .st {
  color: #6DAA4C;
  font-size: 16px;
  margin: 5vw 0 0;
  font-weight: bold;
}
#page_plan .tokutyou ul li .main {
  font-size: 18px;
  margin: 0.5em 0 0;
  font-weight: bold;
}
#page_plan .tokutyou ul li .main span {
  font-size: 25px;
}
#page_plan #flow {
  padding: 50px 0;
}
#page_plan #flow h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 1em;
}
#page_plan .flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}
#page_plan .flow_box .left .onday {
  background: #54A4C7;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 1.2em;
  padding: 3em 1em;
}
#page_plan .flow_box .left .nextday {
  background: #649F73;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1.5em 1em;
  margin-bottom: 1.2em;
}
#page_plan .flow_box .left .thirdday {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1.5em 1em;
  background: #3E7993;
  color: #fff;
}
#page_plan .flow_box .right {
  padding-left: 1em;
  width: 100%;
}
#page_plan .flow_box .right ul {
  width: 100%;
}
#page_plan .flow_box .right ul li {
  background: #fff;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
#page_plan .flow_box .right ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 -30px -10px;
  border: 10px solid transparent;
  border-top: 10px solid #666;
}
#page_plan .flow_box .right ul li:last-child:after {
  content: none;
}
#page_plan .att {
  padding: 0 1em 0 2em;
  font-size: 14px;
  text-indent: -1em;
}
#page_plan .pl_voice {
  padding: 50px 0 100px;
  background: #649F73;
}
#page_plan .pl_voice h2 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 1em;
}
#page_plan .pl_voice h2 span {
  font-size: 29px;
  color: #F8E344;
}
#page_plan .pl_voice #slick_slider li {
  background: #fff;
  border-radius: 5px;
  margin: 0.5em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page_plan .pl_voice #slick_slider li img {
  max-width: 100%;
}
#page_plan .pl_voice #slick_slider li .txt {
  margin: 1em 0 0;
}
#page_plan .pl_voice #slick_slider li .txt h3 {
  margin-bottom: 10px;
}
#page_plan .pl_voice #slick_slider li .left {
  width: 240px;
}
#page_plan .pl_voice #slick_slider li .right {
  width: 300px;
  padding-left: 2em;
  line-height: 1.4;
}
#page_plan .qanda {
  padding: 50px 0 100px;
  /* アコーディオンメニュー */
}
#page_plan .qanda h2 {
  text-align: center;
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
}
#page_plan .qanda dl {
  padding: 0.5em 2em;
}
#page_plan .qanda dl dt {
  background: #EDEDED;
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
}
#page_plan .qanda dl dt img {
  margin: 0 1em -10px 0;
}
#page_plan .qanda dl dd {
  background: #F7F4F4;
  padding: 1em;
  display: none;
}
#page_plan .qanda dl dd .qa_ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
}
#page_plan .qanda dl dd .qa_ttl img {
  margin: 0 1em -10px 0;
}
#page_plan .qanda dl dd .txt {
  line-height: 1.7;
  font-size: 13px;
}
#page_plan .qanda dl dt {
  position: relative;
  cursor: pointer;
}
#page_plan .qanda dl dt:before, #page_plan .qanda dl dt:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
}
#page_plan .qanda dl dt:before {
  border-top: 2px solid #649F73;
}
#page_plan .qanda dl dt:after {
  border-left: 2px solid #649F73;
  margin-top: -4px;
  right: 11px;
}
#page_plan .qanda dl dt.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0;
  right: 15px;
}
#page_plan .foot_pls {
  padding-bottom: 80px;
}

#hurry .fv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), url(../img/fv_hurry.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../img/fv_hurry.jpg);
}
#hurry .fv h1 {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
#hurry .fv h1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#hurry .info {
  padding-bottom: 30px;
}
#hurry .info h2 {
  text-align: center;
  font-size: 21px;
  margin: 1em 0;
  padding-bottom: 20px;
}
#hurry .info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5em;
}
#hurry .info .row .box {
  padding: 0.7em;
  border-radius: 5px;
  margin: 0.4em;
  text-align: center;
  background: #fff;
  font-size: 13px;
}
#hurry .info .row .box img {
  max-width: 100%;
  border-radius: 5px;
}
#hurry .cta2 h2 {
  text-align: center;
  margin-bottom: 20px;
}
#hurry .cta2 ul {
  padding: 0 2em;
}
#hurry .cta2 ul li {
  margin-bottom: 1em;
}
#hurry .cta2 ul li img {
  max-width: 100%;
}
#hurry .cta2 ul li.tap {
  border: 2px solid #3E7993;
  background: #eff0ef;
  color: #3E7993;
  padding: 1em;
  border-radius: 5px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#hurry .cta2 ul li.tap a {
  display: block;
  width: 100%;
  height: 100%;
}
#hurry .cta2 ul li.tap img {
  margin-right: 10px;
  margin-bottom: -5px;
}
#hurry .cta2 p {
  padding: 0 1em 0 2em;
  text-indent: -1em;
}
#hurry .cta2 .att {
  margin: 1em;
  background: #fff;
  padding: 1em;
  border: 1px solid #707070;
}
#hurry .cta2 .att li:first-letter {
  color: #900;
}
#hurry .cta2 .att li:last-child {
  margin-bottom: 0;
}

#page_plan .fv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/about_bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/about_bg.jpg);
}
#page_plan .intro h2 {
  text-align: center;
  margin: 1em 0;
}
#page_plan .intro .txt {
  padding: 1em;
}
#page_plan .intro .txt p {
  margin-bottom: 1em;
}
#page_plan .intro .txt ul {
  padding: 1em;
  border: 1px solid #666;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0.2);
}
#page_plan #price:after {
  content: none;
}
#page_plan .other .txt {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
  margin: 1em;
}
#page_plan .other .txt ul {
  margin-top: 1em;
}
#page_plan .other .txt ul li {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  border: 1px solid #666;
}
#page_plan .other .txt ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: underline;
}
#page_plan .other .txt p a {
  text-decoration: underline;
  color: orange;
}

body.contact .mainmenu {
  display: none;
}
body.contact .tab a:last-child {
  visibility: hidden;
}
body.contact .nav_up {
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}
body.contact .form_box {
  padding: 100px 0;
}
body.contact footer {
  bottom: 0;
}
body.contact .foot_cta {
  display: none !important;
}

body#confirm {
  padding-top: 20px;
}
body#confirm footer {
  position: fixed;
  bottom: 0;
}

/* 会員制度 */
#member .mem_info {
  padding: 100px 0;
}
#member .mem_info .intro {
  text-align: center;
  font-size: 14px;
  margin-bottom: 2em;
}
#member .wbg {
  margin: 1em;
  border-radius: 5px;
  background: #fff;
  padding: 1em;
}
#member .wbg h3 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 1em;
}
#member .wbg .row {
  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;
}
#member .wbg .row .box {
  width: 45%;
  background: #e6e6e6;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}
#member .wbg .row .box .txt {
  font-size: 16px;
}
#member .wbg .row .box .bt {
  font-size: 24px;
}
#member .wbg .row .box .st {
  font-size: 14px;
}
#member .wbg .row .box .redt {
  color: #e52323;
}
#member .wbg .row .box .sst {
  font-size: 12px;
}
#member h2 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 24px;
  font-weight: normal;
}
#member .nyuukai {
  text-align: center;
  font-size: 21px;
  width: 300px;
  padding: 1em;
  margin: auto;
  background: #fff;
  border: 1px solid #E52323;
  color: #E52323;
  margin-bottom: 1em;
}
#member .att,
#member .att2 {
  margin: 1em;
  font-size: 80%;
  margin-bottom: 2em;
}
#member .att li,
#member .att2 li {
  margin-bottom: 0.2em;
}
#member .att2 {
  text-align: center;
}
#member .ph {
  width: 260px;
  margin: 1em auto;
}
#member .ph .ph_box {
  text-align: center;
  margin-bottom: 2em;
}
#member .ph .ph_box img {
  max-width: 100%;
  margin-top: 10px;
}
#member .btn {
  margin-bottom: 2em;
}
#member .btn a {
  background: #6DAA4C;
  color: #fff;
  display: block;
  width: 240px;
  margin: auto;
  text-align: center;
  padding: 1em;
  -webkit-box-shadow: 5px 5px #43692F;
          box-shadow: 5px 5px #43692F;
}

/* 寺院・会館 */
#jiin section {
  padding: 1em;
}
#jiin .jiin_info {
  padding: 100px 1em 2em;
}
#jiin .jiin_info .intro {
  margin-bottom: 2em;
}
#jiin .jiin_info .intro {
  width: 600px;
  margin: 0 auto 2em;
  line-height: 1.7;
}
#jiin .matome .inner {
  width: 600px;
  margin: auto;
}
#jiin .matome p {
  line-height: 1.7;
}
#jiin p {
  margin-bottom: 1em;
}
#jiin h2 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  margin-bottom: 2em;
  font-size: 21px;
  border-bottom: 1px solid #666;
}
#jiin .jirei .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#jiin .jirei .row .box {
  width: 45%;
  padding: 0.5em;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 1em;
}
#jiin .jirei .row .box img {
  max-width: 100%;
}
#jiin .jirei .row .name {
  text-align: center;
  margin: 0 0 0.5em;
}
#jiin .jirei .row .place {
  font-size: 80%;
}
#jiin .matome {
  padding-bottom: 100px;
}
#jiin .matome .btn {
  margin: 2em auto;
}

/* 施設情報 */
#fac_con {
  padding: 0 10px;
}
#fac_con .desc {
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2em;
  margin-bottom: 40px;
}
#fac_con .desc .sttl {
  font-size: 24px;
}
#fac_con .desc .tel {
  font-size: 30px;
  color: #7CB05C;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#fac_con .desc .tel img {
  margin-right: 10px;
}
#fac_con .desc .contact {
  width: 337px;
}
#fac_con .desc .contact img {
  max-width: 100%;
}
#fac_con .slide_wrap {
  width: 100%;
  margin: 0 auto 40px;
}
#fac_con .slide_wrap .slide02 li {
  width: 20%;
  margin: 2px;
}
#fac_con .slide_wrap .slide02 li img {
  max-width: 100%;
}
#fac_con .slide_wrap .slide02 li.slick-active {
  border: 2px solid #fff;
}
#fac_con .slide_wrap .slide02 li.slick-current {
  border: 2px solid #000;
}
#fac_con .map {
  text-align: center;
}
#fac_con .map h3 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 120%;
}
#fac_con .map iframe {
  width: 100%;
}
#fac_con .map .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 1em auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 5px;
  padding: 0.7em;
}
#fac_con .map .row h4 {
  margin-bottom: 1em;
}
#fac_con .map .row > div {
  margin: 5px;
}
#fac_con .detail {
  width: 100%;
  margin: auto;
}
#fac_con .detail h3,
#fac_con .detail h4 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 120%;
  text-align: center;
}
#fac_con .detail table {
  border-collapse: collapse;
  width: 100%;
}
#fac_con .detail table th,
#fac_con .detail table td {
  border: 1px solid #666;
  padding: 10px;
}
#fac_con .detail table th {
  vertical-align: middle;
  background: #EAE7E7;
}
#fac_con .detail table td {
  background: #fff;
}
#fac_con .detail table.maru th {
  width: 20%;
  font-size: 14px;
}
#fac_con .detail table.maru td {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
#fac_con .detail table.maru .empty {
  background: transparent;
  border: none;
}
#fac_con .detail .txt {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fac_con .detail .txt .left {
  width: 100%;
  margin-right: 20px;
}
#fac_con .detail .txt .left .ttl2 {
  font-size: 21px;
  color: #7CB05C;
  font-weight: bold;
  border-bottom: 2px solid #7CB05C;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
#fac_con .detail .txt .left .ttl2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, yellow));
  background: linear-gradient(transparent 65%, yellow 65%);
}
#fac_con .detail .txt .right {
  width: 100%;
}
#fac_con .detail .txt .right img {
  width: 100%;
  margin-top: 20px;
}
#fac_con .view,
#fac_con .youtube {
  width: 800px;
  max-width: 100%;
  margin: 1em auto;
}
#fac_con .view iframe,
#fac_con .youtube iframe {
  width: 100%;
}
#fac_con .features {
  width: 100%;
  margin: auto;
  margin-bottom: 100px;
}
#fac_con .features h3 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 120%;
  text-align: center;
}
#fac_con .features ul {
  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;
}
#fac_con .features ul li {
  width: 100%;
  margin-bottom: 30px;
}
#fac_con .features ul li img {
  width: 100%;
}
#fac_con .features ul li h4 {
  text-align: center;
  margin-bottom: 1em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  color: #54833B;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  nav#main_nav {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav#main_nav .openbtn4 {
    position: fixed;
    right: 120px;
    top: 10px;
  }
  nav#main_nav .nav_up .tab {
    display: none;
  }
  nav#main_nav .nav_up .right a {
    display: none;
  }
  nav#main_nav .mainmenu {
    display: none;
  }
  section .inner {
    width: 800px;
    margin: 0 auto;
  }
  .divide {
    height: 200px;
    background-image: url(../img/sep_br.svg);
    background-repeat: repeat-x;
  }
  .divide img {
    display: none;
  }
  .divide_u {
    height: 200px;
    background-image: url(../img/sep_wh.svg);
    background-repeat: repeat-x;
    margin-top: -30px;
  }
  .divide_u img {
    display: none;
  }
  footer {
    bottom: 125px;
  }
  .foot_cta {
    left: 0;
    right: 0;
  }
  .foot_cta ul {
    width: 400px;
    margin: auto;
  }
  #fv {
    height: 100vh;
  }
  #fv ul {
    width: 600px;
    left: 50%;
    margin-left: -300px;
  }
  #map .map_ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #map .map_ad p {
    padding: 0;
    margin-left: 1em;
  }
  #map .webg_c {
    width: 400px;
    margin: 1em auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #map .webg_c p {
    line-height: 1.8;
    margin-bottom: 0;
  }
  #reason ol li {
    width: 60%;
    margin: 1em auto 2em;
  }
  #reason ol li h3 {
    margin-bottom: 1em;
  }
  #reason ol li .txt {
    line-height: 1.7;
  }
  #price .graf {
    width: 60%;
    margin: auto;
  }
  #price .graf .txt {
    line-height: 1.7;
  }
  #price .txt2 {
    line-height: 1.7;
  }
  #price ul.plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #price ul.plan_list > li {
    width: 45%;
    margin: 0 0 2em;
  }
  #price ul.plan_list > li .label {
    font-size: 14px;
  }
  .cta .inner {
    width: 600px;
  }
  .cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #staff .intro {
    text-align: center;
  }
  #staff .row {
    width: 500px;
    margin: auto;
  }
  #staff .row .img {
    width: 200px;
  }
  #staff .row .txt {
    width: 280px;
  }
  #staff .stf_list {
    width: 800px;
    margin: 0 auto 2em;
  }
  #gaiyou .whbg {
    width: 500px;
    margin: 0 auto 3em;
  }
  #gaiyou .whbg table {
    width: 100%;
  }
  #gaiyou .whbg table th {
    width: 30%;
  }
  #page_plan .bc, #page_plan .plan_link {
    width: 600px;
    margin: 10px auto;
  }
  #page_plan .cc {
    margin: 1em 0 2em;
  }
  #page_plan #plan_info > img {
    display: block;
    width: 600px;
    margin: 0 auto 1em;
  }
  #page_plan #plan_info a.mail {
    display: block;
    width: 400px;
    margin: auto;
  }
  #page_plan #plan_info a.mail img {
    max-width: 100%;
  }
  #page_plan .inner {
    width: 600px;
    margin: auto;
  }
  #page_plan .tokutyou ul li {
    width: 180px;
    height: 180px;
  }
  #page_plan .tokutyou ul li .st {
    margin-top: 50px;
    font-size: 18px;
  }
  #page_plan .tokutyou ul li .main {
    font-size: 26px;
    margin-top: 0;
  }
  #page_plan .tokutyou ul li .main span {
    font-size: 36px;
  }
  #page_plan .pl_voice {
    padding-top: 100px;
  }
  #page_gaiyou .mv, #page_gaiyou #hurry .fv, #hurry #page_gaiyou .fv, #page_gaiyou #page_plan .fv, #page_plan #page_gaiyou .fv {
    max-height: 300px;
    position: relative;
  }
  #page_gaiyou .mv h1, #page_gaiyou #hurry .fv h1, #hurry #page_gaiyou .fv h1, #page_gaiyou #page_plan .fv h1, #page_plan #page_gaiyou .fv h1 {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
  }
  #page_gaiyou #aisatsu .row {
    width: 400px;
    margin: 0 auto 2em;
  }
  #page_gaiyou #aisatsu .row .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page_gaiyou #aisatsu .row .txt p {
    position: relative;
  }
  #page_gaiyou .whbg {
    width: 800px;
    margin: 0 auto 2em;
  }
  #page_gaiyou .whbg table {
    width: 80%;
    margin: auto;
  }
  #page_staff .mv, #page_staff #hurry .fv, #hurry #page_staff .fv, #page_staff #page_plan .fv, #page_plan #page_staff .fv {
    max-height: 300px;
    position: relative;
  }
  #page_staff .mv h1, #page_staff #hurry .fv h1, #hurry #page_staff .fv h1, #page_staff #page_plan .fv h1, #page_plan #page_staff .fv h1 {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
  }
  #page_staff .staff_list {
    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;
    width: 800px;
    margin: 2em auto;
  }
  #page_staff .staff_list li {
    width: 47%;
  }
  .index .fv {
    max-height: 300px;
    position: relative;
  }
  .index .fv h1 {
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5em;
  }
  .index #price .inner {
    width: 1000px;
  }
  .index #price .txt2 {
    width: 600px;
    margin: auto;
  }
  #member .ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  #member .ph .ph_box {
    width: 31%;
  }
  #hurry .fv {
    max-height: 300px;
    position: relative;
    margin-bottom: 50px;
    background-position: center center;
  }
  #hurry .fv h1 {
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5em;
  }
  #hurry .info .row {
    width: 800px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #hurry .info .row .box {
    width: 30%;
  }
  #hurry .cta2 ul {
    width: 600px;
    margin: auto;
  }
  #hurry .cta2 ul li a {
    text-align: center;
  }
  #hurry .cta2 p {
    text-align: center;
    margin-bottom: 1em;
  }
  #hurry .cta2 .att {
    width: 480px;
    margin: auto;
  }
  #formWrap {
    width: 800px;
    margin: auto;
  }
  #formWrap dl {
    width: 80%;
    margin: auto;
  }
  #formWrap dt {
    text-align: center;
  }
  #formWrap .btn_wrap {
    margin-top: 50px !important;
  }
  .sp {
    display: none;
  }
  .pc {
    display: list-item;
  }
  .bc {
    width: 800px;
    margin: 10px auto;
  }
  #fac_con .desc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2em;
    margin-bottom: 40px;
  }
  #fac_con .desc .sttl {
    font-size: 24px;
  }
  #fac_con .desc .tel {
    font-size: 30px;
    color: #7CB05C;
    font-weight: bold;
  }
  #fac_con .desc .tel img {
    margin-right: 10px;
  }
  #fac_con .desc .contact {
    width: 337px;
  }
  #fac_con .desc .contact img {
    max-width: 100%;
  }
  #fac_con .slide_wrap {
    width: 800px;
    margin: 0 auto 40px;
  }
  #fac_con .slide_wrap .slide02 li {
    width: 90px;
    margin: 5px;
  }
  #fac_con .slide_wrap .slide02 li img {
    max-width: 100%;
  }
  #fac_con .slide_wrap .slide02 li.slick-active {
    border: 2px solid #fff;
  }
  #fac_con .slide_wrap .slide02 li.slick-current {
    border: 2px solid #000;
  }
  #fac_con .map {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  #fac_con .map h3 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: normal;
    margin-bottom: 1em;
    font-size: 120%;
  }
  #fac_con .map .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 800px;
    max-width: 100%;
    margin: 1em auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 5px;
    padding: 1em;
  }
  #fac_con .map .row h4 {
    margin-bottom: 1em;
  }
  #fac_con .detail {
    width: 800px;
    max-width: 100%;
    margin: auto;
  }
  #fac_con .detail h3, #fac_con .detail h4 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: normal;
    margin-bottom: 1em;
    font-size: 120%;
    text-align: center;
  }
  #fac_con .detail table {
    border-collapse: collapse;
    width: 100%;
  }
  #fac_con .detail table th, #fac_con .detail table td {
    border: 1px solid #666;
    padding: 10px;
  }
  #fac_con .detail table th {
    vertical-align: middle;
    background: #EAE7E7;
  }
  #fac_con .detail table td {
    background: #fff;
  }
  #fac_con .detail table.maru th {
    width: 200px;
  }
  #fac_con .detail table.maru td {
    width: 60px;
    text-align: center;
    vertical-align: middle;
  }
  #fac_con .detail table.maru .empty {
    background: transparent;
    border: none;
  }
  #fac_con .detail .txt {
    background: #fff;
    padding: 1em;
    border-radius: 5px;
    margin: 1em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fac_con .detail .txt .left {
    width: 420px;
  }
  #fac_con .detail .txt .left .ttl2 {
    font-size: 24px;
    color: #7CB05C;
    font-weight: bold;
    border-bottom: 2px solid #7CB05C;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
  #fac_con .detail .txt .left .ttl2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, yellow));
    background: linear-gradient(transparent 65%, yellow 65%);
  }
  #fac_con .detail .txt .right {
    width: 300px;
  }
  #fac_con .detail .txt .right img {
    width: 100%;
  }
  #fac_con .view, #fac_con .youtube {
    width: 800px;
    max-width: 100%;
    margin: 1em auto;
  }
  #fac_con .features {
    width: 800px;
    margin: 1em auto 100px;
  }
  #fac_con .features h3 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: normal;
    margin-bottom: 1em;
    font-size: 120%;
    text-align: center;
  }
  #fac_con .features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #fac_con .features ul li {
    width: 30%;
  }
  #fac_con .features ul li img {
    width: 100%;
  }
  #fac_con .features ul li h4 {
    text-align: center;
    margin-bottom: 1em;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: normal;
    color: #54833B;
  }
}
#formWrap .siryou {
  border-radius: 5px;
  background: #d7edcc;
  padding: 1em;
  margin: 1em 1em 2em;
}
#formWrap .siryou h3 {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.7;
}
#formWrap .siryou h3 .uby {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 20px;
}
#formWrap .siryou h3 .bt {
  font-size: 30px;
}
#formWrap .siryou .bgw {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 2em 1em;
  margin-top: 1em;
}
#formWrap .siryou .bgw img {
  max-width: 100%;
}
#formWrap .nyuryoku {
  background: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 1em 0;
  border-radius: 5px;
}
#formWrap .nyuryoku h3 {
  text-align: center;
  border-radius: 30px;
  background: #6daa4c;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  margin-top: -50px;
  margin-bottom: 20px;
}
#formWrap .nyuryoku .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: 0 auto 1em;
}
#formWrap .nyuryoku .step .box {
  text-align: center;
  position: relative;
}
#formWrap .nyuryoku .step .box:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 80px;
  height: 2px;
  background: #898686;
  margin-right: -50px;
}
#formWrap .nyuryoku .step .box:last-child:before {
  content: none;
}
#formWrap .nyuryoku .step .num {
  background: #cdcfd0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin-bottom: 5px;
  color: #898686;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 10;
}
#formWrap .nyuryoku .step .num.act {
  background: #3e7993;
  color: #fff;
}
#formWrap .nyuryoku .step .txt {
  font-size: 13px;
}
#formWrap .nyuryoku dl {
  margin-bottom: 1em;
}
#formWrap .nyuryoku dl dt {
  padding: 0.5em;
}
#formWrap .nyuryoku dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input,
textarea {
  background: #e6e6e6;
  border-radius: 5px;
  width: 100%;
  padding: 1em;
}

.nin,
.his {
  text-align: center;
  font-size: 12px;
}

.nin {
  background: #e6e6e6;
}

.his {
  color: #d13838;
  font-weight: bold;
}

.btn_wrap {
  text-align: center;
  margin: 1em auto;
  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;
}
.btn_wrap input {
  background: #649f73;
  padding: 1em;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45%;
}
.btn_wrap input:hover {
  background: #666;
}
.btn_wrap input[type=reset], .btn_wrap input[type=button] {
  background: #000;
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 1em auto;
  border-collapse: collapse;
}
table.formTable td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}
table.formTable td input, table.formTable td textarea {
  width: 100%;
}
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  vertical-align: middle;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit], form input[type=reset], form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}