@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
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, textarea {
  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;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Base
————————————————————————————————————————— */
html {
  overflow-x: hidden;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #212121;
  line-height: 1;
  overflow-x: hidden;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 769px) {
  /* ======================
  project(768)
  =========================*/
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
  Settings
————————————————————————————————————————— */
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 105px 0 0;
}
.l-siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.l-wrapper2 {
  max-width: 1200px;
  margin: 0 auto;
}
.l-wrapper3 {
  max-width: 1280px;
  margin: 0 auto;
}
.l-wrapper4 {
  max-width: 1100px;
  margin: 0 auto;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper {
    max-width: 90%;
  }
  .l-wrapper2 {
    max-width: 90%;
  }
  .l-wrapper3 {
    max-width: 90%;
  }
  .l-wrapper4 {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-main {
    padding: 95px 0 0;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  layout(576)
  =========================*/
  .l-main {
    padding: 76px 0 0;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-title {
  font-size: 2rem;
  font-family: 'Playfair Display', sans-serif;
  color: #504F4F;
}
.c-title span {
  font-size: 1.125rem;
  font-family: serif;
  color: #EC693A;
  display: block;
  margin: 0 0 10px;
}
.c-link {
  font-size: 0.875rem;
  font-family: 'Playfair Display', sans-serif;
  color: #766C57;
  border: solid 1px #766C57;
  padding: 10px 40px;
  display: inline-block;
  min-width: 180px;
  position: relative;
  text-align: center;
  border-radius: 20px;
}
.c-link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-link:hover:after {
  right: 10px;
}
.c-link2 {
  font-size: 1.125rem;
  font-family: serif;
  color: #000;
  display: inline-block;
  position: relative;
  text-align: center;
}
.c-link2:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-link2.-white:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow2.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-link2:hover:after {
  right: -40px;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 42px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #EC693A;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EC693A;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -7px;
}
.c-hamburger__line:after {
  top: 7px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
.c-float__menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: #EC693A;
  padding: 18px 0;
}
.c-float__menu .c-float__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-float__menu .c-float__flex .c-float__box {
  border-right: dashed 1px #fff;
}
.c-float__menu .c-float__flex .c-float__box.-home {
  width: 14%;
}
.c-float__menu .c-float__flex .c-float__box.-home figure {
  max-width: 19px;
  margin: 0 auto;
}
.c-float__menu .c-float__flex .c-float__box.-tel {
  width: 37%;
}
.c-float__menu .c-float__flex .c-float__box.-tel figure {
  max-width: 110px;
  margin: 0 auto;
}
.c-float__menu .c-float__flex .c-float__box.-access {
  width: 49%;
  border: none;
}
.c-float__menu .c-float__flex .c-float__box.-access figure {
  max-width: 145px;
  margin: 0 auto;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .c-pageTOP {
    width: 30px;
    bottom: 65px;
    right: 15px;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .c-hamburger {
    top: 30px;
  }
  .c-title {
    font-size: 1.5rem;
  }
  .c-title span {
    font-size: 0.875rem;
    margin: 0 0 6px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  background: #F1ECDF;
  padding: 50px 0;
  position: relative;
  z-index: 6;
}
.p-footer .p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-footer .p-footer__flex .p-footer__logo-box {
  width: 45%;
}
.p-footer .p-footer__flex .p-footer__logo-box .p-footer__logo {
  max-width: 230px;
  margin: 0 0 14px;
}
.p-footer .p-footer__flex .p-footer__logo-box address {
  margin: 14px 0 0;
  line-height: 1.8;
  font-size: 0.875rem;
  font-family: 'Playfair Display', sans-serif;
}
.p-footer .p-footer__flex .p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 55%;
}
.p-footer .p-footer__flex .p-footer__menu .p-menu-list__item {
  margin: 0 0 8px;
}
.p-footer .p-footer__flex .p-footer__menu .p-menu-list__item a {
  font-size: 0.875rem;
  color: #000;
}
.p-footer .p-footer__flex .p-footer__menu .p-menu-list__item a:hover {
  color: #EC693A;
}
.p-footer .p-footer__flex .p-footer__menu .p-menu-list__item.-main {
  margin: 0 0 12px;
}
.p-footer .p-footer__flex .p-footer__menu .p-menu-list__item.-main.nolink {
  font-size: 0.875rem;
}
.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 18px 0;
  background: #766C57;
  position: relative;
  z-index: 6;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1200)
  =========================*/
  .p-footer .p-footer__flex .p-footer__logo-box {
    width: 40%;
  }
  .p-footer .p-footer__flex .p-footer__logo-box address {
    font-size: 0.75rem;
  }
  .p-footer .p-footer__flex .p-footer__menu {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-footer .p-footer__flex {
    display: block;
  }
  .p-footer .p-footer__flex .p-footer__logo-box {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
  }
  .p-footer .p-footer__flex .p-footer__logo-box .p-footer__logo {
    margin: 0 auto 14px;
  }
  .p-footer .p-footer__flex .p-footer__logo-box address {
    font-size: 0.875rem;
  }
  .p-footer .p-footer__flex .p-footer__menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  .p-footer .p-footer__flex .p-footer__menu .p-menu-list__item {
    margin: 0 0 8px;
  }
  .p-footer .p-footer__flex .p-footer__menu .p-menu-list__item a {
    font-size: 0.875rem;
    color: #000;
  }
  .p-footer .p-footer__flex .p-footer__menu .p-menu-list__item.-main {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(576)
  =========================*/
  .p-footer .p-footer__flex {
    display: block;
  }
  .p-footer .p-footer__flex .p-footer__logo-box {
    margin: 0 0 30px;
  }
  .p-footer .p-footer__flex .p-footer__logo-box address {
    font-size: 0.75rem;
  }
  .p-footer .p-footer__flex .p-footer__menu .p-menu-list__item a {
    font-size: 0.8125rem;
  }
  .p-copyright {
    font-size: 0.625rem;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
  background: #fff;
}
.p-header .p-header__flex {
  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;
  position: relative;
}
.p-header .p-header__flex .p-header__logo {
  width: 230px;
}
.p-header .p-header__flex .p-header__nav {
  height: 55px;
}
.p-header .p-header__flex .p-header__nav .p-header__head {
  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;
}
.p-header .p-header__flex .p-header__nav .p-header__head .p-header__head__text {
  color: #EC693A;
  font-size: 0.875rem;
  font-family: 'Playfair Display', sans-serif;
  padding: 0 30px 0 0;
}
.p-header .p-header__flex .p-header__nav .p-header__head .p-header__head__tel {
  max-width: 180px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a {
  font-size: 1rem;
  color: #000;
  padding: 0 20px;
  border-right: solid 1px #000;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a:hover {
  color: #EC693A;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item.-first a {
  padding: 0 20px 0 0;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item.-last a {
  border: none;
  padding: 0 0 0 20px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  background: #F3F1EB;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list .p-hover__list__item {
  width: calc(100% / 3);
  text-align: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list .p-hover__list__item a {
  font-size: 0.875rem;
  color: #000;
  display: block;
  border: none;
  padding: 25px 15px;
  background: #F3F1EB;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list .p-hover__list__item a:hover {
  color: #EC693A;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list .p-hover__list__item a .p-hover__image {
  margin: 0 auto 20px;
  max-width: 80%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list .p-hover__list__item a:hover {
  background: #F1ECDF;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-header {
    padding: 20px 0;
  }
  .p-header .p-header__flex .p-header__logo {
    width: 190px;
  }
  .p-header .p-header__flex .p-header__nav {
    height: 55px;
  }
  .p-header .p-header__flex .p-header__nav .p-header__head .p-header__head__text {
    font-size: 0.75rem;
    padding: 0 20px 0 0;
  }
  .p-header .p-header__flex .p-header__nav .p-header__head .p-header__head__tel {
    max-width: 160px;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-header .p-header__flex .p-header__logo {
    width: 150px;
  }
  .p-header .p-header__flex .p-header__nav {
    height: unset;
  }
  .p-header .p-header__flex .p-header__nav .p-header__head {
    margin: 0 0 15px;
  }
  .p-header .p-header__flex .p-header__nav .p-header__head .p-header__head__text {
    font-size: 0.6875rem;
    letter-spacing: -1px;
    padding: 0 10px 0 0;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item a {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item.-first a {
    padding: 0 10px 0 0;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item.-last a {
    padding: 0 0 0 10px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu {
    top: 38px;
  }
}
@media screen and (max-width: 768px) {
  /* ======================
  project(768)
  =========================*/
  .p-sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 55px 20px 0;
    background: #fff;
  }
  .p-sp-header .p-sp-header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__logo {
    width: 230px;
  }
  #p-globalMenuSp {
    width: 100%;
    height: 100vh;
    background: #F3F1EB;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
    trasition: all .3s;
    padding: 100px 0;
    text-align: center;
  }
  #p-globalMenuSp.is-active {
    z-index: 10;
    opacity: 1;
    overflow-y: scroll;
  }
  #p-globalMenuSp .p-nav-list {
    z-index: 200;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a {
    color: #000;
    font-size: 1.375rem;
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding: 22px 0;
    line-height: 1.4;
    border-bottom: 1px solid #000;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box {
    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;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i {
    position: relative;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a.open .i-box .one-i:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content {
    display: none;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr .p-menu__list__item a {
    display: block;
    padding: 0;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr .p-menu__list__item a .p-menu__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr .p-menu__list__item a .p-menu__flex .p-menu__image {
    max-width: 35%;
    margin: 0 20px 0 0;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr .p-menu__list__item a .p-menu__flex span {
    color: #000;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .p-sp-header .p-sp-header__flex .p-sp-header__logo {
    width: 150px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__section1 .p-top__mainvisual {
  position: relative;
  max-width: 95%;
}
.p-top__section1 .p-top__mainvisual .p-hero__text {
  background: #F1ECDF;
  padding: 32px 25px 28px 25px;
  display: inline-block;
  min-width: 45%;
  position: absolute;
  top: 84px;
  left: 0;
  z-index: 5;
}
.p-top__section1 .p-top__mainvisual .p-hero__text .p-hero__text__inner {
  max-width: 460px;
  margin: 0 0 0 auto;
}
.p-top__section1 .p-top__mainvisual .p-hero__text .p-hero__text__inner .p-hero__sub-title {
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  margin: 0 0 12px;
  display: inline-block;
}
.p-top__section1 .p-top__mainvisual .p-hero__text .p-hero__text__inner .p-hero__title {
  font-size: 2.25rem;
  font-family: serif;
  line-height: 1.4;
  display: inline-block;
}
.p-top__section1 .p-top__mainvisual .p-hero__image {
  max-width: 90%;
  margin: 0 0 0 auto;
  position: relative;
}
.p-top__section1 .p-top__mainvisual .p-hero__image .p-hero__mainvisual1 {
  max-width: 72%;
  margin: 0 0 0 auto;
}
.p-top__section1 .p-top__mainvisual .p-hero__image .p-hero__mainvisual2 {
  max-width: 32%;
  position: absolute;
  bottom: -70px;
  left: 0;
}
.p-top__section2 .p-top__about {
  margin: 40px 0 100px;
  padding: 130px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: solid 1px #766C57;
}
.p-top__section2 .p-top__about .p-about__body {
  width: 50%;
  padding: 0 0 0 50px;
}
.p-top__section2 .p-top__about .p-about__body .p-about__text {
  font-size: 1rem;
  line-height: 1.4;
  margin: 70px 0 0;
}
.p-top__section2 .p-top__about .p-about__body .p-link {
  margin: 100px 0 0;
}
.p-top__section2 .p-top__about .p-about__image {
  width: 50%;
  padding: 0 0 0 140px;
}
.p-top__section3 {
  background: #F3F1EB;
  padding: 100px 0 80px;
}
.p-top__section3 .p-top__flow {
  background: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-top__section3 .p-top__flow .p-flow__image {
  width: 50%;
  padding: 0 50px 0 0;
}
.p-top__section3 .p-top__flow .p-flow__body {
  width: 50%;
  padding: 0 0 0 60px;
}
.p-top__section3 .p-top__flow .p-flow__body .p-about__text {
  font-size: 1rem;
  line-height: 1.4;
  margin: 30px 0 0;
}
.p-top__section3 .p-top__flow .p-flow__body .p-link {
  margin: 30px 0 0;
}
.p-top__section3 .p-top__medical {
  padding: 62px 0 0;
}
.p-top__section3 .p-top__medical .p-medical__head {
  text-align: center;
  margin: 0 0 80px;
}
.p-top__section3 .p-top__medical .p-medical__body .p-medical__flex {
  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;
}
.p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box {
  text-align: center;
  width: 31%;
  margin: 0 3.5% 0 0;
  display: block;
}
.p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box:last-child {
  margin: 0;
}
.p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box .p-medical__text {
  padding: 20px 0 14px;
  border-bottom: 1px solid #766C57;
}
.p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box .p-medical__text .p-medical__copy {
  font-size: 1rem;
  margin: 0 0 12px;
  color: #766C57;
}
.p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box:hover .c-link2:after {
  right: -40px;
}
.p-top__section3 .p-top__medical .p-medical__body .p-medical__flex.-flex1 {
  margin: 0 0 80px;
}
.p-top__section4 .p-top__other {
  background: url(../img/top/other-bg.webp) no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
}
.p-top__section4 .p-top__other .p-other__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-top__section4 .p-top__other .p-other__flex .p-other__box {
  position: relative;
  width: 49%;
  display: block;
}
.p-top__section4 .p-top__other .p-other__flex .p-other__box .p-link {
  width: 220px;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 1.125rem;
  font-family: serif;
  display: inline-block;
}
.p-top__section4 .p-top__other .p-other__flex .p-other__box .p-link.-white:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow2.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section4 .p-top__other .p-other__flex .p-other__box .p-link:before {
  content: '';
  display: inline-block;
  background: url(../img/top/link-item.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section4 .p-top__other .p-other__flex .p-other__box .p-link span {
  color: #fff;
  position: relative;
  padding: 20px 0 20px 30px;
  width: 100%;
  display: block;
}
.p-top__section4 .p-top__other .p-other__flex .p-other__box:hover .p-link.-white:after {
  right: 42px;
}
.p-top__section5 .p-top__access {
  padding: 100px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__section5 .p-top__access .p-access__body {
  width: 50%;
  padding: 0 15px 0 0;
}
.p-top__section5 .p-top__access .p-access__body .p-access__tel {
  margin: 35px 0 0;
}
.p-top__section5 .p-top__access .p-access__body .p-access__tel .p-tel__text {
  font-size: 1.125rem;
  margin: 0 0 10px;
}
.p-top__section5 .p-top__access .p-access__body .p-access__tel .p-tel__image {
  max-width: 350px;
}
.p-top__section5 .p-top__access .p-access__body address {
  margin: 35px 0 0;
}
.p-top__section5 .p-top__access .p-access__body address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}
.p-top__section5 .p-top__access .p-access__body address dl dt {
  margin: 0 15px 0 0;
}
.p-top__section5 .p-top__access .p-access__body address dl dt .p-access__icon {
  text-align: center;
  width: 50px;
}
.p-top__section5 .p-top__access .p-access__body address dl dt .p-access__icon.-icon1 img {
  width: 50px;
}
.p-top__section5 .p-top__access .p-access__body address dl dt .p-access__icon.-icon2 img {
  width: 30px;
}
.p-top__section5 .p-top__access .p-access__body address dl dt .p-access__icon.-icon3 img {
  width: 26px;
}
.p-top__section5 .p-top__access .p-access__body address dl dt .p-access__icon.-icon4 img {
  width: 40px;
}
.p-top__section5 .p-top__access .p-access__body address dl dd {
  font-size: 1.125rem;
}
.p-top__section5 .p-top__access .p-access__body .p-access__time {
  margin: 80px 0 0;
}
.p-top__section5 .p-top__access .p-access__body .p-access__time figcaption {
  font-size: 1.125rem;
  color: #ff0000;
  margin: 18px 0 0;
}
.p-top__section5 .p-top__access .p-access__image-box {
  width: 50%;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-top__section1 .p-top__mainvisual {
    max-width: 100%;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__text {
    padding: 30px 0;
    display: block;
    min-width: unset;
    width: 100%;
    position: static;
    text-align: center;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__text .p-hero__text__inner {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__text .p-hero__text__inner .p-hero__title {
    display: block;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__image {
    max-width: 100%;
    margin: 0;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__image .p-hero__mainvisual1 {
    max-width: 100%;
    margin: 0;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__image .p-hero__mainvisual2 {
    max-width: 55%;
    margin: -70px 0 0 5%;
    position: static;
    position: relative;
    bottom: unset;
  }
  .p-top__section2 .p-top__about {
    margin: 100px 0;
    padding: 0;
    display: block;
    border-left: none;
  }
  .p-top__section2 .p-top__about .p-about__body {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .p-top__section2 .p-top__about .p-about__body .p-about__text {
    margin: 35px 0 0;
    text-align: left;
  }
  .p-top__section2 .p-top__about .p-about__body .p-link {
    margin: 50px auto 0;
  }
  .p-top__section2 .p-top__about .p-about__image {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
  }
  .p-top__section3 .p-top__flow {
    padding: 50px 25px;
    display: block;
    text-align: center;
  }
  .p-top__section3 .p-top__flow .p-flow__image {
    width: 100%;
    padding: 0;
    margin: 80px 0 0;
  }
  .p-top__section3 .p-top__flow .p-flow__body {
    width: 100%;
    padding: 0;
  }
  .p-top__section3 .p-top__flow .p-flow__body .p-about__text {
    margin: 50px 0 0;
    text-align: left;
  }
  .p-top__section3 .p-top__flow .p-flow__body .p-link {
    margin: 50px auto 0;
  }
  .p-top__section3 .p-top__medical .p-medical__head {
    margin: 0 0 50px;
  }
  .p-top__section3 .p-top__medical .p-medical__body .p-medical__flex {
    display: block;
  }
  .p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box {
    width: 100%;
    margin: 0 0 60px;
  }
  .p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box:last-child {
    margin: 0;
  }
  .p-top__section3 .p-top__medical .p-medical__body .p-medical__flex.-flex1 {
    margin: 0 0 60px;
  }
  .p-top__section4 .p-top__other .p-other__flex {
    display: block;
  }
  .p-top__section4 .p-top__other .p-other__flex .p-other__box {
    position: relative;
    width: 100%;
    margin: 0 0 70px;
  }
  .p-top__section4 .p-top__other .p-other__flex .p-other__box:last-child {
    margin: 0;
  }
  .p-top__section5 .p-top__access {
    display: block;
  }
  .p-top__section5 .p-top__access .p-access__body {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__tel {
    margin: 35px 0 0;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__tel .p-tel__text {
    margin: 0 0 20px;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__tel .p-tel__image {
    margin: 0 auto;
  }
  .p-top__section5 .p-top__access .p-access__body address {
    margin: 45px auto 0;
    max-width: 90%;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__time figcaption {
    text-align: left;
  }
  .p-top__section5 .p-top__access .p-access__image-box {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(576)
  =========================*/
  .p-top__section1 .p-top__mainvisual .p-hero__text .p-hero__text__inner .p-hero__sub-title {
    font-size: 1.125rem;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__text .p-hero__text__inner .p-hero__title {
    font-size: 1.5rem;
  }
  .p-top__section1 .p-top__mainvisual .p-hero__image .p-hero__mainvisual2 {
    margin: -40px 0 0 5%;
  }
  .p-top__section2 .p-top__about {
    margin: 50px 0;
  }
  .p-top__section2 .p-top__about .p-about__body .p-about__text {
    margin: 25px 0 0;
  }
  .p-top__section2 .p-top__about .p-about__body .p-link {
    margin: 25px auto 0;
  }
  .p-top__section2 .p-top__about .p-about__image {
    margin: 50px 0 0;
  }
  .p-top__section3 {
    padding: 50px 0 40px;
  }
  .p-top__section3 .p-top__flow .p-flow__image {
    margin: 50px 0 0;
  }
  .p-top__section3 .p-top__flow .p-flow__body .p-about__text {
    margin: 25px 0 0;
  }
  .p-top__section3 .p-top__flow .p-flow__body .p-link {
    margin: 25px auto 0;
  }
  .p-top__section3 .p-top__medical .p-medical__head {
    margin: 0 0 40px;
  }
  .p-top__section3 .p-top__medical .p-medical__body .p-medical__flex {
    display: block;
  }
  .p-top__section3 .p-top__medical .p-medical__body .p-medical__flex .p-medical__box {
    margin: 0 0 30px;
  }
  .p-top__section3 .p-top__medical .p-medical__body .p-medical__flex.-flex1 {
    margin: 0 0 30px;
  }
  .p-top__section4 .p-top__other {
    padding: 30px 0 60px;
  }
  .p-top__section4 .p-top__other .p-other__flex .p-other__box {
    margin: 0 0 60px;
  }
  .p-top__section4 .p-top__other .p-other__flex .p-other__box .p-link {
    width: 150px;
    font-size: 0.875rem;
    bottom: -22px;
  }
  .p-top__section4 .p-top__other .p-other__flex .p-other__box .p-link a {
    padding: 15px 0 15px 10px;
  }
  .p-top__section4 .p-top__other .p-other__flex .p-other__box .p-link.-white:after {
    right: 30px;
  }
  .p-top__section5 .p-top__access {
    padding: 50px 0 40px;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__tel {
    margin: 25px 0 0;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__tel .p-tel__text {
    margin: 0 0 15px;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__tel .p-tel__image {
    max-width: 230px;
  }
  .p-top__section5 .p-top__access .p-access__body address dl dd {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .p-top__section5 .p-top__access .p-access__body .p-access__time figcaption {
    font-size: 0.875rem;
  }
  .p-top__section5 .p-top__access .p-access__image-box {
    margin: 30px 0 0;
  }
  .p-top__section5 .p-top__access .p-access__image-box .p-access__map {
    height: 165px;
  }
}
/*
  page
————————————————————————————————————————— */
.p-page-main .l-section {
  padding: 100px 0;
}
.p-page-main h1 {
  font-size: 2.625rem;
  line-height: 1.4;
  font-family: serif;
  color: #fff;
}
.p-page-main h1 span {
  color: #EC693A;
  display: block;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
}
.p-page-main h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  font-family: serif;
}
.p-page-main h2.border-bottom:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #EC693A;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-page-main h2.border-top:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #EC693A;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-page-main h2 span {
  color: #766C57;
  font-size: 1.5rem;
  display: block;
  font-family: 'Playfair Display', serif;
}
.p-page-main h3 {
  font-size: 1.75rem;
  position: relative;
}
.p-page-main h3:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #EC693A;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.p-page-main p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.p-page-main ul.p-list li {
  font-size: 1.125rem;
  margin: 0 0 9px;
  line-height: 1.6;
  padding: 0 0 0 20px;
  position: relative;
}
.p-page-main ul.p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main ul.p-list2 li {
  font-size: 1.125rem;
  margin: 0 0 9px;
  line-height: 1.4;
  padding: 0 0 0 20px;
  position: relative;
}
.p-page-main ul.p-list2 li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #000;
}
.p-page-main ul.p-list3 {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.p-page-main ul.p-list3 li {
  font-size: 1.125rem;
  margin: 0 0 9px;
  line-height: 1.4;
}
.p-page-main section.bg-color1 {
  background: #F4F3F0;
}
.p-page-main section.bg-color2 {
  background: url("../img/infectioncontrol/01.jpg");
  background-size: cover;
}
.p-page-main .p-breadCrumb__wrap {
  background: #F1ECDF;
  padding: 20px 0;
}
.p-page-main .p-breadCrumb__wrap .p-breadCrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-main .p-breadCrumb__wrap .p-breadCrumb li {
  position: relative;
  margin: 0 30px 0 0;
}
.p-page-main .p-breadCrumb__wrap .p-breadCrumb li a {
  color: #000;
}
.p-page-main .p-breadCrumb__wrap .p-breadCrumb li:before {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-page-main .p-breadCrumb__wrap .p-breadCrumb li:last-child {
  margin: 0;
}
.p-page-main .p-breadCrumb__wrap .p-breadCrumb li:last-child:before {
  display: none;
}
.p-page-main .p-text-center {
  text-align: center;
}
.p-page-main .p-mainvisual {
  background: url(../img/common/mainvisual1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
.p-page-main .p-mainvisual__title {
  background: rgba(118, 108, 87, 0.8);
  padding: 18px 0;
}
.p-page-main .sec1 h1 {
  margin: 0 0 30px;
}
.p-page-main .sec1 h2 {
  margin: 80px 0 20px;
}
.p-page-main .sec1 h3 {
  margin: 60px 0 0;
}
.p-page-main .sec1 p {
  margin: 10px 0;
}
.p-page-main .sec1 .c-link {
  margin: 60px auto 0;
}
.p-page-main .sec1 ul {
  margin: 25px 0;
}
.p-page-main .sec2 .p-top__flex .p-flex__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image {
  width: 50%;
  position: relative;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image .img1 {
  height: 340px;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image figcaption {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__text {
  width: 50%;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__text h2 {
  margin: 0 0 20px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 100px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
  padding: 0 50px 30px 25px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image figcaption {
  text-align: right;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
  padding: 0 25px 30px 50px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image .img2 {
  position: absolute;
  bottom: 0;
  left: unset;
  right: 0;
  width: 50%;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image figcaption {
  text-align: left;
}
.p-page-main .sec3 .p-top__flex .p-flex__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__text {
  width: 40%;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__text h2 {
  margin: 0 0 20px;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__image {
  width: 60%;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__image figcaption {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 auto 100px 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
  padding: 0 50px 0 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image img {
  padding: 0 20px 0 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image figcaption {
  text-align: right;
  margin: -80px 0 0;
  color: #fff;
  padding: 90px 20px 10px;
  background: #766C57;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 {
  margin: 0 0 0 auto;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
  padding: 0 0 0 50px;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image img {
  padding: 0 0 0 20px;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image figcaption {
  text-align: left;
  margin: -80px 0 0;
  color: #fff;
  padding: 90px 20px 10px;
  background: #766C57;
}
.p-page-main .sec4 .p-top__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .sec4 .p-top__table tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .sec4 .p-top__table tr th, .p-page-main .sec4 .p-top__table tr td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-page-main .sec4 .p-top__table tr th {
  /*width: 30%;*/
  text-align: left;
}
.p-page-main .sec4 .p-top__table tr td {
  /*width: 70%;*/
}
.p-page-main .sec4 .p-top__table2 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .sec4 .p-top__table2 tr th, .p-page-main .sec4 .p-top__table2 tr td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
}
.p-page-main .sec4 .p-top__table2 tr th {
  width: 30%;
  text-align: left;
  border-bottom: 1px solid #766C57;
}
.p-page-main .sec4 .p-top__table2 tr td {
  width: 70%;
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .sec4 .p-top__faq h4 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}
.p-page-main .sec4 .p-top__faq h4:nth-child(n + 1) {
  margin-top: 30px;
}
.p-page-main .sec4 .p-top__faq h4 span {
  font-size: 1.5rem;
  color: #ff0000;
  margin: 0 10px 0 0;
}
.p-page-main .sec4 .p-top__faq p {
  font-size: 0.875rem;
  border-left: 1px solid #ff0000;
  margin: 0 0 0 20px;
  padding: 10px 0 10px 10px;
}
.sec5 .p-top_caption {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 0;
}
.sec5 .p-top_flex {
  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;
}
.sec5 .p-top_imgBox1 {
  margin: 0 0 20px;
}
.sec5 .p-top_imgBox1 .p-top_img1 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox2 {
  width: 100%;
}
.sec5 .p-top_imgBox2 .p-top_img2 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox3 {
  width: 47%;
}
.sec5 .p-top_imgBox3 .p-top_img3 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox4 {
  width: 47%;
}
.sec5 .p-top_imgBox4 .p-top_img4 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox5 {
  width: 32%;
}
.sec5 .p-top_imgBox5 .p-top_img5 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox6 {
  width: 32%;
}
.sec5 .p-top_imgBox6 .p-top_img6 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox7 {
  width: 32%;
}
.sec5 .p-top_imgBox7 .p-top_img7 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox8 {
  width: 66%;
}
.sec5 .p-top_imgBox8 .p-top_img8 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox9 {
  width: 32%;
}
.sec5 .p-top_imgBox9 .p-top_img9 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox10 {
  width: 30%;
}
.sec5 .p-top_imgBox10 .p-top_img10 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox11 {
  width: 65%;
}
.sec5 .p-top_imgBox11 .p-top_img11 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox12 {
  width: 23.5%;
}
.sec5 .p-top_imgBox12 .p-top_img12 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox13 {
  width: 23.5%;
}
.sec5 .p-top_imgBox13 .p-top_img13 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox14 {
  width: 23.5%;
}
.sec5 .p-top_imgBox14 .p-top_img14 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec5 .p-top_imgBox15 {
  width: 23.5%;
}
.sec5 .p-top_imgBox15 .p-top_img15 {
  background: url(../img/common/dammy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-page-main .p-mainvisual {
    padding: 30px 0;
  }
  .p-page-main .p-mainvisual__title {
    text-align: center;
  }
  .p-page-main .p-breadCrumb__wrap .p-breadCrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box {
    display: block;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image {
    width: 100%;
    margin: 25px 0 0;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image .img1 {
    height: unset;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__text {
    width: 100%;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 {
    margin: 0 0 80px;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
    padding: 0 0 30px 25px;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
    padding: 0 25px 30px 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box {
    display: block;
    width: 100%;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__text {
    width: 90%;
    margin: 0 auto;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__image {
    width: 100%;
    margin: 25px 0 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 {
    margin: 0 auto 80px 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
    padding: 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image img {
    padding: 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image figcaption {
    margin: 0;
    text-align: center;
    padding: 30px;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 {
    margin: 0 0 0 auto;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
    padding: 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image img {
    padding: 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image figcaption {
    margin: 0;
    text-align: center;
    padding: 30px;
  }
  .p-page-main .sec4 .p-top__table tr th, .p-page-main .sec4 .p-top__table tr td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .sec4 .p-top__table tr th {
    width: 100%;
  }
  .p-page-main .sec4 .p-top__table tr td {
    width: 100%;
    padding: 0 0 20px 10px;
  }
  .p-page-main .sec4 .p-top__table2 tr th, .p-page-main .sec4 .p-top__table2 tr td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .sec4 .p-top__table2 tr th {
    width: 100%;
    border-bottom: 1px solid #E0E1E2;
  }
  .p-page-main .sec4 .p-top__table2 tr td {
    width: 100%;
    border-bottom: 1px solid #9B8C6C;
  }
  .p-page-main .sec4 .p-top__faq h4 {
    font-size: 1.125rem;
  }
  .p-page-main .sec4 .p-top__faq h4:nth-child(n + 1) {
    margin-top: 30px;
  }
  .p-page-main .sec4 .p-top__faq h4 span {
    font-size: 1.375rem;
  }
  .p-page-main .sec4 .p-top__faq p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .p-page-main .sec5 .p-top_imgBox1 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox1 .p-top_img1 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox2 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox2 .p-top_img2 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox3 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox3 .p-top_img3 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox4 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox4 .p-top_img4 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox5 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox5 .p-top_img5 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox6 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox6 .p-top_img6 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox7 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox7 .p-top_img7 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox8 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox8 .p-top_img8 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox9 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox9 .p-top_img9 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox10 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox10 .p-top_img10 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox11 {
    width: 100%;
  }
  .p-page-main .sec5 .p-top_imgBox11 .p-top_img11 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox12 {
    width: 48%;
  }
  .p-page-main .sec5 .p-top_imgBox12 .p-top_img12 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox13 {
    width: 48%;
  }
  .p-page-main .sec5 .p-top_imgBox13 .p-top_img13 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox14 {
    width: 48%;
  }
  .p-page-main .sec5 .p-top_imgBox14 .p-top_img14 {
    height: 200px;
  }
  .p-page-main .sec5 .p-top_imgBox15 {
    width: 48%;
  }
  .p-page-main .sec5 .p-top_imgBox15 .p-top_img15 {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .p-page-main {
    padding: 80px 0 50px;
  }
  .p-page-main .l-section {
    padding: 50px 0;
  }
  .p-page-main h1 {
    font-size: 1.75rem;
  }
  .p-page-main h1 span {
    font-size: 0.875rem;
  }
  .p-page-main h2 {
    font-size: 1.5rem;
  }
  .p-page-main h2 span {
    font-size: 0.875rem;
  }
  .p-page-main h3 {
    font-size: 1.25rem;
  }
  .p-page-main h3:before {
    top: -10px;
    width: 40px;
  }
  .p-page-main p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .p-page-main ul.p-list li {
    font-size: 1rem;
    margin: 0 0 6px;
    padding: 0 0 0 12px;
  }
  .p-page-main .p-breadCrumb li {
    font-size: 0.875rem;
  }
  .p-page-main .p-text-center p {
    font-size: 1.125rem;
  }
  .p-page-main .sec1 h1 {
    margin: 0 0 30px;
  }
  .p-page-main .sec1 h2 {
    margin: 80px 0 20px;
  }
  .p-page-main .sec1 h3 {
    margin: 60px 0 0;
  }
  .p-page-main .sec1 p {
    margin: 10px 0;
  }
  .p-page-main .sec1 .c-link {
    margin: 60px 0 0;
  }
  .p-page-main .sec1 ul.p-list {
    margin: 20px 0 0;
  }
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none {
  display: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-display-center {
  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;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.u-link-none {
  pointer-events: none;
}
.u-fade {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-fade.is-active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.u-fade-up {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.u-fade-lr {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.u-fade-rl {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.u-fade-type-up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.is-active .u-fade-type-up {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.is-active .u-fade-type-up:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.is-active .u-fade-type-up:nth-child(3) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.is-active .u-fade-type-up:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/*========= ボックススライド ===============*/
.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg img {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.u-mask-bg:after {
  background: #766C57;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
.u-mask-bg.is-animated:after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/*========= ボックススライド テキスト===============*/
.u-text-bg {
  color: transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.u-text-bg p {
  color: transparent;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.u-text-bg:after {
  background: #766C57;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.u-text-bg.is-active {
  color: #000;
}
.u-text-bg.is-active p {
  color: #766C57;
}
.u-text-bg.is-active:after {
  -webkit-animation: text-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: text-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
@-webkit-keyframes text-bg {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes text-bg {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/*========= 2 つの領域で異なるアニメーション ===============*/
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap:before, .img-wrap:after {
  -webkit-animation: 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.img-wrap:before {
  -webkit-animation-name: img-wrap-before;
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}
.img-wrap:after {
  -webkit-animation-name: img-wrap-after;
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}
@-webkit-keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*========= 流れるテキスト ===============*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
  -webkit-animation-name: slideTextY100;
  animation-name: slideTextY100;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  -webkit-animation-name: slideTextY-100;
  animation-name: slideTextY-100;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 769px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none {
    display: block;
  }
  .u-pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
  }
}
/*# sourceMappingURL=style.css.map */
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt80 {
  margin-top: 80px !important;
}
/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  /*height: 40px;*/
  line-height: 40px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #ADABAB;
  width: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  /*background-image: url(../img/common/ask/ask_error.png);*/
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  /*background-image: url(../img/common/ask/ask_ok.png);*/
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
  background-color: #d5edf8;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
.button {
  width: 320px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 1em 1em;
  color: #000000;
  background: #FFE660;
  border: none;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 16px;
}
.button:hover {
  color: #000000;
  background: #FFCD06;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 16px;
}
.submit_box {
  margin: 2em 0 1em;
}
/* sitemap */
@media screen and (min-width: 768px) {
  .smap {
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .smap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .smap li {
    margin: 0;
    padding-bottom: 5px;
  }
  .smap a {
    display: block;
    color: #000000;
    width: 780px;
    padding: 10px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap .nolink {
    display: block;
    color: #000000;
    width: 780px;
    padding: 10px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap a:hover {
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
  }
  .smap ul ul {
    margin-left: 20px;
    padding: 0;
    list-style-type: none;
  }
  .smap li li a {
    display: block;
    color: #333;
    width: 750px;
    padding: 10px 10px;
    margin: 0;
    text-decoration: none;
    border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
  }
  /* 第一階層 */
  .smap > li > a {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .smap {
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .smap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .smap li {
    margin: 0;
    padding-bottom: 5px;
  }
  .smap a {
    display: block;
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap .nolink {
    display: block;
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    background-image: none;
  }
  .smap a:hover {
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
  }
  .smap ul ul {
    margin-left: 20px;
    padding: 0;
    list-style-type: none;
  }
  .smap li li a {
    display: block;
    color: #333;
    padding: 10px 10px;
    margin: 0;
    text-decoration: none;
    border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
  }
  /* 第一階層 */
  .smap > li > a {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%; /*比率をお好みで*/
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: #e6e6e6;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

strong.strong {
	font-weight: bold;
}