@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#7E6655;
  margin:0;
  padding:0;
  background:#F4F0EC;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/
.l-wrap {
  padding-top: 90px;
  box-sizing: border-box;
}
.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}
.l-pageHeadBlock {
  padding-top: 90px;
  box-sizing: border-box;
}
.l-pageContents {
  margin-top: -1px;
}
@media screen and (max-width: 768px){
  .l-wrap {
    padding-top: 60px;
  }
  .l-inner {
    padding: 0 20px;
  }
  .l-pageHeadBlock {
    padding-top: 60px;
  }
  .l-pageContents {

  }
}

/* ヘッダー */
.p-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.p-header.hidden {
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.p-headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.p-header__logo {
  width: 382px;
}
.p-header__menu {
  display: flex;
}
.p-headerBtnBlock {
  margin-right: 100px;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;

}
.p-headerBtnBlock > li + li {
  margin-left: 10px;
}
a.p-headerCtaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E8E0DB;
  width: 190px;
  height: 56px;
  border-radius: 6px;
  color: #7E6655;
  font-size: 18px;
  font-weight: 700;
  line-height: .8;
  letter-spacing: .08em;
  text-align: left;
}
.p-headerCtaBtnInner {
  position: relative;
  padding-left: 36px;
  display: block;
  box-sizing: border-box;
}
.p-headerCtaBtnInner::before {
  position: absolute;
  content: '';
  left: 0;
  /* top: 2px; */
  top: 0;
  background-image: url('../images/common/cta_icon_web.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 24px;
}
a.p-headerCtaBtn small {
  font-size: 10px;
}
a.p-headerMypageBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5BB498;
  width: 180px;
  height: 56px;
  border-radius: 6px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}
.p-headerMenuBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 90px;
  width: 100px;
}
.p-headerMenuBtnInner {
  position: relative;
  width: 50px;
  height: 40px;
}
.p-headerMenuBtnInner,
.p-headerMenuBtnInner span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.p-headerMenuBtnInner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
}
.p-headerMenuBtnInner span:nth-of-type(1) {
  top: 0;
}
.p-headerMenuBtnInner span:nth-of-type(2) {
  top: 19px;
}
.p-headerMenuBtnInner span:nth-of-type(3) {
  bottom: 0;
}
.p-headerMenuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(1) {
  transform: translateY(19px) rotate(-45deg);
}
.p-headerMenuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(2) {
  opacity: 0;
}
.p-headerMenuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(3) {
  transform: translateY(-19px) rotate(45deg);
}
.p-headerNaviMenu {
  background-color: #F4F0EC;
  width: 100%;
  max-width: 430px;
  height: calc(100vh - 90px);
  padding: 40px 30px 50px;
  box-sizing: border-box;
  position: fixed;
  right: -430px;
  top: 90px;
  z-index: 900;
  display: block;
  overflow-y: scroll;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.p-headerNaviMenu.is-opened {
  right: 0;
}
.p-headerNaviMenuInner {
  width: 100%;
}
.p-headerNaviMenuLinksFrame {
  display: flex;
  justify-content: space-between;
  text-align: left;
  /* border-top: 2px solid #5DC1A2; */
  /* padding: 0px 10px 0; */
  box-sizing: border-box;
}
.p-headerNaviMenuLinksFrame__item {
  width: calc((100% - 50px) / 2);
}
.p-headerNaviMenuLinksFrame__item + .p-headerNaviMenuLinksFrame__item {
  margin-left: 50px;
}
.p-headerNaviMenuLinks {
}
.p-headerNaviMenuLinks > li + li {
  margin-top: 28px;
}
.p-headerNaviMenuLinks a {
  color: #5DC1A2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;

}
.p-headerNaviMenuCtaBlock {
  margin-top: 50px;
}
.p-headerNaviMenuCtaBlock > li + li {
  margin-top: 15px;
}
a.p-headerNaviMenuCtaBtn {
  display: flex;
  align-items: center;
  min-height: 67px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 27px 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #7E6655;
  position: relative;
}
a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--tel span {
  font-size: 20px;
}
a.p-headerNaviMenuCtaBtn::after {
  position: absolute;
  content: '';
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('../images/common/cta_arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
}
a.p-headerNaviMenuCtaBtn span {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
a.p-headerNaviMenuCtaBtn span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}
a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--line span::before {
  background-image: url('../images/common/cta_icon_line.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}
a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--web span::before {
  background-image: url('../images/common/cta_icon_web.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 24px;
}
a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--tel span::before {
  background-image: url('../images/common/cta_icon_tel.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 1330px){
  .p-headerBtnBlock {
    margin-right: 90px;
  }
  a.p-headerCtaBtn {
    width: 140px;
    height: 56px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
  }
  .p-headerCtaBtnInner {
    padding-left: 32px;
  }
  .p-headerCtaBtnInner::before {
    /* top: 2px; */
    width: 24px;
    height: 20px;
  }
  a.p-headerMypageBtn {
    width: 56px;
    height: 56px;
    font-size: 14px;
    line-height: 1.3;
  }
  .p-headerMenuBtn {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 1050px){
  a.p-headerCtaBtn {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .p-headerInner {
    height: 60px;
    padding-left: 14px;
  }
  .p-header__logo {
    width: 243px;
  }
  .p-header__menu {
    display: flex;
  }
  .p-headerBtnBlock {
    margin-right: 54px;
  }
  a.p-headerMypageBtn {
    width: 38px;
    height: 38px;
    font-size: 10px;
    line-height: 1.3;
  }
  .p-headerMenuBtn {
    height: 60px;
    width: 54px;
  }
  .p-headerMenuBtnInner {
    position: relative;
    width: 26px;
    height: 22px;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 10px;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-headerMenuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .p-headerNaviMenu {
    max-width: 400px;
    height: calc(100vh - 60px);
    padding: 40px 20px;
    right: -400px;
    top: 60px;
  }
  .p-headerNaviMenu.is-opened {
    right: 0;
  }
  .p-headerNaviMenuLinksFrame__item {
    width: calc((100% - 50px) / 2);
  }
  .p-headerNaviMenuLinksFrame__item + .p-headerNaviMenuLinksFrame__item {
    margin-left: 50px;
  }
  .p-headerNaviMenuLinks > li + li {
    margin-top: 28px;
  }
  .p-headerNaviMenuLinks a {
    font-size: 13px;
  }
  .p-headerNaviMenuCtaBlock {
    margin-top: 50px;
  }
  .p-headerNaviMenuCtaBlock > li + li {
    margin-top: 15px;
  }
  a.p-headerNaviMenuCtaBtn {
    min-height: 67px;
    border-radius: 5px;
    padding: 10px 27px 10px;
    font-size: 16px;
  }
  a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--tel span {
    font-size: 20px;
  }
  a.p-headerNaviMenuCtaBtn::after {
    right: 27px;
    width: 35px;
    height: 35px;
  }
  a.p-headerNaviMenuCtaBtn span {
    padding-left: 45px;
  }
  a.p-headerNaviMenuCtaBtn span::before {
    top: 2px;
  }
  a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--line span::before {
    width: 28px;
    height: 28px;
  }
  a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--web span::before {
    width: 28px;
    height: 24px;
  }
  a.p-headerNaviMenuCtaBtn.p-headerNaviMenuCtaBtn--tel span::before {
    width: 26px;
    height: 26px;
  }
}

/* 投稿関連 */
.c-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .05em;
  text-align: justify;
  color: #7E6655;
  word-break: normal;
}
.c-body p {
  /* margin: 0 0 30px 0; */
}
.c-body p strong {
  color: #5DC1A2;
  font-weight: 700;
}
.c-body p a {
  color: #5DC1A2;
  text-decoration: underline;
}
.c-body p a:hover {
  text-decoration: none;
  opacity: 1;
}
.c-body * + p {
  margin-top: 20px;
}
.c-body * + figcaption {
  margin-top: 1.5em;
}
.c-body * + figure {
  margin-top: 1.5em;
}
.c-body h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .15em;
  color: #7E6655;
  text-align: left;
  /* padding-left: 80px; */
  padding-bottom: 10px;
  border-bottom: 4px solid #5DC1A2;
  box-sizing: border-box;
  position: relative;
}
.c-body h2 + * {
  margin-top: 60px;
}
.c-body * + h2 {
  margin-top: 200px;
}
.c-body h3 {
  background-color: #5DC1A2;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .15em;
  text-align: left;
  padding: 10px 20px;
  border-radius: 15px;
  box-sizing: border-box;
  min-height: 48px;
  margin-bottom: 20px;
}
.c-body * + h3 {
  margin-top: 50px;
}
.c-body h2 + h3 {
  margin-top: 60px;
}
.c-body h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: left;
  color: #909090;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
}
.c-body h4::before,
.c-body h4::after {
  position: absolute;
  content: '';
}
.c-body h4::before {
  background-color: #5DC1A2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
.c-body h4::after {
  background-color: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 3px;
  top: 15px;
}
.c-body h4 + * {
  margin-top: 15px;
}
.c-body * + h4 {
  margin-top: 36px;
}
.c-body h2 + h4 {
  margin-top: 60px;
}
.c-body h3 + h4 {
  margin-top: 36px;
}
.c-body h5 {
  color: #5DC1A2;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .15em;
  text-align: left;
  margin-bottom: 5px;
}
.c-body h5 + * {
  margin-top: 5px;
}
.c-body * + h5 {
  margin-top: 36px;
}
.c-body ol,
.c-body ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.c-body ol {
  margin-left: 1.5em;
}
.c-body * + ol,
.c-body * + ul {
  margin-top: 30px;
}
.c-body ul li {
  padding-left: 20px;
  box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.c-body ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  background: #5DC1A2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.c-body ol li + li,
.c-body ul li + li {
  margin-top: 15px;
}
.c-body * + .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 0;
}
.c-body .wp-block-buttons {
  margin-top: 80px;
  text-align: right;
}
.c-body a.wp-block-button__link {
  color: #5BB498;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 0 220px 0 0;
  text-align: left;
  background-color: transparent;
}
.c-body a.wp-block-button__link:before,
.c-body a.wp-block-button__link:after {
  position: absolute;
  content: '';
}
.c-body a.wp-block-button__link:before {
  right: 74px;
  bottom: 0;
  width: 126px;
  height: 2px;
  background-color: #5DC1A2;
}
.c-body a.wp-block-button__link:after {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('../images/common/linkanc_arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 54px;
  height: 54px;
}
.c-body #toc_container {
  background: #FFF9F2;
  padding: 40px 30px;
  margin: 0 auto 120px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  /* height: 200px;
  overflow: scroll;
  box-shadow: inset 2px 2px 10px rgba(93,193,161,.3); */
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
.c-body #toc_container.contracted {
  display: block !important;
}
.c-body #toc_container p.toc_title {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  letter-spacing: .12em;
  color: #7E6655;
}
.c-body #toc_container .toc_list a {
  font-weight: 500;
  color: #7E6655;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: .12em;
}
@media screen and (max-width: 768px){
  .c-body {
    font-size: 14px;
  }
  .c-body p {
    margin-bottom: 0;
  }
  .c-body p strong {
  }
  .c-body h2 {
    font-size: 24px;
    border-bottom: 3px solid #5DC1A2;
  }
  .c-body h2 + * {
    margin-top: 36px;
  }
  .c-body * + h2 {
    margin-top: 100px;
  }
  .c-body h3 {
    font-size: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    min-height: 44px;
    padding: 8px 12px;
  }
  .c-body * + h3 {
    margin-top: 28px;
  }
  .c-body h2 + h3 {
    margin-top: 36px;
  }
  .c-body h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 23px;
  }
  .c-body h4::before {
    width: 13px;
    height: 13px;
    left: 0;
    top: 9px;
  }
  .c-body h4::after {
    width: 7px;
    height: 7px;
    left: 3px;
    top: 12px;
  }
  .c-body h4 + * {
    margin-top: 10px;
  }
  .c-body * + h4 {
    margin-top: 28px;
  }
  .c-body h2 + h4 {
    margin-top: 36px;
  }
  .c-body h3 + h4 {
    margin-top: 28px;
  }
  .c-body h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .c-body h5 + * {
    margin-top: 8px;
  }
  .c-body * + h5 {
    margin-top: 28px;
  }
  .c-body ol,
  .c-body ul {
    font-size: 14px;
  }
  .c-body ol {
    margin-left: 1.5em;
  }
  .c-body * + ol,
  .c-body * + ul {
    margin-top: 20px;
  }
  .c-body ul li {
    padding-left: 18px;
  }
  .c-body ol li + li,
  .c-body ul li + li {
    margin-top: 12px;
  }
  .c-body ul li::before {
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
  }
  .c-body * + .wp-block-columns {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .c-body .wp-block-buttons {
    margin-top: 50px;
  }
  .c-body a.wp-block-button__link {
    font-size: 15px;
    padding-right: 130px;
  }
  .c-body a.wp-block-button__link:before,
  .c-body a.wp-block-button__link:after {
    position: absolute;
    content: '';
  }
  .c-body a.wp-block-button__link:before {
    right: 46px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 1px;
  }
  .c-body a.wp-block-button__link:after {
    width: 35px;
    height: 35px;
  }
  .c-body #toc_container {
    padding: 30px 20px;
    margin-bottom: 80px;
    border-radius: 15px;
    /* height: 150px;
    box-shadow: inset 1px 1px 8px rgba(93,193,161,.3); */
  }
  .c-body #toc_container p.toc_title {
    font-size: 20px;
  }
}

.c-floatCtaMenu {
  display: none;
}
@media screen and (max-width: 1050px){
  .c-floatCtaMenu {
    display: block;
    position: fixed;
    /* right: -335px; */
    right: 0;
    top: 166px;
    z-index: 600;
  }
  .c-floatCtaMenu__reserve,
  .c-floatCtaMenu__contact {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
    border-radius: 8px 0 0 8px;
  }
  .c-floatCtaMenu__reserve {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: flex;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .c-floatCtaMenu__reserve.is-opened {
    -webkit-transform: translate(-335px, 0%);
    transform: translate(-335px, 0%);
  }
  .c-floatCtaMenu__reserve + .c-floatCtaMenu__contact {
    margin-top: 20px;
  }
  .c-floatCtaMenuLabel,
  a.c-floatCtaMenuLabel {
    background-color: #E8E0DB;
    color: #7E6655;
    height: 170px;
    width: 36px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  a.c-floatCtaMenuLabel:hover {
    opacity: 1;
  }
  .c-floatCtaMenu__contact .c-floatCtaMenuLabel {
    background-color: #F4F0EC;
  }
  .c-floatCtaMenuLabelInner {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .3em;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .c-floatCtaMenuLabelInner::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .c-floatCtaMenu__reserve .c-floatCtaMenuLabelInner::before {
    background-image: url('../images/common/cta_icon_calendar.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 15px;
  }
  .c-floatCtaMenu__contact .c-floatCtaMenuLabelInner::before {
    /* background-image: url('../images/common/cta_icon_tel.png'); */
    background-image: url('../images/common/cta_icon_web.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* width: 14px;
    height: 14px; */
    width: 14px;
    height: 12px;
  }
  .c-floatCtaMenuLabelInner span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
  .c-floatCtaMenuLabelInner small {
    font-size: 10px;
    letter-spacing: .05em;
  }
  .c-floatCtaMenuBody {
    background-color: #ffffffe6;
  }
  /* .c-floatCtaMenu__reserve .c-floatCtaMenuBody {
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
  }
  .c-floatCtaMenu__reserve.is-opened .c-floatCtaMenuBody {
    opacity: 1;
  } */
  .c-floatCtaMenuBtnBlock {
    display: flex;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .c-floatCtaMenuBtnBlock > li + li {
    margin-left: 15px;
  }
  a.c-floatCtaMenuBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border: 1px solid #7E6655;
    border-radius: 8px;
    box-sizing: border-box;
    color: #7E6655;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
  }
  .c-floatCtaMenuBtn span {
    position: relative;
    display: inline-block;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .c-floatCtaMenuBtn span::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .c-floatCtaMenuBtn.c-floatCtaMenuBtn--line span::before {
    background-image: url('../images/common/cta_icon_line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  .c-floatCtaMenuBtn.c-floatCtaMenuBtn--web span::before {
    background-image: url('../images/common/cta_icon_web.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  .c-floatCtaMenu__contact{
  }
}
@media screen and (max-width: 768px){
  .c-floatCtaMenu {
    top: 136px;
    right: -267px;
  }
  .c-floatCtaMenu__reserve,
  .c-floatCtaMenu__contact {
  }
  .c-floatCtaMenu__reserve.is-opened {
    -webkit-transform: translate(-267px, 0%);
    transform: translate(-267px, 0%);
  }
  .c-floatCtaMenu__reserve + .c-floatCtaMenu__contact {
    margin-top: 10px;
  }
  .c-floatCtaMenuLabel,
  a.c-floatCtaMenuLabel {
    height: 136px;
    width: 30px;
    border-radius: 5px 0 0 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
  }
  .c-floatCtaMenuLabelInner {
    font-size: 12px;
    padding-top: 15px;
  }
  .c-floatCtaMenu__reserve .c-floatCtaMenuLabelInner::before {
    width: 11px;
    height: 12px;
  }
  .c-floatCtaMenu__contact .c-floatCtaMenuLabelInner::before {
    /* width: 11px;
    height: 11px; */
    width: 11px;
    height: 10px;
  }
  .c-floatCtaMenuLabelInner small {
    font-size: 8px;
  }
  .c-floatCtaMenuBtnBlock {
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .c-floatCtaMenuBtnBlock > li + li {
    margin-left: 15px;
  }
  a.c-floatCtaMenuBtn {
    width: 106px;
    height: 106px;
    border-radius: 5px;
    font-size: 16px;
  }
  .c-floatCtaMenuBtn span {
    padding-top: 40px;
  }
  .c-floatCtaMenuBtn.c-floatCtaMenuBtn--line span::before {
    width: 28px;
    height: 28px;
  }
  .c-floatCtaMenuBtn.c-floatCtaMenuBtn--web span::before {
    width: 28px;
    height: 24px;
  }
  .c-floatCtaMenu__contact{
  }
}

.p-footer {
  background-color: #5DC1A2;
  padding: 200px 0;
  box-sizing: border-box;
  position: relative;
}
.p-footer::before {
  position: absolute;
  content: '';
  left: 0;
  top: -6.66vw;
  background-image: url('../images/common/footer_cover.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 6.66vw;

}
.p-footerInner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1520px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: content-box;
}
.p-footerInner__logo {
  /* width: 53%; */
  width: calc(100% - 520px);
  text-align: left;
  padding-right: 100px;
  box-sizing: border-box;
}
.p-footerLogoLinkAnc {
  
}
.p-footerInner__menu {
  width: 520px;
  height: min(16.77vw ,322px);
}
.p-footerInner__menu a {
  color: #fff;
}
.p-footerMenuFrame {
  display: flex;
  justify-content: space-between;
  text-align: left;
  /* width: calc((100% - 20px) / 2); */
}
.p-footerMenuFrame__item {
  /* width: calc((100% - 20px) / 2); */
  width: 210px;
}
.p-footerMenuLinks {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .05em;
}
.p-footerMenuLinks > li {
  margin-bottom: 20px;
}
.p-footer__copyright {
  position: absolute;
  left: 30px;
  bottom: 0;
  /* margin-top: 160px; */
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
@media screen and (max-width: 1260px){
  .p-footerInner__logo {
    width: calc(100% - min(36.19vw, 456px) - min(2.85vw, 36px));
    padding-right: 50px;
  }
  .p-footerInner__menu {
    width: calc(min(36.19vw, 456px) + min(2.85vw, 36px));
  }
  .p-footerMenuLinks {
    font-size: min(1.58vw, 20px);
  }
  .p-footer__copyright {
    left: 30px;
    font-size: min(1.11vw, 14px);
  }
}
@media screen and (max-width: 768px){
  .p-footer {
    background-color: #5DC1A2;
    padding: 90px 0 35px;
    box-sizing: border-box;
  }
  .p-footerInner {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-footerInner__logo {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .p-footerLogoLinkAnc {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .p-footerInner__menu {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }
  .p-footerInner__menu a {
    color: #fff;
  }
  .p-footerMenuFrame {
    width: 100%;
  }
  .p-footerMenuFrame__item {
    width: calc((100% - 36px) / 2);
  }
  .p-footerMenuLinks {
    font-size: 13px;
  }
  .p-footerMenuLinks > li {
    margin-bottom: 20px;
  }
  .p-footer__copyright {
    position: relative;
    margin-top: 50px;
    font-size: 10px;
    left: auto;
    bottom: auto;
  }
}

/* FORM関連 */
.c-form {
  /* border-top: #adadad 1px solid; */
}
.c-formItem {
  /* border-bottom: #adadad 1px solid; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #5DC1A2;
}
.c-formItem + .c-formItem {
  margin-top: 20px;
}
.c-formItemHead {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .12em;
  width: 230px;
  /* padding: 23px 21px 20px 0px; */
  padding: 22px 19px 20px 21px;
  border-radius: 20px 0 0 0px;
  box-sizing: border-box;
  background-color: #5DC1A2;
  color: #fff;
}
.c-formItemHeadInner {
  position: relative;
  text-align: left;
  font-weight: 500;
}
.c-formItemHeadInner.is-required {
  padding: 0 42px 0 0;
}
.c-formItemHeadInner.is-required:before {
  content: '必須';
  width: 36px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  background: #fff;
  /* border: #bc1d2d 1px solid; */
  border-radius: 4px;
  color: #7E6655;
}
.c-formItemContent {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.75;
  width: calc(100% - 230px);
  box-sizing: border-box;
  text-align: left;
  /* border-bottom: #adadad 2px solid;
  border-bottom: #ddd 2px solid; */
}
.c-formItemContentInner {
  text-align: left;
  font-weight: 500;
}
* + .c-formItemContentInner {
  margin-top: 15px;
}
.c-formItemContentInner.c-formItemContentInner--datePic {
  display : flex;
}
.c-formItemContentName {
  display : flex;
/*
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
*/
}
.c-formItemContentName__tag {
  text-align: left;
  padding-top: 8px;
}
.c-formItemContentName__tag.is-sei {
  width: 25px;
}
.c-formItemContentName__tag.is-mei {
  width: 45px;
  box-sizing: border-box;
  padding-left: 20px;
}
.c-formItemContentName__input {
  width: calc(50% - 35px);
}
.c-formItemContentDateField {
  width: calc(50% - 10px);
}
.c-formItemContentDateTxtField {
  width: calc(50% - 10px);
  margin-left: 20px;
}


.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  border: #7E6655 1px solid;
  border-radius: 4px;
  padding: 5px 10px;
  outline: none;
  font-size: 16px;
  letter-spacing: .12em;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}
.c-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #7E6655 1px solid;
  padding: 15px 10px;
  outline: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .12em;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #7E6655;
}
.c-formItemContent__txt {
  text-align: left;
  margin-bottom: 12px;
}
.c-formItemContent__txt a {
  color: #5DC1A2;
  text-decoration: underline;
  margin-right: 5px;
}
/* .c-formItemContent__txt a[target="_blank"]:after {
  content: '';
  display: inline-block;
  background: url("../images/common/icon-blank.png") no-repeat center center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
} */
.c-formItemContent__check {
  text-align: left;
}
.c-formItemContent__check .wpcf7-form-control-wrap {
  display: block;
}
.c-formItemContent__check .wpcf7-form-control-wrap .c-form__check {
  display: block;
}
.c-form__check .wpcf7-list-item {
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0;
}
.c-form__check .wpcf7-list-item label {
  cursor: pointer;
  display: inline-block;
}
.c-form__check .wpcf7-list-item label > input {
  display: none;
}
.c-form__check .wpcf7-list-item label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .12em;
  padding: 7px 12px 7px 30px;
  font-weight: 500;
}
.c-form__check .wpcf7-list-item label > span:before ,
.c-form__check .wpcf7-list-item label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
}
.c-form__check .wpcf7-list-item label > span:before {
  left: 0;
  border: #7E6655 1px solid;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: #FFF;
}
.c-form__check .wpcf7-list-item label > span:after {
  left: 8px;
  width: 4px;
  height: 9px;
  border-right: #FFF 2px solid;
  border-bottom: #FFF 2px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
}
.c-form__check .wpcf7-list-item label > input:checked + span:after {
  opacity: 1;
}
.c-form__check .wpcf7-list-item label > input:checked + span:before {
  border-color: #5DC1A2;
  background: #5DC1A2;
}

.c-form__radio .wpcf7-list-item {
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0;
}
.c-form__radio .wpcf7-list-item label {
  cursor: pointer;
  display: inline-block;
}
.c-form__radio .wpcf7-list-item label > input {
  display: none;
}
.c-form__radio .wpcf7-list-item label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .12em;
  padding: 7px 12px 7px 25px;
  font-weight: 500;
}
.c-form__radio .wpcf7-list-item label > span:before ,
.c-form__radio .wpcf7-list-item label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  border-radius: 50%;
}
.c-form__radio .wpcf7-list-item label > span:before {
  left: 0;
  border: #7E6655 1px solid;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 50%;
}
.c-form__radio .wpcf7-list-item label > span:after {
  left: 5px;
  background: #5DC1A2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
}
.c-form__radio .wpcf7-list-item label > input:checked + span:after {
  opacity: 1;
}

.c-formBtn,
.c-formSubmit {
  margin-top: 60px;
}
.c-formBtn + .c-formSubmit {
  margin-top: 30px;
}
.c-formBtn input[type="button"],
.c-formSubmit input[type="submit"] {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 60px;
  border: 2px solid #5BB498;
  background-color: transparent;
  color: #5BB498;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .06em;
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
  min-width: 310px;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-formBtn input[type="button"] {
  border: 2px solid #7E6655;
  color: #7E6655;
}
.c-formItemContentZip input[type=text] {
  max-width: 300px;
}

.c-formSelect {
  position: relative;
  display: block;
}
.c-formSelect:before {
  position: absolute;
  top: 9px;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 7px solid #5DC1A2;
  z-index: 15;
}
.c-formSelect select {
  -webkit-appearance:none;
  border: #7E6655 1px solid;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  line-height: 30px;
  outline: none;
  background: #FFF;
  cursor: pointer;
  font-size: 16px;
}
.c-formSelect select::-ms-expand {
  display: none;
}

.c-formAgree {
  margin-top: 40px;
}
.c-formAgreeCheck {
}
.c-formAgree .c-txt {
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .12em;
}
.c-formAgree .c-txt a {
  text-decoration: underline;
  color: #5DC1A2;
}
.c-formAgree .c-txt a:hover {
  text-decoration: none;
  opacity: 1;
}


.c-formItemContentFiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
}
.c-formItemContentFiles input[type="file"] {
  display: none;
}
.c-formItemContentFiles label {
  border: none;
  height: 40px;
  width: 140px;
  box-sizing: border-box;
  padding: 5px 10px;
  line-height: 1.3;
  background: #7E6655;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.5s ease-out;
  margin-right: 15px;
  border-radius: 5px;
}
.c-formItemContentFiles label:hover {
  opacity: 0.7;
}
.c-formItemContentFiles__txt {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .12em;
  width: calc(100% - 155px);
  text-align: left;
}

.c-formItemContentFilesItem:nth-of-type(n + 2) {
  display: none;
  margin-top: 5px;
}
.c-formItemContentFilesAdd {
  text-align: center;
  margin: 10px 0 0 0;
  width: 150px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .12em;
  background: #d8d8d8;
  padding: 8px 30px 8px 10px;
  cursor: pointer;
  position: relative;
}
.c-formItemContentFilesAdd:before ,
.c-formItemContentFilesAdd:after {
  content: '';
  display: block;
  background: #7E6655;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-formItemContentFilesAdd:before {
  height: 2px;
  width: 10px;
  right: 8px;
}
.c-formItemContentFilesAdd:after {
  height: 10px;
  width: 2px;
  right: 12px;
}

.c-formItemContent__caution {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .12em;
  text-align: left;
  margin-top: 5px;
}

.c-form .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}
.c-form .wpcf7-response-output {
  visibility: hidden;
}
.c-formNotesSec {
  margin-top: 36px;
  text-align: left;
}
.c-formNotesSecHeading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 5px;
}
.c-formNotesSecTxtBlock {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .05em;
  text-align: justify;
}
.c-formNotesSecTxtBlock > p + p {
  margin-top: 30px;
}
.c-formNotesSecTxtBlock > p strong {
  color: #5DC1A2;
  font-weight: 700;
}
@media screen and (max-width:768px){
  .c-form {
  }
  .c-formItem {
    display: block;
    padding: 0;
    /* border-bottom: none; */
    border-bottom: none;
  }
  .c-formItem + .c-formItem {
    margin-top: 25px;
  }
  .c-formItemHead {
    font-size: 14px;
    line-height: 1.75;
    width: 100%;
    padding: 10px 15px 12px;
    border-radius: 10px 10px 0 0;
    text-align: left;
  }
  .c-formItemHeadInner.is-required {
    padding: 0 42px 0 0;
  }
  .c-formItemHeadInner.is-required:before {
    width: 34px;
    height: 20px;
    top: 1px;
    padding: 0 0 1px 0;
  }
  .c-formItemContent {
    padding: 15px 5px;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    line-height: 1.75;
    width: 100%;
  }
  .c-formItemContentInner.c-formItemContentInner--datePic {
    display: block;
  }
  .c-formItemContentDateField {
    width: 100%;
  }
  .c-formItemContentDateTxtField {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .c-formItemContentName__tag {
    padding-top: 8px;
  }
  .c-formItemContentName__tag.is-sei {
    width: 25px;
  }
  .c-formItemContentName__tag.is-mei {
    width: 35px;
    padding-left: 10px;
  }
  .c-formItemContentName__input {
    width: calc(50% - 30px);
  }


  .c-form input[type=text] ,
  .c-form input[type=email] ,
  .c-form input[type=tel] {
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .c-form textarea {
    height: 180px;
    padding: 10px 10px;
    font-size: 14px;
  }
  .c-formItemContent__txt {
    margin-bottom: 12px;
  }
  .c-formItemContent__txt a {
    margin-right: 5px;
  }
  .c-formItemContent__check {
  }
  .c-formItemContent__check .wpcf7-form-control-wrap {
  }
  .c-formItemContent__check .wpcf7-form-control-wrap .c-form__check {
  }
  .c-form__check .wpcf7-list-item {
  }
  .c-form__check .wpcf7-list-item label {
  }
  .c-form__check .wpcf7-list-item label > input {
  }
  .c-form__check .wpcf7-list-item label > span {
    font-size: 14px;
    /* padding: 7px 10px 7px 25px; */
    padding: 7px 15px 7px 25px;
  }
  .c-form__check .wpcf7-list-item label > span:before ,
  .c-form__check .wpcf7-list-item label > span:after {
    top: 0px;
  }
  .c-form__check .wpcf7-list-item label > span:before {
    width: 20px;
    height: 20px;
  }
  .c-form__check .wpcf7-list-item label > span:after {
    left: 7px;
    width: 4px;
    height: 9px;
    border-right: #FFF 2px solid;
    border-bottom: #FFF 2px solid;
    bottom: 3px;
  }
  .c-form__check.is-required {
    padding-right: 31px;
  }
  .c-form__check.is-required:before {
    width: 34px;
    height: 20px;
    /* font-size: 12px; */
    line-height: 1;
    top: -16px;
    padding: 0 0 1px 0;
  }

  .c-form__radio .wpcf7-list-item label > span {
    font-size: 14px;
    padding: 7px 15px 7px 25px;
  }
  .c-form__radio .wpcf7-list-item label > span:before ,
  .c-form__radio .wpcf7-list-item label > span:after {
    top: 0px;
  }
  .c-form__radio .wpcf7-list-item label > span:before {
    width: 18px;
    height: 18px;
  }
  .c-form__radio .wpcf7-list-item label > span:after {
    left: 4px;
    width: 10px;
    height: 10px;
  }

  .c-form__radio.is-required {
    padding-right: 31px;
  }
  .c-form__radio.is-required:before {
    width: 34px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    top: 2px;
    padding: 0 0 1px 0;
  }

  .c-formBtn,
  .c-formSubmit {
    margin-top: 40px;
  }
  .c-formBtn + .c-formSubmit {
    margin-top: 24px;
  }
  .c-formBtn input[type="button"],
  .c-formSubmit input[type="submit"] {
    min-height: 52px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    border-radius: 8px;
    min-width: 310px;
  }
  .c-formItemContentZip input[type=text] {
    max-width: 300px;
  }

  .c-formSelect {
    position: relative;
    display: block;
  }
  .c-formSelect:before {
    position: absolute;
    top: 9px;
    right: 15px;
    bottom: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 7px solid #504f4f;
    z-index: 15;
  }
  .c-formSelect select {
    -webkit-appearance:none;
    border: #7E6655 1px solid;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    outline: none;
    background: #FFF;
    cursor: pointer;
    font-size: 16px;
  }
  .c-formSelect select::-ms-expand {
      display: none;
  }

  .c-formAgree {
    margin-top: 40px;
  }
  .c-formAgreeCheck {
  }
  .c-formAgree .c-txt {
    text-align: center;
    margin-bottom: 25px;
  }

  .c-formItemContentFiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
  }
  .c-formItemContentFiles input[type="file"] {
    display: none;
  }
  .c-formItemContentFiles label {
    border: none;
    height: 40px;
    width: 140px;
    box-sizing: border-box;
    padding: 5px 10px;
    line-height: 1.3;
    background: #2b2b2b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    transition: all 0.5s ease-out;
    margin-right: 15px;
    border-radius: 5px;
  }
  .c-formItemContentFiles label:hover {
    opacity: 0.7;
  }
  .c-formItemContentFiles__txt {
    font-size: 16px;
    line-height: 1.4;
    width: calc(100% - 155px);
    text-align: left;
  }

  .c-formItemContentFilesItem:nth-of-type(n + 2) {
    display: none;
    margin-top: 5px;
  }
  .c-formItemContentFilesAdd {
    text-align: center;
    margin: 10px 0 0 0;
    width: 150px;
    font-size: 14px;
    line-height: 1.3;
    background: #d8d8d8;
    padding: 8px 30px 8px 10px;
    cursor: pointer;
    position: relative;
  }
  .c-formItemContentFilesAdd:before ,
  .c-formItemContentFilesAdd:after {
    content: '';
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-formItemContentFilesAdd:before {
    height: 2px;
    width: 10px;
    right: 8px;
  }
  .c-formItemContentFilesAdd:after {
    height: 10px;
    width: 2px;
    right: 12px;
  }

  .c-formItemContent__caution {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin-top: 5px;
  }

  .c-form .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .c-formNotesSec {
    margin-top: 20px;
  }
  .c-formNotesSecHeading {
    font-size: 16px;
  }
  .c-formNotesSecTxtBlock {
    font-size: 12px;
  }
  .c-formNotesSecTxtBlock > p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px){
  .c-formItemContentName {
    flex-wrap: wrap;
  }
  .c-formItemContentName__tag {
    padding-top: 8px;
  }
  .c-formItemContentName__tag.is-sei {
    width: 30px;
  }
  .c-formItemContentName__tag.is-mei {
    width: 30px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .c-formItemContentName__input {
    width: calc(100% - 30px);
  }
  .c-formItemContentName__tag.is-mei + .c-formItemContentName__input {
    margin-top: 10px;
  }
}


.u-fadeUp,
.u-topFadeUp {
  opacity: 0;
  transform: translateY(100px) translateZ(0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: opacity .8s ease-out, transform .8s ease-out;
}
.u-fadeUp.is-active,
.u-topFadeUp.is-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity .8s ease-out, transform .8s ease-out;
  /* opacity: 1;
  animation: fadeup .8s linear 1; */
}
/* @keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */

.u-opFadeIn,
.u-topFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}
.u-opFadeIn.is-active,
.u-topFadeIn.is-active {
  opacity: 1;
}

.u-blurIn.is-active {
  animation-name:blurin;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes blurin{
  0% {
	filter: blur(10px);
	transform: scale(1.02);
  }

  100% {
	filter: blur(0);
	transform: scale(1);
  }
}

.u-glowTxt span{opacity: 1;}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.u-glowTxt.is-active span{ animation: glow_txt_on 5s ease-out infinite; }

@keyframes glow_txt_on{
	0% { opacity:1; text-shadow: 0 0 0 #ff0,0 0 0 #ff0;}
	20% { opacity:1;text-shadow: 0 0 10px #ff0,0 0 15px #ff0; }
  40% { opacity:1; text-shadow: 0 0 0 #ff0,0 0 0 #ff0;}
  100% { opacity:1; text-shadow: 0 0 0 #ff0,0 0 0 #ff0;}
}