@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Meie+Script&display=swap");
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;
}

/*
  Settings
————————————————————————————————————————— */
/* グラデ */
/*
  Base
————————————————————————————————————————— */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-stretch: normal;
  color: #212121;
  line-height: 1;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover img {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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-footer {
  background: #F1EAE4;
}

.l-wrapper {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}

.l-wrapper2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.l-wrapper3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-wrapper4 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.l-container {
  padding-top: 128px;
}

.l-section {
  padding: 72px 0;
}

.l-section2 {
  padding: 64px 0;
}

.l-section3 {
  padding-top: 64px;
}

.l-section4 {
  padding-bottom: 64px;
}

.l-section5 {
  padding-top: 64px;
  padding-bottom: 48px;
}

.l-section6 {
  padding: 96px 0;
}

.l-section7 {
  padding: 128px 0;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper,
  .l-wrapper2,
  .l-wrapper3 {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper4 {
    max-width: 90%;
  }

  .l-footer {
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-container {
    padding-top: 72px;
  }

  .l-section {
    padding: 48px 0;
  }

  .l-section2 {
    padding: 48px 0;
  }

  .l-section3 {
    padding-top: 96px;
  }

  .l-section4 {
    padding-bottom: 96px;
  }

  .l-section5 {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .l-section6 {
    padding: 48px 0;
  }

  .l-section7 {
    padding: 96px 0;
  }

  .l-wrapper.-full,
  .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-title {
  font-weight: 700;
  font-size: 2.125rem;
}
.c-title span {
  font-size: 1.125rem;
  color: #009076;
  display: block;
  line-height: 1.4;
  margin-bottom: 10px;
}

.c-link {
  font-size: 0.875rem;
  color: #766C57;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 55px 10px 0;
}
.c-link.-center {
  margin-inline: auto;
}
.c-link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  -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-link02 {
  font-size: 0.875rem;
  color: #766C57;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 55px 10px 0;
}
.c-link02.-center {
  margin-inline: auto;
}
.c-link02:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link-arrow.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-link02:hover:after {
  transform: rotateZ(90deg);
	top: 0px;
}


.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: 32px;
  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: #009076;
  -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: #009076;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}

.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;
  background-color: #009076;
}
.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-scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 60px;
  /*全体の高さ*/
  height: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

/*Scrollテキストの描写*/
.c-scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.c-scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

.c-float__list {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #009076;
  padding: 10px 20px;
  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;
}
.c-float__list .c-float__item a {
  display: block;
}
.c-float__list .c-float__item.-home a {
  padding: 4px 14px;
  border-right: dashed 1px #fff;
}
.c-float__list .c-float__item.-home img {
  width: 24px;
  vertical-align: baseline;
}
.c-float__list .c-float__item.-tel a {
  padding: 4px 14px;
}
.c-float__list .c-float__item.-tel img {
  width: 20px;
  vertical-align: baseline;
}
.c-float__list .c-float__item.-tel span {
  font-weight: 5000;
  font-size: 1.5rem;
  color: #fff;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .c-pageTOP {
    bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .c-title {
    font-size: 1.75rem;
    text-align: center;
  }
  .c-title span {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .c-hamburger {
    top: 28px;
  }

  /*スクロールダウン*/
  .c-scrolldown {
    bottom: 40px;
  }

  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 0;
}
.p-footer .p-foot__left {
  width: 40%;
  padding-right: 50px;
}
.p-footer .p-footer__text {
  font-size: 1rem;
  color: #009076;
  display: inline-block;
  margin-bottom: 14px;
}
.p-footer .p-foot__logo img {
  max-width: 280px;
}
.p-footer .p-foot__logo figcaption {
  font-size: 1rem;
  letter-spacing: -.8px;
  line-height: 1.4;
  margin-top: 8px;
}
.p-footer .p-sns__list {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  grid-template-rows: auto;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  margin-top: 14px;
}
.p-footer .p-foot__right {
  width: 60%;
}
.p-footer .p-foot__item.-top {
  margin-bottom: 10px;
}
.p-footer .p-foot__item.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer .p-foot__item a {
  font-weight: 500;
  font-size: 0.875rem;
  color: #212121;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer .p-foot__item a:hover {
  color: #009076;
}
.p-footer .p-nav__list {
  margin-right: 50px;
}
.p-footer .p-nav__list:last-child {
  margin-right: 0;
}
.p-footer .p-nav__item {
  margin-bottom: 8px;
}

.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  background: #766C57;
  display: block;
  padding: 16px 0;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-footer {
    display: block;
    padding: 48px 0;
  }
  .p-footer .p-foot__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 23px;
    text-align: center;
  }
  .p-footer .p-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .p-footer .p-foot__right {
    width: 100%;
  }

  .p-copyright {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer .p-foot__logo figcaption {
    font-size: 0.875rem;
    letter-spacing: -.8px;
    line-height: 1.4;
    margin-top: 8px;
  }
  .p-footer .p-foot__item.-top {
    margin-bottom: 10px;
  }
  .p-footer .p-foot__item.-flex {
    display: block;
  }
  .p-footer .p-foot__item a {
    font-weight: 500;
    font-size: 0.875rem;
    color: #212121;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .p-footer .p-foot__item a:hover {
    color: #F7D819;
  }
  .p-footer .p-nav__list {
    margin-bottom: 18px;
  }
  .p-footer .p-nav__list:last-child {
    margin-bottom: 0;
  }
}
/*
  header
————————————————————————————————————————— */
.p-fixed-header {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(51, 51, 51, 0.8);
}
.p-fixed-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.p-fixed-header.is-fixed.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 10;
}
.p-fixed-header .p-header {
  position: unset;
  padding: 0;
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-header.-header2 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.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-wrap {
  display: block;
  position: relative;
}
.p-header .p-header__flex .p-header__logo-wrap:before {
  content: '';
  display: inline-block;
  background: #EFEFEF;
  width: calc(100% + 100px);
  height: calc(100% + 80px);
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) skewX(40deg);
          transform: translate(-50%, -50%) skewX(40deg);
}
.p-header .p-header__flex .p-header__text1 {
  font-size: 1rem;
  color: #009076;
  display: inline-block;
  margin-bottom: 14px;
}
.p-header .p-header__flex .p-header__text2 {
  font-size: 1rem;
  color: #212121;
  display: inline-block;
  margin-top: 12px;
}
.p-header .p-header__flex .p-header__logo {
  width: 260px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 14px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .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__top .p-nav-list__item a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #19B702;
  padding: 0 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item img {
  width: 21px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__top .p-nav-list__item span {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.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;
  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;
  border-right: solid 1px #fff;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item:last-child {
  border-right: none;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item.noborder{
  border-right: none;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  padding: 0 12px;
  -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 a:hover {
  color: #009076;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu {
  display: none;
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  z-index: 10;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .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__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__list .p-hover__list__item a {
  font-size: 0.875rem;
  color: #000;
  display: block;
  border: none;
  padding: 25px 15px;
  background: #f7f7f7;
  -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__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__list .p-hover__list__item a span {
  color: #000;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a:hover {
  background: #009076;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a:hover span {
  color: #fff;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item:last-child a {
  border: none;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-header .p-header__flex .p-header__logo-wrap:before {
    width: calc(100% + 60px);
    height: calc(100% + 40px);
    left: 42%;
  }
  .p-header .p-header__flex .p-header__logo {
    width: 260px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item a {
    font-size: 0.8125rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-header {
    position: fixed;
    background-color: rgba(51, 51, 51, 0.8);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-header .p-header__flex .p-header__logo-wrap:before {
    display: none;
  }
  .p-header .p-header__flex .p-header__text1 {
    display: none;
  }
  .p-header .p-header__flex .p-header__text2 {
    display: none;
  }
  .p-header .p-header__flex .p-header__logo {
    width: 240px;
  }

  #p-globalMenuSp {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
    trasition: all .3s;
    padding: 100px 0 100px 25px;
  }
  #p-globalMenuSp.is-active {
    z-index: 15;
    opacity: 1;
    overflow-y: scroll;
  }
  #p-globalMenuSp .p-nav-list {
    z-index: 200;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item {
    margin: 0 0 22px;
    line-height: 1.4;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a {
    color: #000;
    font-size: 1.375rem;
    letter-spacing: 1px;
    position: relative;
  }
  #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%;
    right: -30%;
    width: 15px;
    height: 15px;
    -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: 15px;
    height: 15px;
    margin: -11px 0 0;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -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: 15px;
    height: 15px;
    border: 0;
    margin: -3px 0 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;
    padding: 15px 0;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li {
    margin: 0 0 15px;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-header .p-header__flex .p-header__logo {
    width: 180px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__section1 .p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 90vh;
}
.p-top__section1 .p-top__video {
  position: relative;
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}
.p-top__section1 .p-top__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.p-top__section1 .p-video__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-top__section1 .p-video__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top__section1 .p-video__hero {
  font-family: serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.p-top__section2 {
  padding: 80px 0;
  position: relative;
}
.p-top__section2:before {
  content: '';
  display: inline-block;
  background: #F1EAE4;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 275px;
  z-index: -1;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
}
.p-top__section2 .p-top__thought {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__section2 .p-thought__left {
  width: 60%;
  position: relative;
  padding-right: 40px;
}
.p-top__section2 .p-thought__left:before {
  content: '';
  display: inline-block;
  background: #766C57;
  width: 300%;
  height: 1px;
  position: absolute;
  top: 90px;
  right: 0;
}
.p-top__section2 .p-thought__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 70px;
  margin-bottom: 33px;
}
.p-top__section2 .p-thought__rigth {
  width: 40%;
}
.p-top__section2 .p-thought__image img {
  max-width: 360px;
}
.p-top__section2 .p-thought__image figcaption {
  font-weight: 500;
  font-size: 1rem;
  color: #766C57;
  text-align: center;
  margin-top: 16px;
}

.p-top__section3 {
  background: #F1EAE4;
  padding: 128px 0;
}
.p-top__section3 .p-intro__body {
  margin-bottom: 128px;
}
.p-top__section3 .p-intro__body:last-child {
  margin-bottom: 0;
}
.p-top__section3 .p-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.p-top__section3 .p-intro__text-box {
  width: 40%;
  padding-top: 50px;
  padding-left: 5%;
  padding-bottom: 100px;
}
.p-top__section3 .p-intro__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 16px;
}
.p-top__section3 .p-intro__image {
  width: 60%;
}
.p-top__section3 .p-intro__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.p-top__section3 .p-intro__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  width: 90%;
  margin-top: -60px;
  margin-inline: auto;
}
.p-top__section3 .p-intro__list.-list2 {
  grid-template-columns: repeat(3, 1fr);
}
.p-top__section3 .p-intro__icon {
  margin-bottom: 18px;
}
.p-top__section3 .p-intro__icon img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
.p-top__section3 .p-intro__item a {
  display: block;
  background: #766C57;
  border: solid 2px #766C57;
  padding: 38px 0;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section3 .p-intro__item a:hover {
  background: #fff;
  color: #766C57;
}
.p-top__section3 .p-intro__title {
  font-size: 1.375rem;
  text-align: center;
}
.p-top__section3 .p-intro__title span {
  font-size: 0.875rem;
  display: block;
  line-height: 1.4;
  margin-top: 10px;
}

.p-top__section4 .loop_wrap {
  position: relative;
  overflow: hidden;
}
.p-top__section4 .loop_wrap .loopSlide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.p-top__section4 .loop_wrap .loopSlide ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-top__section4 .loop_wrap .loopSlide ul:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
  animation: slide1 60s -30s linear infinite;
}
.p-top__section4 .loop_wrap .loopSlide ul:last-child {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
}
.p-top__section4 .loop_wrap .loopSlide ul li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
}
.p-top__section4 .loop_wrap .loopSlide ul li img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 350px;
}
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.p-top__section5 {
  padding-top: 128px;
}
.p-top__section5 .p-top__about h2 {
  font-size: 2.125rem;
  color: #212121;
  text-align: center;
  margin-bottom: 48px;
}
.p-top__section5 .p-about__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  margin-top: 48px;
}
.p-top__section5 .p-about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__section5 .p-about__right address {
  margin-bottom: 38px;
}
.p-top__section5 .p-about__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 18px;
}
.p-top__section5 .p-about__right dl:last-child {
  margin-bottom: 0;
}
.p-top__section5 .p-about__right dt {
  margin: 0 15px 0 0;
}
.p-top__section5 .p-about__right dd {
  font-size: 1.125rem;
  line-height: 1.4;
}
.p-top__section5 .p-about__right dd.p-dd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__section5 .p-about__right dd span:first-child {
  white-space: nowrap;
}
.p-top__section5 .p-about__right .p-access__icon {
  text-align: center;
  width: 50px;
}
.p-top__section5 .p-about__right .p-access__icon.-icon1 img {
  width: 50px;
}
.p-top__section5 .p-about__right .p-access__icon.-icon2 img {
  width: 30px;
}
.p-top__section5 .p-about__right .p-access__icon.-icon3 img {
  width: 26px;
}
.p-top__section5 .p-about__right .p-access__icon.-icon4 img {
  width: 36px;
}
.p-top__section5 .p-about__title {
  font-size: 2.125rem;
  margin-bottom: 42px;
}
.p-top__section5 .p-about__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 90px;
}
.p-top__section5 .p-about__tel-box span {
  font-weight: 500;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 10px;
}
.p-top__section5 .p-about__tel-box a {
  font-weight: 500;
  font-size: 3rem;
  color: #212121;
  position: relative;
}
.p-top__section5 .p-about__tel-box a:before {
  content: '';
  display: inline-block;
  background: url(../img/common/tel-icon2.png) no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  margin-right: 20px;
}
.p-top__section5 .p-about__time {
  margin-top: auto;
}
.p-top__section5 .p-about__time figcaption {
  font-weight: 500;
  font-size: 1rem;
  color: #F81818;
  line-height: 1.4;
  margin-top: 18px;
}
.p-top__section5 .p-about__map {
  margin-top: 48px;
}
.p-top__section5 .p-about__map iframe {
  width: 100%;
  height: 324px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-top__section1 .p-video__hero-sub {
    font-size: 0.75rem;
    display: block;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
  }

  .p-top__section3 .p-intro__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .p-top__section5 .p-about__tel-box a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-top__section1 .p-video__hero {
    font-size: 1.6875rem;
    letter-spacing: 2.7px;
  }
  .p-top__section1 .p-video__hero span {
    font-size: 1rem;
    margin-top: 20px;
  }

  .p-top__section2 {
    padding: 72px 0;
  }
  .p-top__section2:before {
    width: 200%;
    top: 36%;
    right: unset;
    left: -40px;
  }
  .p-top__section2 .p-top__thought {
    display: block;
  }
  .p-top__section2 .p-thought__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
  .p-top__section2 .p-thought__left:before {
    display: none;
  }
  .p-top__section2 .p-thought__left a {
    margin-inline: auto;
  }
  .p-top__section2 .p-thought__text {
    margin-top: 32px;
  }
  .p-top__section2 .p-thought__rigth {
    width: 100%;
  }
  .p-top__section2 .p-thought__image {
    text-align: center;
  }
  .p-top__section2 .p-thought__image img {
    max-width: 360px;
  }

  .p-top__section3 {
    padding: 0 0 72px;
  }
  .p-top__section3 .p-intro__body {
    margin-bottom: 72px;
  }
  .p-top__section3 .p-intro__flex {
    display: block;
  }
  .p-top__section3 .p-intro__text-box {
    width: 100%;
    padding-top: 72px;
    padding-right: 5%;
    padding-bottom: 32px;
  }
  .p-top__section3 .p-intro__image {
    width: 90%;
    margin-left: auto;
  }
  .p-top__section3 .p-intro__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    width: 80%;
    margin-top: -30px;
  }
  .p-top__section3 .p-intro__list.-list2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-top__section5 {
    padding-top: 72px;
  }
  .p-top__section5 .p-top__about h2 {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
  .p-top__section5 .p-about__flex {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 28px;
  }
  .p-top__section5 .p-about__left {
    width: 90%;
    margin-inline: auto;
  }
  .p-top__section5 .p-about__right h3 {
    width: 90%;
    margin-inline: auto;
  }
  .p-top__section5 .p-about__right address {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 38px;
  }
  .p-top__section5 .p-about__right dl {
    margin: 0 0 16px;
  }
  .p-top__section5 .p-about__right dt {
    margin: 0 12px 0 0;
  }
  .p-top__section5 .p-about__right dd {
    font-size: 1rem;
  }
  .p-top__section5 .p-about__right dd.p-dd__flex {
    display: block;
  }
  .p-top__section5 .p-about__title {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }
  .p-top__section5 .p-about__text {
    margin-bottom: 32px;
  }
  .p-top__section5 .p-about__tel-box {
    text-align: center;
    margin-bottom: 32px;
  }
  .p-top__section5 .p-about__tel-box a {
    font-size: 2.375rem;
  }
  .p-top__section5 .p-about__tel-box a:before {
    width: 33px;
    height: 33px;
    margin-right: 10px;
  }
  .p-top__section5 .p-about__time figcaption {
    font-size: 0.875rem;
    margin-top: 16px;
  }
  .p-top__section5 .p-about__map {
    margin-top: 0;
  }
  .p-top__section5 .p-about__map iframe {
    height: 400px;
  }
}
/*
  page
————————————————————————————————————————— */
.p-mainvisual.-mainvisual1 {
  background: url(../img/common/mainvisual1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 340px;
}

.p-mainvisual__title {
  font-weight: 700;
  font-family: serif;
  font-size: 2.25rem;
  line-height: 1.3;
  display: inline-block;
  padding-left: 12px;
  margin-top: 40px;
}

.p-breadCrumb {
  width: 100%;
  max-width: 1190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  margin-top: 16px;
}
.p-breadCrumb li {
  font-size: 0.875rem;
  margin: 0 30px 0 0;
  position: relative;
}
.p-breadCrumb li a {
  color: #000;
}
.p-breadCrumb li:before {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-breadCrumb li:last-child {
  margin: 0;
}
.p-breadCrumb li:last-child:before {
  display: none;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.p-page-main h2 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.p-page-main h2.fs {
  font-size: 2.2rem;
  line-height: 1.4;
}
.p-page-main h2.title2 {
  font-family: serif;
  font-weight: 400;
  font-size: 2rem;
}
.p-page-main h3 {
  font-weight: 500;
  font-size: 1.75rem;
	margin-top: 32px;
	margin-bottom: 8px;
}
.p-page-main p {
  font-size: 1rem;
  line-height: 1.6;
	margin-bottom: 8px;
}
.p-page-main .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-page-main .p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-page-main .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-page-main section.bg-color1 {
  background: #F1EAE4;
}
.p-page-main .p-text-center {
  text-align: center;
}
.p-page-main .mb0 {
  margin-bottom: 0px!important;
}
.p-page-main .mb16 {
  margin-bottom: 16px;
}
.p-page-main .mb24 {
  margin-bottom: 24px;
}
.p-page-main .mb32 {
  margin-bottom: 32px;
}
.p-page-main .mb48 {
  margin-bottom: 48px;
}
.p-page-main .mb50 {
  margin-bottom: 50px;
}
.p-page-main .mb64 {
  margin-bottom: 64px;
}
.p-page-main .mb100 {
  margin-bottom: 100px;
}
.p-page-main .mb128 {
  margin-bottom: 128px;
}
.p-page-main .mb150 {
  margin-bottom: 150px;
}
.p-page-main .mb250 {
  margin-bottom: 250px;
}
.p-page-main .mt24 {
  margin-top: 24px;
}
.p-page-main .mt48 {
  margin-top: 48px;
}
.p-page-main .mt50 {
  margin-top: 50px;
}
.p-page-main .mt64 {
  margin-top: 64px;
}
.p-page-main .mt100 {
  margin-top: 100px;
}
.p-page-main .mt128 {
  margin-top: 128px;
}
.p-page-main .mt150 {
  margin-top: 150px;
}
.p-page-main .mt250 {
  margin-top: 250px;
}
.p-page-main .pt0 {
  padding-top: 0px;
}
.p-page-main .pt32 {
  padding-top: 32px;
}
.p-page-main .pt48 {
  padding-top: 48px;
}
.p-page-main .pb0 {
  padding-bottom: 0px;
}

.pb80 {
  padding-bottom: 80px;
}

.plink_ptmt {
	padding-top: 80px;
    margin-top:-80px;
}

.p-page-main .p-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-main .p-link__list .p-link__item {
  margin-right: 36px;
  margin-bottom: 24px;
}
.p-page-main .p-link__list .p-link__item:last-child {
  margin-right: unset;
}
.p-page-main .sec2 .p-top__wrap {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, #fff), color-stop(75%, #F1EAE4), to(#F1EAE4));
  background: linear-gradient(90deg, #fff 0%, #fff 75%, #F1EAE4 75%, #F1EAE4 100%);
}
.p-page-main .sec2 .p-top__wrap.-rev {
  background: -webkit-gradient(linear, left top, right top, from(#F1EAE4), color-stop(25%, #F1EAE4), color-stop(25%, #fff), to(#fff));
  background: linear-gradient(90deg, #F1EAE4 0%, #F1EAE4 25%, #fff 25%, #fff 100%);
}
.p-page-main .sec2 .p-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-main .sec2 .p-top__flex.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-page-main .sec2 .p-flex__text-box {
  width: 60%;
	margin-right: 48px;
}
.p-page-main .sec2 .p-flex__text-box.-rev {
  padding-left: 48px;
	margin-right: 0px;
}
.p-page-main .sec2 .p-flex__text-box h2, .p-page-main .sec2 .p-flex__text-box h3 {
  margin-bottom: 16px;
}
.p-page-main .sec2 .p-flex__image-box {
  width: 40%;
  padding: 50px 0 50px 0;
}
.p-page-main .sec2 .p-flex__image-box figure {
  margin-bottom: 32px;
}
.p-page-main .sec2 .p-flex__image-box figure:last-child {
  margin-bottom: 0;
}
.p-page-main .sec3 .p-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
}
.p-page-main .sec3 .p-top__flex:last-child {
  margin-bottom: 0;
}
.p-page-main .sec3 .p-top__flex.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-page-main .sec3 .p-flex__text-box,
.p-page-main .sec3 .p-flex__image-box {
  width: 50%;
}
.p-page-main .sec3 .p-flex__text-box {
  padding-right: 50px;
}
.p-page-main .sec3 .p-flex__text-box h2 {
  margin-bottom: 16px;
}
.p-page-main .sec3 .p-flex__text-box.-rev {
  padding-right: 0;
  padding-left: 50px;
}
.p-page-main .sec4 .p-top__faq h2 {
  text-align: center;
  margin-bottom: 16px;
}
.p-page-main .sec4 .p-top__faq .p-faq__box {
  background: #F1EAE4;
  padding: 32px 40px;
  margin-bottom: 32px;
}
.p-page-main .sec4 .p-top__faq .p-faq__box:last-child {
  margin-bottom: 32px;
}
.p-page-main .sec4 .p-top__faq dt {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-page-main .sec4 .p-top__faq dt span {
  font-size: 2rem;
  color: #FF0000;
  display: inline-block;
  margin-right: 8px;
}
.p-page-main .sec4 .p-top__faq dd {
  font-size: 1rem;
  line-height: 1.5;
  background: #fff;
  padding: 16px;
}
.p-page-main .p-top__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .p-top__table tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .p-top__table tr th, .p-page-main .p-top__table tr td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
}
.p-page-main .p-top__table tr th {
	/* [disabled]width: 30%; */
	text-align: left;
}
.p-page-main .p-top__table tr td {
	/* [disabled]width: 70%; */
}
.p-page-main .p-top__table p {
	font-size: 0.875rem;
}
.p-page-main .p-top__table2 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .p-top__table2 tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .p-top__table2 tr th, .p-page-main .p-top__table2 tr td {
  padding: 32px 0 32px 10px;
  font-size: 0.875rem;
}
.p-page-main .p-top__table2 tr th {
  width: 30%;
  text-align: left;
	vertical-align: middle;
}
.p-page-main .p-top__table2 tr td {
  width: 70%;
	line-height: 1.6;
}

.p-page-main .p-top__table3 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .p-top__table3 tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .p-top__table3 tr th, .p-page-main .p-top__table3 tr td {
  padding: 16px 0 8px 10px;
  font-size: 0.875rem;
}
.p-page-main .p-top__table3 tr th {
  text-align: left;
}
.p-page-main .p-top__table3 tr td {

}

.p-page-main .sec6 .grid-full {
  margin: 0 0 26px;
}
.p-page-main .sec6 .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-page-main .sec6 .grid-full .h-type1 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.p-page-main .sec6 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-page-main .sec6 .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-page-main .sec6 .grid > div {
  margin: 0 0 26px;
}
.p-page-main .sec6 .grid .gcol12 {
  width: 100%;
}
.p-page-main .sec6 .grid .gcol6 {
  width: 49%;
}
.p-page-main .sec6 .grid .gcol4 {
  width: 32%;
}
.p-page-main .sec6 .grid .gcol8 {
  width: 66%;
}
.p-page-main .sec6 .grid .gcol3 {
  width: 23.5%;
}
.p-page-main .sec6 .grid .h-type1 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.p-page-main .sec6 .grid .h-type2 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
}
.p-page-main .sec6 .grid.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-main .sec6 .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-page-main .sec6 .grid.center > div:last-child {
  margin: 0 0 26px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-breadCrumb {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-mainvisual {
    position: relative;
  }

  .p-mainvisual__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    padding-left: 0;
    margin-top: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(768)
  =========================*/
  .p-mainvisual.-mainvisual1 {
    background: url(../img/common/mainvisual1-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-mainvisual .p-mainvisual__title {
    font-size: 2rem;
    text-align: center;
  }

  .p-breadCrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-breadCrumb li {
    font-size: 0.75rem;
  }

  .p-page-main h2 {
    font-size: 1.75rem;
  }
  .p-page-main h2.title2 {
    font-size: 1.75rem;
  }
  .p-page-main h2.title2 span {
    font-size: 1.125rem;
  }
  .p-page-main h3 {
    font-size: 1.25rem;
  }
  .p-page-main p {
    font-size: 1rem;
  }
  .p-page-main .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-page-main .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .p-page-main .mb250 {
    margin: 0 0 80px;
  }
  .p-page-main .p-link__list {
    display: block;
    text-align: center;
  }
  .p-page-main .p-link__list .p-link__item {
    margin-right: unset;
  }
  .p-page-main .p-top__wrap {
    background: unset;
  }
  .p-page-main .sec2 .p-top__wrap.-rev {
    background: unset;
  }
  .p-page-main .sec2 .p-top__flex {
    display: block;
  }
  .p-page-main .sec2 .p-flex__text-box {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .p-page-main .sec2 .p-flex__text-box.-rev {
    padding-left: unset;
  }
  .p-page-main .sec2 .p-flex__image-box {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(75%, #fff), color-stop(75%, #F1EAE4), to(#F1EAE4));
    background: linear-gradient(90deg, #fff 0%, #fff 75%, #F1EAE4 75%, #F1EAE4 100%);
    width: 95%;
    padding-right: 5%;
    margin-left: 5%;
  }
  .p-page-main .sec2 .p-flex__image-box.-rev {
    background: -webkit-gradient(linear, left top, right top, from(#F1EAE4), color-stop(25%, #F1EAE4), color-stop(25%, #fff), to(#fff));
    background: linear-gradient(90deg, #F1EAE4 0%, #F1EAE4 25%, #fff 25%, #fff 100%);
    padding-right: unset;
    margin-left: unset;
    padding-left: 5%;
    margin-right: 5%;
  }
  .p-page-main .sec3 .p-top__flex {
    display: block;
    margin-bottom: 64px;
  }
  .p-page-main .sec3 .p-flex__text-box,
  .p-page-main .sec3 .p-flex__image-box {
    width: 100%;
  }
  .p-page-main .sec3 .p-flex__text-box {
    padding-right: 0;
    padding-bottom: 24px;
  }
  .p-page-main .sec3 .p-flex__text-box.-rev {
    padding-right: 0;
    padding-left: 0;
  }
  .p-page-main .sec4 .p-top__faq .p-faq__box {
    padding: 16px 10px;
    margin-bottom: 24px;
  }
  .p-page-main .p-top__table tr th, .p-page-main .p-top__table tr td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .p-top__table tr th {
    width: 100%;
    font-weight: bold;
  }
  .p-page-main .p-top__table tr td {
    width: 100%;
    padding: 20px 0 20px 10px;
	  line-height: 160%;
  }
  .p-page-main .p-top__table2 {
    margin: 0;
  }
  .p-page-main .p-top__table2 tr th, .p-page-main .p-top__table2 tr td {
    padding: 21px 0 21px 10px;
    display: block;
  }
  .p-page-main .p-top__table2 tr th {
    width: 100%;
    font-weight: bold;
  }
  .p-page-main .p-top__table2 tr td {
    width: 100%;
    padding: 0 0 21px 10px;
  }
.p-page-main .p-top__table3 tr th, .p-page-main .p-top__table3 tr td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .p-top__table3 tr th {
    width: 100%;
    font-weight: bold;
  }
  .p-page-main .p-top__table3 tr td {
    width: 100%;
    padding: 0 0 20px 10px;
  }
	
  .p-page-main .sec6 .grid-full .h-type1 {
    height: 220px;
  }
  .p-page-main .sec6 .grid .gcol6 {
    width: 100%;
  }
  .p-page-main .sec6 .grid .gcol4 {
    width: 100%;
  }
  .p-page-main .sec6 .grid .gcol8 {
    width: 100%;
  }
  .p-page-main .sec6 .grid .gcol3 {
    width: 49%;
  }
  .p-page-main .sec6 .grid .h-type1 {
    height: 220px;
  }
  .p-page-main .sec6 .grid .h-type2 {
    height: 120px;
  }
}
/*
  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-none992 {
  display: none;
}

.u-sp-none768 {
  display: none;
}

.u-sp-none576 {
  display: none;
}

.u-link-none {
  pointer-events: 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-fade {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.u-fade2 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.u-fade.is-active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fade-up.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-fade-up:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.u-fade-up:nth-child(2) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.u-fade-up:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.u-fade-up:nth-child(4) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.u-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fade-down.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-down2 {
  -webkit-transition: all 2s;
  transition: all 2s;
}

.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-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #009076;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}
.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 h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.u-mask-bg.is-active: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-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

@keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
/*========= ボックススライド テキスト===============*/
.u-text-bg {
  color: transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.u-text-bg h1, .u-text-bg p, .u-text-bg span {
  color: transparent;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.u-text-bg:after {
  background: #009076;
  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: #fff;
}
.u-text-bg.is-active h1, .u-text-bg.is-active span {
  color: #fff;
}
.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%);
  }
}
@-webkit-keyframes text-bg2 {
  0% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-bg2 {
  0% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.u-fade-blur {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= ローディング画面のためのCSS ===============*/
/*========= 画面遷移のためのCSS ===============*/
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }

  .u-pc-none992 {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }

  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }

  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .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;
  }

  .u-fade-up-delay1 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }

  .u-fade-up-delay2 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }

  .u-fade-up-delay3 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}


/* gmap */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* input */
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;
  color: #222;
  border-radius: 3px;
  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: #222;
  border-color: red;
  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: #222;
  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;
}
textarea {
  line-height: 1.5;
}
@media screen and (min-width: 768px) { /* pc */
}
@media screen and (max-width: 767px) { /* sp */
  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 {
    width: 100%;
  }
}
/* btn1 */
.btn1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px;
  background: #f39801;
  box-shadow: 0 0 0 #666;
  color: #fff;
  text-decoration: none;
}
.btn1.arrow a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_arror_s_r_wh.png) center center / contain no-repeat;
}
@media screen and (min-width: 768px) { /* pc */
  .btn1 a {
    width: 335px;
    height: 54px;
    border-radius: 27px;
    font-size: 1.3rem;
    transition: all 100ms ease;
  }
  .btn1.arrow a::after {
    width: 26px;
    height: 26px;
    margin-left: 0.5em;
  }
  .btn1 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
@media screen and (max-width: 767px) { /* sp */
  .btn1 a {
    width: 200px;
    max-width: 100%;
    height: 30px;
    border-radius: 27px;
    font-size: 1.3rem;
    transition: all 100ms ease;
  }
  .btn1.arrow a::after {
    width: 15px;
    height: 15px;
    margin-left: 0.5em;
  }
  .btn1 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
/* btn2 */
.btn2 a {
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px;
  background: #888;
  box-shadow: 0 0 0 #666;
  color: #fff;
  text-decoration: none;
}
.btn2.arrow a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_arror_s_r_wh.png) center center / contain no-repeat;
}
@media screen and (min-width: 768px) { /* pc */
  .btn2 a {
    width: 335px;
    height: 54px;
    border-radius: 27px;
    font-size: 0.8rem;
    transition: all 100ms ease;
    margin: 10px;
    padding: 10px;
  }
  .btn2.arrow a::after {
    width: 26px;
    height: 26px;
    margin-left: 0.5em;
  }
  .btn2 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
@media screen and (max-width: 767px) { /* sp */
  .btn2 a {
    width: 200px;
    max-width: 100%;
    height: 30px;
    border-radius: 27px;
    font-size: 1.3rem;
    transition: all 100ms ease;
  }
  .btn2.arrow a::after {
    width: 15px;
    height: 15px;
    margin-left: 0.5em;
  }
  .btn2 a:hover {
    box-shadow: 2px 2px 0 #666;
  }
}
/* contact, reserve */
main#reserve #contact_form input[type="checkbox"], main#reserve #contact_form input[type="radio"] {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) { /* pc */
  main#reserve #contact_form label {
    display: inline-block;
    margin: 0.2em;
  }
  main#reserve #contact_form .grid, main#reserve #contact_form .grid > div {
    margin-bottom: 0;
  }
  main#reserve #contact_form .p-top__table th {
    width: 25%;
  }
  main#reserve #contact_form .p-top__table td {
    width: 75%;
  }
  main#reserve .p-top__table dl dt {
    float: left;
  }
}
@media screen and (max-width: 767px) { /* sp */
  main#contact #contact_form, main#reserve #contact_form {}
  main#reserve #contact_form label ~ label {
    display: inline-block;
    margin-top: 1em;
  }
}
/*  */
@media screen and (min-width: 768px) { /* pc */
  /* .sitemap */
  .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: 60%;
    padding: 2px 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: 500px;
    padding: 2px 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: 280px;
    padding: 5px 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: 110%;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) { /* sp */
  /* .sitemap */
  .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: 100%;
    padding: 2px 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: 500px;
    padding: 2px 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: 280px;
    padding: 5px 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: 110%;
    font-weight: bold;
  }
}

.fs18 {
	font-size: 1.8rem!important;
}

.fs24 {
	font-size: 2.4rem!important;
}

/*# sourceMappingURL=style.css.map */
