img {
  display: block;
  max-width: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb110 {
  margin-bottom: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.mt110 {
  margin-top: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.mb110h {
  margin-bottom: 110px !important; }

.pb110h {
  padding-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.mt120 {
  margin-top: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.mb120h {
  margin-bottom: 120px !important; }

.pb120h {
  padding-bottom: 120px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.mt130 {
  margin-top: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.mb130h {
  margin-bottom: 130px !important; }

.pb130h {
  padding-bottom: 130px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.mt140 {
  margin-top: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.mb140h {
  margin-bottom: 140px !important; }

.pb140h {
  padding-bottom: 140px !important; }

body {
  padding-top: 60px;
  color: #3d3d3d;
  font-size: 14px; }

.mb16 {
  margin-bottom: 16px; }

.o_sp {
  display: none !important; }

.fz16 {
  font-size: 16px; }

.inner {
  width: 100%;
  max-width: 780px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }

a.blockLink {
  display: block;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s; }
  a.blockLink:hover {
    text-decoration: none; }
  a.blockLink:hover {
    opacity: .7;
    text-decoration: none; }
  a.blockLink img {
    width: 100%; }

.flo3:after {
  content: '';
  clear: both;
  display: block; }
.flo3 > * {
  width: calc(((100% - 40px) / 3));
  margin-left: 20px;
  margin-top: 20px;
  float: left; }
  .flo3 > *:nth-child(3n+1) {
    clear: both;
    margin-left: 0; }
  .flo3 > *:nth-child(-n+3) {
    margin-top: 0; }

.flo2:after {
  content: '';
  clear: both;
  display: block; }
.flo2 > * {
  width: calc(50% - 10px);
  margin-left: 20px;
  margin-top: 10px;
  float: left; }
  .flo2 > *:nth-child(2n+1) {
    clear: both;
    margin-left: 0; }
  .flo2 > *:nth-child(-n+2) {
    margin-top: 0; }

.flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex2 > * {
    width: calc(50% - 5px);
    margin-top: 10px; }
    .flex2 > *:nth-child(-n+2) {
      margin-top: 0; }

.flex3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex3 > * {
    width: calc(((100% - 20px) / 3));
    margin-top: 10px; }
    .flex3 > *:nth-child(-n+3) {
      margin-top: 0; }

.flex3_20 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex3_20 > * {
    width: calc(((100% - 40px) / 3));
    margin-top: 20px; }
    .flex3_20 > *:nth-child(-n+3) {
      margin-top: 0; }

.flex4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex4 > * {
    width: calc(((100% - 60px) / 4));
    margin-top: 20px; }
    .flex4 > *:nth-child(-n+4) {
      margin-top: 0; }

.centerImg img {
  margin: 0 auto; }

.centerTxt {
  text-align: center; }

.centerTxt_SPl {
  text-align: center; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.object-fit-img2 {
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.hv {
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  display: block; }
  .hv:hover {
    text-decoration: none; }
  .hv:hover {
    opacity: .7;
    text-decoration: none; }

header {
  padding: 40px 0; }
  header .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .inner nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      width: 548px; }

.topVisual {
  margin-bottom: 20px;
  position: relative; }

.topVisualImg {
  width: 68%; }

.topVisualTxt {
  width: 35%;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.bg {
  background-image: url(../img/bg.png); }

.bgb {
  background-color: #f2f0ed; }

.bgp {
  background-color: #f1e6e6; }

.bgy {
  background-color: #fafaf5; }

.max800 {
  max-width: 800px;
  margin: 0 auto; }

.sect1 {
  padding: 40px 0 20px; }
  .sect1 .links {
    margin: 0 auto;
    max-width: 850px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap; }

.sect2 {
  padding: 40px 0 50px; }
  .sect2 .box1 figure {
    float: left;
    width: 241px; }
  .sect2 .box1 .r {
    float: right;
    width: calc(100% - 246px); }
  .sect2 .box1 .f {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .sect2 .box1 .f h3 {
      border-right: 1px solid #85756b; }
  .sect2 .box2 {
    padding: 30px 20px 20px;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .sect2 .box2 div {
      width: 70%; }
      .sect2 .box2 div:last-child {
        padding-left: 2%; }
      .sect2 .box2 div:first-child {
        width: 30%; }
      .sect2 .box2 div img {
        width: 100%; }

.sect3 {
  padding: 40px 0 20px; }
  .sect3 .box1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    .sect3 .box1 figure {
      width: 40%; }
    .sect3 .box1 figcaption {
      width: 55%; }
      .sect3 .box1 figcaption p {
        max-width: 420px; }

.bb {
  border-bottom: 2px dotted #614c3f;
  padding-bottom: 8px; }

.sect4 {
  padding: 50px 0; }

.sect5 {
  padding: 40px 0 50px; }
  .sect5 .box1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .sect5 .box1 .l {
      width: 64%; }
    .sect5 .box1 .r {
      width: 32%;
      background-size: cover;
      background-image: url(../img/bg2.png);
      padding: 30px; }
      .sect5 .box1 .r > div {
        background-color: #fff;
        padding: 10px 20px; }
      .sect5 .box1 .r a {
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        display: block; }
        .sect5 .box1 .r a:hover {
          text-decoration: none; }
        .sect5 .box1 .r a:hover {
          opacity: .7;
          text-decoration: none; }

.sect6 {
  padding-top: 40px;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../img/bg3.jpg); }

.sect7 {
  padding: 50px 0; }
  .sect7 .box1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .sect7 .box1 a {
      width: calc(100% / 6);
      padding: 5px;
      margin-top: 1%;
      position: relative; }
      .sect7 .box1 a span {
        display: block;
        width: 100%;
        padding-top: 100%;
        position: relative;
        overflow: hidden; }
      .sect7 .box1 a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 200%; }

.sect8 {
  padding: 20px 0 40px; }

.sect9 {
  padding: 20px 0 40px; }
  .sect9 .box1 {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff; }
  .sect9 .faq li {
    padding: 10px 20px;
    background-color: #fff; }
    .sect9 .faq li .q,
    .sect9 .faq li .a {
      display: block;
      padding-top: 1em;
      padding-left: 48px;
      position: relative; }
    .sect9 .faq li .q:after {
      content: url(../img/q.png);
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .sect9 .faq li .a:after {
      content: url(../img/a.png);
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

.sect10 {
  padding: 40px 0; }
  .sect10 .box1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    .sect10 .box1 .gmap {
      width: 60%;
      position: relative;
      height: 320px; }
      .sect10 .box1 .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .sect10 .box1 .info {
      width: 37%;
      font-size: 12px; }

footer {
  padding: 50px 0; }
  footer li {
    padding: 10px 20px;
    background-color: #fff; }
  footer h3 {
    border-bottom: 1px solid #eceded;
    margin-bottom: 10px; }
  footer strong {
    display: block;
    margin-bottom: 0.2em;
    letter-spacing: 1px; }
  footer p {
    font-size: 12px; }

#toTop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 20px;
  right: -44px;
  border-radius: 50%;
  position: fixed;
  z-index: 999;
  line-height: 1.2;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s; }
  #toTop:hover {
    text-decoration: none; }
  #toTop:hover {
    opacity: .7;
    text-decoration: none; }
  #toTop.active {
    right: 20px; }
  #toTop:after {
    content: '';
    display: block;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -19px;
    transform: scaleX(0.7);
    -webkit-transform: scaleX(0.7); }

#contact {
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 0; }
  #contact label.error {
    padding: 0.4em;
    color: #ff0; }
  #contact li {
    margin-bottom: 20px; }
  #contact .ttl {
    display: block;
    font-size: 16px;
    margin-bottom: 10px; }
  #contact .red {
    color: #f00; }
  #contact .clabel {
    display: block;
    margin-bottom: 10px; }
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="date"],
  #contact input[type="number"],
  #contact textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 100% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    margin: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: 16px;
    padding: 0.8em 1em;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s; }
    #contact input[type="text"]:hover,
    #contact input[type="email"]:hover,
    #contact input[type="tel"]:hover,
    #contact input[type="date"]:hover,
    #contact input[type="number"]:hover,
    #contact textarea:hover {
      text-decoration: none; }
  #contact .submitBox {
    margin-top: 30px; }
    #contact .submitBox input {
      background: #61bac5;
      display: block;
      width: auto;
      margin: 0 auto;
      line-height: 1;
      padding: 1.1em 1em 1em;
      box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
      width: 270px;
      font-size: 16px;
      color: #fff;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      cursor: pointer;
      border: 0;
      border-radius: 3em;
      appearance: none;
      -webkit-appearance: none; }
      #contact .submitBox input:hover {
        text-decoration: none; }
      #contact .submitBox input:hover {
        opacity: .7;
        text-decoration: none; }

.spp {
  display: block; }
  .spp a {
    display: block;
    margin: 0 auto !important; }

@media only screen and (max-width: 946px) {
  .flex2:not(.flex2-tab) > * {
    width: 100%; }
    .flex2:not(.flex2-tab) > *:nth-child(-n+2) {
      margin-top: 10px; }
    .flex2:not(.flex2-tab) > *:first-child {
      margin-top: 0; }

  .flex3 > * {
    width: calc((50% - 10px));
    margin-top: 20px; }
    .flex3 > *:nth-child(-n+3) {
      margin-top: 10px; }
    .flex3 > *:nth-child(-n+2) {
      margin-top: 0px; }

  .flex3_20 > * {
    width: calc((50% - 20px));
    margin-top: 20px; }
    .flex3_20 > *:nth-child(-n+3) {
      margin-top: 20px; }
    .flex3_20 > *:nth-child(-n+2) {
      margin-top: 0px; }

  .flex4 > * {
    width: calc((50% - 10px));
    margin-top: 20px; }
    .flex4 > *:nth-child(-n+4) {
      margin-top: 20px; }
    .flex4 > *:nth-child(-n+2) {
      margin-top: 0px; }

  .bb {
    border-bottom: 2px dotted #614c3f;
    padding-bottom: 8px; } }
@media only screen and (max-width: 800px) {
  .mb10h {
    margin-bottom: 5px !important; }

  .pb10h {
    padding-bottom: 5px !important; }

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

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

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

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

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

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

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

  .pb50h {
    padding-bottom: 25px !important; }

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

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

  .mb70h {
    margin-bottom: 35px !important; }

  .pb70h {
    padding-bottom: 35px !important; }

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

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

  .mb90h {
    margin-bottom: 45px !important; }

  .pb90h {
    padding-bottom: 45px !important; }

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

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

  .mb110h {
    margin-bottom: 55px !important; }

  .pb110h {
    padding-bottom: 55px !important; }

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

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

  .mb130h {
    margin-bottom: 65px !important; }

  .pb130h {
    padding-bottom: 65px !important; }

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

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

  body {
    font-size: 14px; }

  .o_pc {
    display: none !important; }

  .o_sp {
    display: block !important; }

  .flo3 > * {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px; }
    .flo3 > *:nth-child(-n+3) {
      margin-top: 20px; }
    .flo3 > *:first-child {
      margin-top: 0; }

  .flo2 > * {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px; }
    .flo2 > *:nth-child(-n+2) {
      margin-top: 20px; }
    .flo2 > *:first-child {
      margin-top: 0; }

  .flex2 > * {
    width: 100%; }
    .flex2 > *:nth-child(-n+2) {
      margin-top: 10px; }
    .flex2 > *:first-child {
      margin-top: 0; }

  .flex3 > * {
    width: 100%; }
    .flex3 > *:nth-child(-n+2) {
      margin-top: 20px; }
    .flex3 > *:first-child {
      margin-top: 0; }

  .flex3_20 > * {
    width: 100%; }
    .flex3_20 > *:nth-child(-n+2) {
      margin-top: 20px; }
    .flex3_20 > *:first-child {
      margin-top: 0; }

  .centerTxt_SPl {
    text-align: left; }

  header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff; }
    header .inner {
      display: block; }
      header .inner .logo {
        margin: 0 auto 20px;
        width: ; }
      header .inner nav {
        width: 100%; }
        header .inner nav a:last-child {
          margin-left: 10px; }

  .topVisualImg {
    margin-top: 120px;
    width: calc(100% + 40px);
    position: relative;
    left: -20px; }

  .topVisualTxt {
    position: static;
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }

  h2.centerImg:not(.bb) {
    overflow: hidden; }
    h2.centerImg:not(.bb) img {
      width: 140%;
      position: relative;
      left: -20%;
      max-width: 140%; }

  .sect1 .links a {
    width: 50%; }
  .sect1 .max800 {
    max-width: 80%;
    margin: 0 auto; }
    .sect1 .max800 a {
      margin-top: 0 !important; }
      .sect1 .max800 a:last-child {
        position: relative;
        top: -10px; }

  .sect2 .box1 {
    position: relative; }
    .sect2 .box1 figure {
      position: absolute;
      width: 90px;
      top: 0;
      left: 0;
      float: none; }
    .sect2 .box1 .r {
      float: none;
      width: 100%; }
      .sect2 .box1 .r .flex3 {
        padding-left: 100px; }
    .sect2 .box1 .f {
      display: block; }
      .sect2 .box1 .f img {
        margin: 0 auto; }
      .sect2 .box1 .f h3 {
        border-right: 0; }
  .sect2 .box2 {
    display: block; }
    .sect2 .box2 div {
      width: 100% !important;
      padding-left: 0 !important; }
      .sect2 .box2 div:first-child {
        margin-bottom: 20px; }
      .sect2 .box2 div img {
        width: auto;
        margin: 0 auto; }

  .sect3 .box1 {
    flex-wrap: wrap; }
    .sect3 .box1 figure {
      width: 100%;
      margin-bottom: 20px; }
    .sect3 .box1 figcaption {
      width: 100%; }

  .bb {
    border-bottom: 2px dotted #614c3f;
    padding-bottom: 8px; }

  .sect5 .box1 {
    flex-wrap: wrap; }
    .sect5 .box1 .l {
      width: 100%;
      margin-bottom: 20px; }
    .sect5 .box1 .r {
      width: 100%;
      padding: 20px; }

  .sect6 {
    background-image: none; }

  .sect7 .box1 a {
    width: calc(100% / 3); }

  .sect10 .box1 {
    flex-wrap: wrap; }
    .sect10 .box1 .gmap {
      width: 100%;
      height: 240px;
      margin-bottom: 20px; }
    .sect10 .box1 .info {
      width: 100%; } }
@media only screen and (max-width: 640px) {
  .bb {
    border-bottom: 2px dotted #614c3f;
    padding-bottom: 8px; } }
