@charset "UTF-8";
@import "normalize.css";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/**************************************************
  base
***************************************************/
/* -----------------------------------------------
　Body
-------------------------------------------------- */
html, body {
  width: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #2A2B2C;
  line-height: 2;
}

body, input, textarea {
  font-size: 14px;
  *font-size: 100%;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* -----------------------------------------------
　Elements
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol li {
  list-style: decimal;
}

ul li {
  list-style: none;
}

img, video {
  max-width: 100%;
  height: auto;
}

img, video {
  border: 0;
  vertical-align: bottom;
}

a {
  color: #2A2B2C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

/* -----------------------------------------------
　Common Class
-------------------------------------------------- */
.wrap, .page-content {
  zoom: 1;
}
.wrap:after, .page-content:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.wordbreak {
  word-break: break-all !important;
}

.nowrap {
  white-space: nowrap !important;
}

.red {
  color: #f00;
}

p.indention, ul.indention li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.indention .noindent {
  margin-left: 0;
  text-indent: 0;
}

.caps {
  text-transform: uppercase;
}

.disp-ib {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .view-pc {
    display: none;
  }
}

.view-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .view-sp {
    display: block;
  }
}

/**************************************************
　unique
***************************************************/
a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
}

.blog-header {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog-header {
    margin-bottom: 16px;
  }
}
.blog-header .inner {
  position: relative;
}
.blog-header .blog-logo {
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .blog-header .text {
    line-height: 1.6;
  }
}
.blog-header .sns {
  position: absolute;
  right: -50px;
  bottom: 0;
}
@media screen and (max-width: 1160px) {
  .blog-header .sns {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .blog-header .sns {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
}
.blog-header .sns li {
  font-size: 214.2857142857%;
}
@media screen and (max-width: 768px) {
  .blog-header .sns li {
    display: inline-block;
    font-size: 171.4285714286%;
  }
}
.blog-header .sns li a {
  padding: 0 6px;
}
.blog-header .sns li a, .blog-header .sns li i {
  display: block;
}
.blog-header .sns li.ig a {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .blog-header .sns li.ig a {
    width: 21px;
    height: 21px;
    line-height: 21px;
  }
}
.blog-header .sns li.ig img {
  width: 100%;
  height: auto;
}

.foodcontent-head {
  background-color: #fafafa;
  width: 100%;
  padding: 48px 0 64px;
}
@media screen and (max-width: 1000px) {
  .foodcontent-head {
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.foodcontent-head .foodhead-cover {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .foodcontent-head .foodhead-cover {
    width: 100%;
  }
}
.foodcontent-head .title {
  width: 100%;
}
.foodcontent-head .lead {
  font-size: 121.4285714286%;
  line-height: 1.9;
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .foodcontent-head .lead {
    font-size: 107.1428571429%;
    margin-top: 36px;
  }
}

.food-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-top: 60px;
  margin-left: -36px;
}
.food-nav.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.food-nav.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .food-nav {
    margin-left: -20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .food-nav {
    margin-left: -10px;
    margin-top: 20px;
  }
}
.food-nav .item {
  width: 25%;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .food-nav .item {
    width: 25%;
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .food-nav .item {
    padding-left: 10px;
    padding-top: 10px;
  }
}
.food-nav .item a {
  font-size: 171.4285714286%;
  position: relative;
  line-height: 1;
  font-weight: 600;
  display: block;
  padding: 24px 0;
  text-align: center;
  color: #B54C38;
  background-color: #fff;
  border: solid 1px #B54C38;
}
@media screen and (max-width: 640px) {
  .food-nav .item a {
    font-size: 100%;
    padding: 0.8em 0 1.5em;
  }
}
.food-nav .item a::after {
  position: absolute;
  font-size: 66.6666666667%;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "";
  content: "\f078";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
}
@media screen and (max-width: 640px) {
  .food-nav .item a::after {
    font-size: 78.5714285714%;
    right: unset;
    left: 50%;
    top: unset;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.local-content .local-title {
  font-size: 228.5714285714%;
  border-bottom: 2px solid #D16A6E;
  font-weight: 600;
  color: #2A2B2C;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .local-content .local-title {
    font-size: 142.8571428571%;
  }
}

.food-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: -36px;
  margin: -30px 0 0 -36px;
}
.food-content.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.food-content.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .food-content {
    margin-left: -20px;
  }
}
@media screen and (max-width: 640px) {
  .food-content {
    margin-left: -15px;
  }
}
.food-content > .entry-box {
  position: relative;
  width: 25%;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .food-content > .entry-box {
    padding-left: 20px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .food-content > .entry-box {
    padding-left: 15px;
    width: 50%;
  }
}
.food-content .fudasho {
  font-size: 107.1428571429%;
  position: absolute;
  background-color: #9ba82a;
  color: #fff;
  line-height: 1.45;
  padding: 4px 10px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .food-content .fudasho {
    position: relative;
    font-size: 85.7142857143%;
  }
}
.food-content .title {
  font-size: 114.2857142857%;
  color: #2A2B2C;
  margin-top: 16px;
  line-height: 1.4;
}
.food-content .img a {
  display: block;
  position: relative;
  width: auto;
  height: 170px;
  overflow: hidden;
  background-color: #eee;
}
@media screen and (max-width: 1000px) {
  .food-content .img a {
    height: 140px;
  }
}
@media screen and (max-width: 640px) {
  .food-content .img a {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .food-content .img a {
    height: 100px;
  }
}
.food-content .img a img {
  width: auto;
  height: 180px;
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .food-content .img a img {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .food-content .img a img {
    height: 180px;
  }
}
@media screen and (max-width: 640px) {
  .food-content .img a img {
    height: 220px;
  }
}
@media screen and (max-width: 500px) {
  .food-content .img a img {
    height: 170px;
  }
}
@media screen and (max-width: 375px) {
  .food-content .img a img {
    height: 130px;
  }
}
.food-content .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-top: 6px;
}
.food-content .tag.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.food-content .tag.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.food-content .tag > li {
  margin-right: 5px;
}
.food-content .tag > li a {
  border: solid 1px #C1C0C0;
  border-radius: 2px;
  padding: 3px 5px 4px;
  font-size: 100%;
  color: #707070;
  line-height: 1.5;
}

.foodcontent-foot {
  width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1000px) {
  .foodcontent-foot {
    max-width: 100%;
    margin: 0 auto 60px;
  }
}
.foodcontent-foot .form-bnr {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .foodcontent-foot .form-bnr {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .foodcontent-foot .form-bnr {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .foodcontent-foot .form-bnr .-pc {
    display: none;
  }
}
.foodcontent-foot .form-bnr .-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .foodcontent-foot .form-bnr .-sp {
    display: block;
  }
}
.foodcontent-foot .back {
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .foodcontent-foot .back {
    margin: 39px auto 0;
  }
}
.foodcontent-foot .back a {
  display: block;
  font-size: 128.5714285714%;
  font-weight: 600;
  color: #D16A6E;
  line-height: 1.2;
  padding: 18px 47px;
  border: solid 1px #D16A6E;
  max-width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
}
.foodcontent-foot .back a:hover {
  background-color: #D16A6E;
  color: #fff;
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.tag-title {
  font-size: 228.5714285714%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .tag-title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .tag-title {
    font-size: 142.8571428571%;
  }
}
@media screen and (max-width: 500px) {
  .tag-title {
    margin-top: 30px;
  }
}
.tag-title .tag-name {
  position: relative;
  z-index: 1;
}
.tag-title .tag-name::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: rgba(181, 76, 56, 0.8);
  bottom: 10px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .tag-title .tag-name::after {
    height: 7px;
    bottom: 2px;
  }
}

.entry-single .entry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 160px;
}
.entry-single .entry-box.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.entry-single .entry-box.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .entry-single .entry-box {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .entry-single .entry-box {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .entry-single .entry-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .entry-single .entry-box .entry-content {
    font-size: 100%;
    line-height: 1.8;
  }
}
.entry-single .entry-box .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  width: 100%;
  border-bottom: solid 2px #9ba82a;
  padding-bottom: 14px;
  margin: 58px 0 56px;
}
.entry-single .entry-box .main-title.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.entry-single .entry-box .main-title.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .entry-single .entry-box .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: wrap;
        -ms-flex-pack: wrap;
            justify-content: wrap;
    list-style: none;
    padding-left: 0;
  }
  .entry-single .entry-box .main-title.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .entry-single .entry-box .main-title.-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .entry-single .entry-box .main-title {
    margin: 38px 0;
  }
}
@media screen and (max-width: 780px) {
  .entry-single .entry-box .main-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .entry-single .entry-box .main-title {
    margin: 30px 0;
  }
}
.entry-single .entry-box .main-title h1 {
  font-size: 228.5714285714%;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .entry-single .entry-box .main-title h1 {
    font-size: 128.5714285714%;
  }
}
.entry-single .entry-box .tag-list {
  font-size: 114.2857142857%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: nowrap;
      -ms-flex-pack: nowrap;
          justify-content: nowrap;
  list-style: none;
  padding-left: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 38px;
}
.entry-single .entry-box .tag-list.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.entry-single .entry-box .tag-list.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .entry-single .entry-box .tag-list {
    padding: 0;
  }
}
.entry-single .entry-box .tag-list p {
  height: auto;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .entry-single .entry-box .tag-list p {
    padding-top: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 780px) {
  .entry-single .entry-box .tag-list p {
    padding-left: 0;
  }
}
.entry-single .entry-box .tag-list p:not(:first-of-type) {
  margin-left: 10px;
}
.entry-single .entry-box .tag-list p a {
  color: #2A2B2C;
  padding: 4px 6px;
  border: solid 1px #C1C0C0;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media screen and (max-width: 1000px) {
  .entry-single .entry-box .tag-list p a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .entry-single .entry-box .tag-list p a {
    font-size: 81.25%;
    padding: 2px 4px;
  }
}
.entry-single .entry-box .tag-list p a:hover {
  opacity: 1;
  background-color: #2A2B2C;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #fff;
  border-color: #2A2B2C;
}
.entry-single .entry-box .image-cover {
  max-width: 425px;
  width: 50%;
  padding-right: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .entry-single .entry-box .image-cover {
    max-width: unset;
    width: 100%;
    padding-right: 0;
  }
}
.entry-single .entry-box .image-cover .menu-list {
  width: 100%;
}
.entry-single .entry-box .spec-cover {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .entry-single .entry-box .spec-cover {
    width: 100%;
    margin-top: 20px;
  }
}
.entry-single .entry-box .access-url .link {
  color: #B24540;
  text-decoration: underline;
  text-decoration-color: #B24540;
}
.entry-single .entry-box .back-list {
  text-align: center;
  margin-top: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .entry-single .entry-box .back-list {
    margin-top: 40px;
  }
}

.image-cover {
  position: relative;
}
.image-cover .menu-list {
  height: auto;
}
.image-cover .menu-list .menu-img > img {
  width: 100%;
}

.swiper-container {
  position: relative;
}
.swiper-container .prev-button, .swiper-container .next-button {
  cursor: pointer;
  font-size: 157.1428571429%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
  width: 14px;
  height: 1em;
  color: #fff;
  z-index: 1;
}
.swiper-container .prev-button::before, .swiper-container .next-button::before {
  display: block;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "";
  content: "\f054";
  width: 14px;
  height: 1em;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-container .next-button {
  right: 22px;
}
.swiper-container .prev-button {
  left: 22px;
}
.swiper-container .prev-button::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.dot-point {
  position: relative;
  margin-top: 26px;
  margin-left: -6px;
}
.dot-point > span {
  margin-left: 6px;
  width: 10px;
  height: 10px;
  background-color: #D6D6D6;
  opacity: 1;
}
.dot-point > span.swiper-pagination-bullet-active {
  background-color: #707070;
}

.restaurant-read {
  font-size: 114.2857142857%;
}
@media screen and (max-width: 640px) {
  .restaurant-read {
    font-size: 92.8571428571%;
  }
}

.osusume-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-top: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.osusume-menu.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.osusume-menu.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .osusume-menu {
    display: block;
  }
}
.osusume-menu .title {
  font-size: 100%;
  color: #fff;
  line-height: 1.15;
  padding: 6px 12px;
  background-color: #9ba82a;
  font-weight: 600;
  border-radius: 3px;
  width: 28%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .osusume-menu .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 85.7142857143%;
  }
}
.osusume-menu .menu {
  position: relative;
  font-size: 114.2857142857%;
  padding-left: 14px;
  top: -2px;
  width: 72%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .osusume-menu .menu {
    font-size: 107.1428571429%;
    margin-top: 4px;
    padding-left: 12px;
  }
}

.restaurant-spec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  border-collapse: collapse;
  margin-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  .restaurant-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.restaurant-spec dt:nth-of-type(n+2), .restaurant-spec dd:nth-of-type(n+2) {
  margin-top: -1px;
}
.restaurant-spec dt {
  position: relative;
  font-size: 100%;
  text-align: center;
  font-weight: 400;
  background-color: #EBEEDA;
  padding: 12px 50px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
}
.restaurant-spec dt:first-of-type {
  border-top: none;
}
@media all and (-ms-high-contrast: none) {
  .restaurant-spec dt {
    width: 40%;
  }
}
.restaurant-spec dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .restaurant-spec dt span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.restaurant-spec dd {
  padding: 12px 18px;
  line-height: 1.5;
  border: solid 1px #E6E6E6;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .restaurant-spec dd {
    padding: 12px 18px;
  }
}
@media all and (-ms-high-contrast: none) {
  .restaurant-spec dd {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.map-content {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .map-content {
    margin-top: 30px;
  }
}
.map-content > iframe {
  max-width: 100%;
  width: 100% !important;
  height: 600px;
}
@media screen and (max-width: 640px) {
  .map-content > iframe {
    height: 240px;
  }
}

.entry-nav {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .entry-nav {
    padding-bottom: 0;
  }
}
.entry-nav .next, .entry-nav .prev {
  width: 46%;
}
.entry-nav .next a, .entry-nav .prev a {
  display: block;
  position: relative;
  line-height: 1.6;
}
.entry-nav .next a:after, .entry-nav .prev a:after {
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  color: #9ba82a;
  font-size: 142.8571428571%;
  font-family: "fontAwesome";
}
@media screen and (max-width: 768px) {
  .entry-nav .next a:after, .entry-nav .prev a:after {
    margin-top: -0.85em;
  }
}
.entry-nav .next a {
  padding-left: 20px;
}
.entry-nav .next a:after {
  content: "\f104";
  left: 0;
}
.entry-nav .prev {
  text-align: right;
}
.entry-nav .prev a {
  padding-right: 20px;
}
.entry-nav .prev a:after {
  content: "\f105";
  right: 0;
}

.pnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .pnav ul {
    padding-top: 0;
  }
}
.pnav ul li {
  display: table;
  width: 60px;
  height: 60px;
  margin: 5px;
  font-size: 128.5714285714%;
}
@media screen and (max-width: 768px) {
  .pnav ul li {
    width: 46px;
    height: 46px;
    font-size: 85.7142857143%;
  }
}
.pnav ul li a, .pnav ul li span {
  display: table-cell;
  background-color: #9ba82a;
  color: #fff;
  vertical-align: middle;
}
.pnav ul li span.current {
  background: #fff;
  color: #9ba82a;
}
.pnav ul li .prev:after, .pnav ul li .next:after {
  display: block;
  margin-top: -0.1em;
  font-family: "fontAwesome";
  font-size: 166.6666666667%;
}
.pnav ul li .prev:after {
  content: "\f104";
}
.pnav ul li .next:after {
  content: "\f105";
}

.video-container {
  max-width: 640px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------
　Content
-------------------------------------------------- */
.page-title {
  padding: 50px 0;
  border-bottom: 4px solid #9ba82a;
}
@media screen and (max-width: 1000px) {
  .page-title {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 780px) {
  .page-title {
    padding: 30px 20px;
  }
}
.page-title .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-title .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 780px) {
  .page-title .inner {
    display: block;
    padding: 0;
  }
}
.page-title .inner .text {
  font-size: 100%;
}
@media screen and (max-width: 780px) {
  .page-title .inner .text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-title .inner .text {
    display: block;
    width: 100%;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .page-title .title {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-title .title .-pc {
    display: none;
  }
}
.page-title .title .-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-title .title .-sp {
    display: block;
  }
}

.blog-content {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .blog-content {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 1281px) {
  body:not(#form) > #inbox {
    padding-right: 5rem;
  }
}

#site-container {
  position: relative;
}

.page-content {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.c-page-title {
  border-bottom: 4px solid #9ba82a;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .c-page-title {
    padding: 0 4vw 20px;
    border-bottom-width: 2px;
  }
}
@media (max-width: 640px) {
  .c-page-title {
    padding: 10px 16px 12px;
  }
}
.c-page-title > .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}
.c-page-title .sub {
  font-size: 24px;
  color: #758114;
  margin: 0;
}
@media (max-width: 768px) {
  .c-page-title .sub {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .c-page-title .sub {
    font-size: 13px;
  }
}
.c-page-title .main {
  font-size: 48px;
  margin: 0;
  letter-spacing: 0.084em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-page-title .main {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .c-page-title .main {
    font-size: 18px;
  }
}

.heading-a {
  position: relative;
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 12px 28px;
  background-color: #9ba82a;
  font-size: 185.7142857143%;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
}
.heading-a.-firstChild {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .heading-a {
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 142.8571428571%;
  }
  .heading-a.-firstChild {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .heading-a {
    padding: 12px 18px;
    font-size: 128.5714285714%;
  }
}

.ohenro-map-intro {
  padding: min(2.3426061493vw, 32px) 4vw;
  position: relative;
}
@media (max-width: 780px) {
  .ohenro-map-intro {
    padding: 1.75rem 1.5rem;
  }
}
.ohenro-map-intro::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/food-intro-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-bottom: 4px solid #9ba82a;
  z-index: 1;
  content: "";
}
.ohenro-map-intro > .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.8125rem 3.5625rem 3.125rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media (max-width: 780px) {
  .ohenro-map-intro > .inner {
    border-radius: 16px;
    padding: 1.25rem 1rem;
  }
}
.ohenro-map-intro .heading {
  margin: 0 0 0.7320644217vw;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .ohenro-map-intro .heading {
    font-size: 16px;
    margin: 0 0 0.878477306vw;
  }
}
.ohenro-map-intro .heading .sub {
  display: inline-block;
  margin-right: 1.1713030747vw;
  color: #758114;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .ohenro-map-intro .heading .sub {
    display: block;
    font-size: 14px;
    margin-right: 0;
  }
}
.ohenro-map-intro .text {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
}
@media (max-width: 780px) {
  .ohenro-map-intro .text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

.indexNav-container {
  background-color: #F6F5ED;
}
.indexNav-container > .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.indexNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  padding: 16px 0;
}
.indexNav-list.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.indexNav-list.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .indexNav-list {
    padding: 0 0;
  }
}
.indexNav-list > .item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #9ba82a;
}
@media screen and (max-width: 640px) {
  .indexNav-list > .item {
    width: 50%;
    font-size: 85.7142857143%;
    padding: 0;
  }
}
.indexNav-list > .item:last-child {
  border-right: 1px solid #9ba82a;
}
@media screen and (max-width: 1280px) {
  .indexNav-list > .item:first-child {
    border-left: none;
  }
  .indexNav-list > .item:last-child {
    border-right: none;
  }
}
.indexNav-list > .item > .link {
  display: block;
  margin: -16px 0;
  padding: 16px 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .indexNav-list > .item > .link {
    margin: 0;
    padding: 10px 0;
  }
}
.indexNav-list > .item > .link:hover {
  background-color: #aebc2f;
  opacity: 1;
  color: #fff;
}

.guideTop-btn {
  width: 100%;
  padding: 38px 0;
  text-align: center;
  background-color: #F3F4EF;
}
@media (max-width: 640px) {
  .guideTop-btn {
    padding: 20px 0;
  }
}

.c-btn-c {
  background: #fff;
  color: #758114;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #9ba82a;
  text-decoration: none;
  display: block;
  width: 15rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  border-radius: 50vw;
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .c-btn-c {
    font-size: 0.875rem;
    width: 9rem;
    padding: 0.3125rem;
  }
}
.c-btn-c:hover {
  background: #DDE89F;
  color: #758114;
  text-decoration: none;
}
.c-btn-c::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  font-size: 1.25rem;
  text-decoration: inherit;
  color: #9ba82a;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f061";
}
@media (max-width: 640px) {
  .c-btn-c::after {
    right: 0.9375rem;
    font-size: 0.875rem;
  }
}
.c-btn-c.-w280 {
  width: 17.5rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .c-btn-c.-w280 {
    width: 16.25rem;
    font-size: 0.875rem;
  }
}
.c-btn-c.-voice {
  padding: 0.75rem;
}
.c-btn-c.-guide {
  font-size: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 56px;
  margin: auto;
}
@media (max-width: 640px) {
  .c-btn-c.-guide {
    font-size: 0.75rem;
    padding: 6px 40px;
  }
}

.c-btn-b {
  display: inline-block;
  position: relative;
  width: 360px;
  padding: 19px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50vw;
  background-color: #9ba82a;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 640px) {
  .c-btn-b {
    width: 200px;
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
.c-btn-b:hover {
  background: #4C5502;
  text-decoration: none;
}
.c-btn-b::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  font-size: 1.5rem;
  text-decoration: inherit;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f061";
}
@media (max-width: 640px) {
  .c-btn-b::after {
    font-size: 1rem;
  }
}

.form-content .entry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: wrap;
      -ms-flex-pack: wrap;
          justify-content: wrap;
  list-style: none;
  padding-left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.form-content .entry-box.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.form-content .entry-box.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-content .entry-box.-check .note, .form-content .entry-box.-check .check-point, .form-content .entry-box.-check .agree-text, .form-content .entry-box.-check .form-title.-required::after {
  display: none;
}
.form-content .entry-box.-check .addressNo::before {
  position: relative;
  top: 0;
  left: -1em;
}
.form-content .entry-box.-check .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 60px;
}
.form-content .entry-box.-check .form-btn.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.form-content .entry-box.-check .form-btn.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-content .entry-box.-check .form-btn > p {
  width: 25%;
}
.form-content .entry-box.-check .send-btn {
  margin-top: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 25px;
}
.form-content .entry-box.-check .owner-name {
  font-size: 114.2857142857%;
}
.form-content .entry-box.-check .owner-name::after {
  content: "様";
}
.form-content .entry-box.-check input[type=submit] {
  background-color: #fff;
  border: solid 2px #D16A6E;
  color: #D16A6E;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.form-content .entry-box.-check input[type=submit]:hover {
  background-color: #D16A6E;
  border: solid 2px transparent;
  color: #fff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.form-content .entry-box.-check input[value=送信する], .form-content .entry-box.-check input[value=戻る] {
  font-size: 128.5714285714%;
  font-weight: 600;
  padding: 18px 0px;
  width: 100%;
}
.form-content .entry-box .title {
  font-size: 228.5714285714%;
  text-align: center;
  padding: 54px 0 55px;
  background-color: #fafafa;
  font-weight: 600;
}
@media screen and (max-width: 930px) {
  .form-content .entry-box .title {
    padding: 54px 20px 55px;
  }
}
@media screen and (max-width: 640px) {
  .form-content .entry-box .title {
    padding: 27px 20px 28px;
    font-size: 128.5714285714%;
  }
}
.form-content .entry-box .entry-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.form-content .entry-box .agree-text {
  font-size: 114.2857142857%;
  text-align: center;
  margin-top: 62px;
}
.form-content .entry-box .check-point {
  margin-top: 20px;
  text-align: center;
}
.form-content .entry-box .check-point label {
  position: relative;
  padding: 2px 2px 2px 28px;
  cursor: pointer;
}
.form-content .entry-box .check-point label::before {
  position: absolute;
  content: "";
  background: url(../images/checkbox.png) no-repeat center;
  border: 0;
  width: 22px;
  height: 22px;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-content .entry-box .check-point label.-select::before {
  background: url(../images/checkbox-select.png) no-repeat center;
}
.form-content .entry-box .check-point input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form-content .entry-box .check-point .mwform-checkbox-field-text {
  font-size: 142.8571428571%;
  line-height: 1;
}
.form-content .entry-box .complete-text {
  font-size: 114.2857142857%;
  text-align: center;
  margin: 60px 0;
}
.form-content .entry-box .pagelink-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding-left: 0;
  width: 1000px;
  margin: 0 auto;
}
.form-content .entry-box .pagelink-content.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.form-content .entry-box .pagelink-content.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-content .entry-box .pagelink-content .back-food, .form-content .entry-box .pagelink-content .back-guide {
  width: 33.3333333333%;
}
.form-content .entry-box .pagelink-content .back-food a, .form-content .entry-box .pagelink-content .back-guide a {
  font-size: 114.2857142857%;
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  color: #D16A6E;
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  border: solid 2px #D16A6E;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.form-content .entry-box .pagelink-content .back-food a:hover, .form-content .entry-box .pagelink-content .back-guide a:hover {
  opacity: 1;
  background-color: #D16A6E;
  color: #fff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.form-content .entry-box .back-list a {
  padding: 0;
  margin: 0;
}
.form-content .entry-box .back-list a::before {
  display: none;
}

@media screen and (max-width: 930px) {
  .entry-content form {
    padding: 0 20px;
  }
}
.entry-content form .area-title {
  font-size: 214.2857142857%;
  color: #333;
  font-weight: 600;
  margin-top: 74px;
  padding-bottom: 16px;
  border-bottom: 2px solid #D16A6E;
}
@media screen and (max-width: 640px) {
  .entry-content form .area-title {
    font-size: 128.5714285714%;
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
.entry-content form .form-table, .entry-content form .area-table {
  width: 100%;
}
.entry-content form .form-table.form-table, .entry-content form .area-table.form-table {
  margin-top: 80px;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table.form-table, .entry-content form .area-table.form-table {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table.form-table, .entry-content form .area-table.form-table {
    margin-top: 30px;
  }
}
.entry-content form .form-table.form-table .error, .entry-content form .area-table.form-table .error {
  width: 675px;
  margin-left: auto;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table.form-table .error, .entry-content form .area-table.form-table .error {
    width: 100%;
  }
}
.entry-content form .form-table.area-table, .entry-content form .area-table.area-table {
  margin-top: 61px;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table.area-table, .entry-content form .area-table.area-table {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table.area-table, .entry-content form .area-table.area-table {
    margin-top: 30px;
  }
}
.entry-content form .form-table.area-table tr:first-child, .entry-content form .area-table.area-table tr:first-child {
  border-top: 0;
}
.entry-content form .form-table.area-table tr:first-child td, .entry-content form .area-table.area-table tr:first-child td {
  padding-bottom: 40px;
}
.entry-content form .form-table tr, .entry-content form .area-table tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.entry-content form .form-table tr:first-of-type, .entry-content form .area-table tr:first-of-type {
  border-top: 0;
}
.entry-content form .form-table tr:first-of-type > th, .entry-content form .area-table tr:first-of-type > th {
  padding-top: 0;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table tr:first-of-type > th, .entry-content form .area-table tr:first-of-type > th {
    padding-top: 29px;
  }
}
.entry-content form .form-table tr:first-of-type > td, .entry-content form .area-table tr:first-of-type > td {
  padding-top: 0;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table tr:first-of-type > td, .entry-content form .area-table tr:first-of-type > td {
    padding-top: 29px;
  }
}
.entry-content form .form-table th, .entry-content form .area-table th {
  padding-top: 29px;
  vertical-align: top;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table th, .entry-content form .area-table th {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table th, .entry-content form .area-table th {
    font-size: 100%;
    padding-top: 20px;
  }
}
.entry-content form .form-table td, .entry-content form .area-table td {
  text-align: right;
  padding: 29px 0 32px;
  padding-right: 44px;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table td, .entry-content form .area-table td {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td, .entry-content form .area-table td {
    font-size: 92.8571428571%;
    padding: 15px 0 20px;
  }
}
.entry-content form .form-table td span, .entry-content form .area-table td span {
  font-size: 93.75%;
  display: block;
  text-align: left;
  color: #333;
  padding-top: 12px;
}
.entry-content form .form-table td span.error, .entry-content form .area-table td span.error {
  color: #AA331D;
  font-weight: 600;
}
.entry-content form .form-table td span.note, .entry-content form .area-table td span.note {
  font-size: 87.5%;
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td span.note, .entry-content form .area-table td span.note {
    font-size: 92.8571428571%;
  }
}
.entry-content form .form-table td span.prefectures, .entry-content form .area-table td span.prefectures {
  display: inline-block;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table td span.prefectures, .entry-content form .area-table td span.prefectures {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td span.prefectures, .entry-content form .area-table td span.prefectures {
    padding-top: 0;
  }
}
.entry-content form .form-table td span.prefectures select, .entry-content form .area-table td span.prefectures select {
  font-size: 114.2857142857%;
  border-radius: 0;
  color: #2A2B2C;
  border: solid 1px #ccc;
  padding: 4px 40px 4px 15px;
  background: #fff url(../images/select-bg.png) no-repeat right 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td span.prefectures select, .entry-content form .area-table td span.prefectures select {
    font-size: 16px;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: -10px;
  }
  .entry-content form .form-table td span.prefectures select option, .entry-content form .area-table td span.prefectures select option {
    font-size: 16px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td span.prefectures input[name="__children[address_prefecture][]"], .entry-content form .area-table td span.prefectures input[name="__children[address_prefecture][]"] {
    font-size: 123.0769230769%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.entry-content form .form-table td.addressNo, .entry-content form .area-table td.addressNo {
  position: relative;
  text-align: left;
  width: 655px;
  margin-left: auto;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table td.addressNo, .entry-content form .area-table td.addressNo {
    width: 92%;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td.addressNo, .entry-content form .area-table td.addressNo {
    width: 95%;
  }
  .entry-content form .form-table td.addressNo .note, .entry-content form .area-table td.addressNo .note {
    display: block;
    width: calc(100vw - 40px);
    margin-left: -5%;
  }
}
.entry-content form .form-table td.addressNo::before, .entry-content form .area-table td.addressNo::before {
  position: absolute;
  content: "〒";
  top: 36px;
  left: -24px;
  font-size: 112.5%;
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td.addressNo::before, .entry-content form .area-table td.addressNo::before {
    top: 23px;
  }
}
.entry-content form .form-table td input[type=text], .entry-content form .area-table td input[type=text] {
  font-size: 114.2857142857%;
  width: 655px;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 8px 10px 9px;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table td input[type=text], .entry-content form .area-table td input[type=text] {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td input[type=text], .entry-content form .area-table td input[type=text] {
    font-size: 123.0769230769%;
    width: 125%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: -12.25%;
  }
}
.entry-content form .form-table td input[type=text]:-moz-placeholder-shown, .entry-content form .area-table td input[type=text]:-moz-placeholder-shown {
  color: #808080;
}
.entry-content form .form-table td input[type=text]:-ms-input-placeholder, .entry-content form .area-table td input[type=text]:-ms-input-placeholder {
  color: #808080;
}
.entry-content form .form-table td input[type=text]:placeholder-shown, .entry-content form .area-table td input[type=text]:placeholder-shown {
  color: #808080;
}
.entry-content form .form-table td input[type=text][name=address_name], .entry-content form .area-table td input[type=text][name=address_name] {
  width: 570px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 930px) {
  .entry-content form .form-table td input[type=text][name=address_name], .entry-content form .area-table td input[type=text][name=address_name] {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table td input[type=text][name=address_name], .entry-content form .area-table td input[type=text][name=address_name] {
    width: 125%;
    margin-top: 12.5px;
    margin-left: -12.25%;
  }
}
.entry-content form .form-table .form-title, .entry-content form .area-table .form-title {
  font-size: 114.2857142857%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table .form-title, .entry-content form .area-table .form-title {
    font-size: 87.5%;
    display: block;
    width: 100%;
  }
}
.entry-content form .form-table .form-title.-required, .entry-content form .area-table .form-title.-required {
  position: relative;
}
@media screen and (max-width: 640px) {
  .entry-content form .form-table .form-title.-required, .entry-content form .area-table .form-title.-required {
    font-size: 87.5%;
  }
}
.entry-content form .form-table .form-title.-required::after, .entry-content form .area-table .form-title.-required::after {
  display: inline-block;
  position: relative;
  font-size: 75%;
  content: "必須";
  background-color: #B24540;
  color: #fff;
  line-height: 1;
  padding: 3px 4px 4px;
  margin-left: 10px;
  top: -1.5px;
}

.send-btn {
  text-align: center;
  margin-top: 46px;
}
.send-btn .not-check {
  background-color: #ccc;
  border: solid #999 2px;
  color: #666;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.send-btn .send {
  background-color: #fff;
  border: solid 2px #D16A6E;
  color: #D16A6E;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.send-btn .send:hover {
  background-color: #D16A6E;
  border: solid 2px transparent;
  color: #fff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.send-btn input[value=入力内容の確認] {
  font-size: 128.5714285714%;
  font-weight: 600;
  padding: 18px 67px;
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-main-color: #9ba82a;
  --form-bg-color: #EEF0DF;
  --form-caution-color: #F57100;
  --form-alert-color: #BB3D38;
  --form-alert-bg-color: #FFF0F0;
  --form-required-color: #F57100;
  --form-heading-color: #6F7920;
  --form-heading-bg-color: #EEF0DF;
  --form-border-color: #999999;
  --form-table-border-color: #9ba82a;
  --form-btn-bg-color: #9ba82a;
  --form-btn-edit-color: #6F6F6F;
  --form-progress-bg-color: #F9F6ED;
  --form-number-fontfamily: "Sofia Sans Condensed", "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

*:-moz-placeholder-shown {
  color: #bbb;
}

*:-ms-input-placeholder {
  color: #bbb;
}

*:placeholder-shown {
  color: #bbb;
}
*::-webkit-input-placeholder {
  color: #bbb;
}
*:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #bbb;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.2;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #bbb;
}

*:-ms-input-placeholder {
  color: #bbb;
}

*:placeholder-shown {
  color: #bbb;
}
*::-webkit-input-placeholder {
  color: #bbb;
}
*:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #bbb;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error {
  margin: 0.625rem 0 0;
  color: var(--form-alert-color);
  font-weight: 700;
  line-height: 1.5;
}

.f-field, .f-input-form input[type=text] {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1.0625rem 0.9375rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25rem;
  font-size: min(16px, 1rem);
  line-height: em(20, 16);
}
.f-field.-active, .f-input-form input[type=text].-active {
  ime-mode: active;
}
.f-field.-inactive, .f-input-form input[type=text].-inactive {
  ime-mode: inactive;
}
.f-field.-error, .f-input-form input[type=text].-error {
  background-color: var(--form-alert-bg-color);
  border-color: var(--form-alert-color);
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
}
.f-checkbox > .intext {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-checkbox > .intext::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25rem;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}
.f-checkbox.-error > .intext::after {
  border-color: var(--form-alert-color);
}
@media (max-width: 640px) {
  .f-checkbox > .intext {
    font-size: 0.875rem;
  }
  .f-checkbox > .intext::after {
    top: 0.0625rem;
  }
}

.f-radio {
  display: inline-block;
}
.f-radio > .intext {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio > .intext::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/0.875rem 0.875rem;
  content: "";
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked ~ .intext::after {
  background-image: url(../img/icon-radio-checked.svg);
}
.f-radio.-error > .intext::after {
  border-color: var(--form-alert-color);
}
@media (max-width: 640px) {
  .f-radio > .intext {
    font-size: 0.875rem;
  }
  .f-radio > .intext::after {
    top: 0.0625rem;
  }
}

.f-selectbox, .f-input-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 1.0625rem 2.5rem 1.0625rem 1.0625rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25rem;
  background: #fff url(../images/icon-select.svg) no-repeat right 0.9375rem top 50%;
  background-size: 0.625rem 0.625rem;
  font-size: 1rem;
  line-height: em(20, 16);
}
.f-selectbox::-ms-expand, .f-input-form select::-ms-expand {
  display: none;
}
.f-selectbox.-full, .f-input-form select.-full {
  width: 100%;
}
.f-selectbox.-error, .f-input-form select.-error {
  background-color: var(--form-alert-bg-color);
  border-color: var(--form-alert-color);
}
@media (max-width: 640px) {
  .f-selectbox, .f-input-form select {
    font-size: 0.875rem;
  }
}

.f-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1.0625rem 3rem;
  border-radius: 0.5rem;
  background: var(--form-btn-bg-color);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}
.f-btn::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.25rem;
  font-size: 1.125rem;
}
.f-btn:hover {
  --form-btn-bg-color: #4C5502;
}
.f-btn.-edit {
  background: var(--form-btn-edit-color);
}
.f-btn.-edit::after {
  left: 1.25rem;
  right: auto;
  content: "\f060";
}
@media (max-width: 640px) {
  .f-btn {
    font-size: 0.9375rem;
    padding: 1.125rem 2.5rem;
  }
  .f-btn::after {
    right: 1rem;
    font-size: 1rem;
  }
  .f-btn.-edit::after {
    left: 1rem;
  }
}

.f-input-form {
  margin: 0.625rem 0 0;
}
.f-input-form.-middle {
  max-width: 23.75rem;
}

.f-input-columns {
  list-style: none;
  margin: 0.625rem 0 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-input-columns > li > *:first-child {
  margin-top: 0 !important;
}
.f-input-columns > li + li {
  padding-top: 0.75rem;
}

.f-input-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0.625rem 0 -0.75rem -2rem;
  line-height: 1.5;
}
.f-input-rows.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-input-rows.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-input-rows > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.75rem 2rem;
}
.f-input-rows > li > *:first-child {
  margin-top: 0 !important;
}
.f-input-rows.-reason > li {
  width: calc(50% - 2rem);
}
@media (max-width: 640px) {
  .f-input-rows.-reason > li {
    width: calc(100% - 2rem);
  }
}

.f-input-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0.625rem 0 -0.75rem -2.5rem;
  line-height: 1.5;
}
.f-input-units.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-input-units.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-input-units > .unit {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.75rem 2.5rem;
}
.f-input-units > .unit > *:first-child {
  margin-top: 0 !important;
}
.f-input-units.-name {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.f-input-units.-name > .unit {
  width: calc(50% - 2.5rem);
}
.f-input-units.-barthday {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.f-input-units.-barthday > .unit {
  margin-left: 0;
}
.f-input-units.-barthday > .unit:nth-child(1),
.f-input-units.-barthday > .unit:nth-child(3),
.f-input-units.-barthday > .unit:nth-child(5) {
  width: 5.625rem;
}
.f-input-units.-barthday > .unit:nth-child(2),
.f-input-units.-barthday > .unit:nth-child(4),
.f-input-units.-barthday > .unit:nth-child(6) {
  padding-left: 0.5rem;
}
.f-input-units.-barthday > .unit:nth-child(2),
.f-input-units.-barthday > .unit:nth-child(4) {
  padding-right: 1rem;
}
@media (max-width: 640px) {
  .f-input-units {
    margin-left: -1rem;
  }
  .f-input-units > .unit {
    margin-left: 1rem;
  }
  .f-input-units.-name > .unit {
    width: calc(50% - 1rem);
  }
}

.f-input-confirm {
  margin: 0.625rem 0 0;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .f-input-confirm {
    font-size: 0.875rem;
  }
}

.f-toConfirm {
  margin: 5rem 0 0;
}
.f-toConfirm > .submit {
  max-width: 20rem;
  margin: 0 auto;
}
.f-toConfirm > .text {
  margin: 1.5rem 0 0;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 640px) {
  .f-toConfirm {
    margin-top: 2.5rem;
  }
  .f-toConfirm > .text {
    font-size: 0.875rem;
  }
}

.f-toSend {
  margin: 5rem 0 0;
}
.f-toSend > .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 -0.625rem -1rem;
}
.f-toSend > .submit.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-toSend > .submit.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-toSend > .submit > .unit {
  display: block;
  width: 20rem;
  margin: 0 0.625rem 1rem;
}
.f-toSend > .text {
  margin: 1.5rem 0 0;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 640px) {
  .f-toSend {
    margin-top: 2.5rem;
  }
  .f-toSend > .text {
    font-size: 0.875rem;
  }
}

.f-toInput {
  margin: 7.5rem 0 0;
}
.f-toInput > .btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 5rem;
  border-radius: 0.5rem;
  background: var(--form-btn-bg-color);
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f-toInput > .btn::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2.5rem;
  font-size: 1.25rem;
}
.f-toInput > .btn:hover {
  --form-btn-bg-color: #4C5502;
}
.f-toInput > .text {
  margin: 1.5rem 0 0;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 640px) {
  .f-toInput {
    margin-top: 3.75rem;
  }
  .f-toInput > .btn {
    padding: 1.25rem 2.5rem;
    font-size: 0.9375rem;
  }
  .f-toInput > .btn::after {
    right: 1rem;
    font-size: 1rem;
  }
  .f-toInput > .text {
    font-size: 0.875rem;
  }
}

.f-section {
  padding: 5rem 0 7.5rem;
}
.f-section > .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .f-section {
    padding: 3rem 0 4rem;
  }
}

.f-heading-a {
  margin: 1.875rem 0 0;
  font-size: 1.125rem;
  color: var(--form-heading-color);
  font-weight: 700;
  line-height: 1.5;
}
.f-heading-a.-required::after {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.8em;
  border-radius: 0.25rem;
  background: var(--form-required-color);
  font-size: 0.8888888889rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  content: "必須";
}
@media (max-width: 640px) {
  .f-heading-a {
    font-size: 0.9375rem;
  }
}

.f-heading-b {
  margin: 0.9375rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .f-heading-b {
    font-size: 0.875rem;
  }
}

.f-progress-container {
  padding: 5rem 0;
  background: var(--form-progress-bg-color);
  overflow: hidden;
}
.f-progress-container > .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .f-progress-container {
    padding: 0.75rem 0 0.75rem;
  }
}

.f-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 0 -1rem;
  counter-reset: progress;
}
.f-progress.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-progress.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-progress::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.0625rem;
  right: 1.0625rem;
  height: 1px;
  margin: auto;
  background: #000;
  content: "";
}
.f-progress > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.25rem 0.75rem;
  background: var(--form-progress-bg-color);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-progress > li.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-progress > li.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-progress > li::before {
  display: block;
  margin-right: 0.25em;
  font-size: em(24, 20);
  color: var(--form-heading-color);
  counter-increment: progress;
  content: counter(progress) ".";
  opacity: 0.4;
}
.f-progress > li > .txt {
  display: block;
  opacity: 0.4;
}
.f-progress > li.-current::before {
  opacity: 1;
}
.f-progress > li.-current > .txt {
  opacity: 1;
}
@media (max-width: 640px) {
  .f-progress {
    margin: 0 -0.5rem;
  }
  .f-progress::before {
    top: 0.8125rem;
    left: 0.5625rem;
    right: 0.5625rem;
  }
  .f-progress > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0.5rem;
    padding: 0;
    font-size: 0.6875rem;
  }
  .f-progress > li::before {
    margin-right: 0;
    font-size: 1.125rem;
  }
}

.f-page-intro > .heading {
  margin: 0;
  font-size: 1.75rem;
  color: var(--form-heading-color);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-page-intro > .lead {
  margin: 2rem 0 0;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
}
.f-page-intro > .box {
  margin: 2rem 0 0;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background: var(--form-heading-bg-color);
}
.f-page-intro > .box > *:first-child {
  margin-top: 0 !important;
}
.f-page-intro > .box > .head {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.f-page-intro > .box > .head.-caution {
  color: var(--form-caution-color);
}
.f-page-intro > .box > .text {
  margin: 1em 0 0;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
}
.f-page-intro > .return {
  margin: 2rem 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.f-page-intro > .return a.link {
  color: var(--form-heading-color);
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 640px) {
  .f-page-intro > .heading {
    font-size: 1.25rem;
  }
  .f-page-intro > .lead {
    font-size: 0.875rem;
  }
  .f-page-intro > .box {
    padding: 1.5rem;
  }
  .f-page-intro > .box > .head {
    font-size: 0.875rem;
  }
  .f-page-intro > .box > .text {
    font-size: 0.875rem;
  }
  .f-page-intro > .return {
    font-size: 0.875rem;
  }
}

.f-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 10rem 4% 1fr;
  grid-template-columns: 10rem 1fr;
  gap: 0 4%;
  margin: 3.75rem auto 0;
}

.f-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.f-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.f-grid > .gridRow {
  display: contents;
}
.f-grid > .gridRow > .gridCell {
  padding: 3.75rem 0;
  border-bottom: 1px solid var(--form-border-color);
}
.f-grid > .gridRow > .gridCell > *:first-child {
  margin-top: 0 !important;
}
.f-grid > .gridRow:first-of-type > .gridCell {
  border-top: 1px solid var(--form-border-color);
}
.f-grid > .gridRow > .gridCell > .gridHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 1.125rem;
  color: var(--form-heading-color);
  font-weight: 700;
  line-height: 1.5;
}
.f-grid > .gridRow > .gridCell > .gridHeading.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-grid > .gridRow > .gridCell > .gridHeading.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-grid > .gridRow > .gridCell > .gridHeading.-required::after {
  display: block;
  margin-top: 0.5rem;
  padding: 0.125rem 0.8em;
  border-radius: 0.25rem;
  background: var(--form-required-color);
  font-size: 0.8888888889rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  content: "必須";
}
.f-grid > .gridRow > .gridCell > .gridHeading > .txt {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .f-grid {
    display: block;
    border-top: 1px solid var(--form-border-color);
    border-bottom: 1px solid var(--form-border-color);
  }
  .f-grid > .gridRow {
    display: block;
  }
  .f-grid > .gridRow + .gridRow {
    border-top: 1px solid var(--form-border-color);
  }
  .f-grid > .gridRow > .gridCell {
    padding: 2rem 0;
    border-bottom: none;
  }
  .f-grid > .gridRow:first-of-type > .gridCell {
    border-top: none;
  }
  .f-grid > .gridRow > .gridCell:first-of-type {
    border-bottom: 1px dashed var(--form-table-border-color);
  }
  .f-grid > .gridRow > .gridCell > .gridHeading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9375rem;
  }
  .f-grid > .gridRow > .gridCell > .gridHeading.-required::after {
    margin: 0 0 0 0.5rem;
    font-size: 0.6875rem;
  }
  .f-grid > .gridRow > .gridCell > .gridHeading > .txt {
    width: auto;
  }
}

.f-privacy > .text {
  margin: 0;
  line-height: 1.5;
}
.f-privacy > .box {
  max-height: 18.75rem;
  margin: 2rem 0 0;
  padding: 1.5rem;
  border: 1px solid var(--form-border-color);
  overflow-y: scroll;
}
.f-privacy > .agree {
  margin: 2rem 0 0;
  text-align: center;
}
@media (max-width: 640px) {
  .f-privacy > .text {
    font-size: 0.875rem;
  }
}

.f-privacy-content {
  font-size: 1rem;
  line-height: 2;
}
.f-privacy-content > *:first-child {
  margin-top: 0 !important;
}
.f-privacy-content > h1, .f-privacy-content > h2, .f-privacy-content > h3, .f-privacy-content > h4, .f-privacy-content > h5, .f-privacy-content > p, .f-privacy-content > ul, .f-privacy-content > ol {
  margin: 1em 0 0;
  font-size: 100%;
  line-height: inherit;
}
.f-privacy-content > h1, .f-privacy-content > h2, .f-privacy-content > h3, .f-privacy-content > h4, .f-privacy-content > h5 {
  margin-top: 2em;
}
.f-privacy-content > .listNone {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 640px) {
  .f-privacy-content {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.f-tourTable {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.f-tourTable th, .f-tourTable td {
  padding: 1.25rem 0;
  border-top: 1px dashed var(--form-table-border-color);
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}
.f-tourTable th {
  min-width: 6.875rem;
}
.f-tourTable tr:first-of-type th, .f-tourTable tr:first-of-type td {
  padding-top: 0;
  border-top: none;
}
.f-tourTable tr:last-of-type th, .f-tourTable tr:last-of-type td {
  padding-bottom: 0;
}
@media (max-width: 640px) {
  .f-tourTable {
    display: block;
  }
  .f-tourTable tbody, .f-tourTable tr, .f-tourTable th, .f-tourTable td {
    display: block;
  }
  .f-tourTable th, .f-tourTable td {
    padding: 0;
    font-size: 0.875rem;
    border-top: none;
  }
  .f-tourTable tr + tr {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px dashed var(--form-table-border-color);
  }
  .f-tourTable td {
    margin-top: 0.625rem;
  }
}

.f-tourPlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -1rem -1.5rem;
}
.f-tourPlan.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-tourPlan.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-tourPlan > .unit {
  display: block;
  width: calc(50% - 1.5rem);
  margin: 0 0 1rem 1.5rem;
}
.f-tourPlan > .unit > .head {
  display: block;
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: var(--form-main-color);
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-tourPlan > .unit > .body {
  display: block;
  padding: 0.5rem 0.5rem 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: var(--form-bg-color);
  font-size: 3rem;
  color: var(--form-heading-color);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.f-tourPlan > .unit > .body .num {
  display: inline-block;
  font-family: var(--form-number-fontfamily);
}
.f-tourPlan > .unit > .body .yen {
  display: inline-block;
  font-size: em(28, 48);
}
@media (max-width: 640px) {
  .f-tourPlan > .unit {
    width: calc(100% - 1.5rem);
  }
  .f-tourPlan > .unit > .head {
    font-size: 0.875rem;
  }
  .f-tourPlan > .unit > .body {
    font-size: 2.5rem;
  }
  .f-tourPlan > .unit > .body .yen {
    font-size: em(22, 40);
  }
}

.caution-box {
  margin-top: 1.25rem;
}
.caution-box .consent {
  margin-top: 1.25rem;
}

.f-tourNotices {
  margin: 5rem 0 0;
}
.f-tourNotices > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  background: var(--form-bg-color);
  font-size: 1.25rem;
  color: var(--form-heading-color);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.f-tourNotices > .head > .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  padding: 0.75rem 0.5em 0.75rem 1em;
}
.f-tourNotices > .head > .state {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  position: relative;
  width: 3.75rem;
  background: var(--form-main-color);
  color: #fff;
  text-align: center;
}
.f-tourNotices > .head > .state::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  width: 0.75rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
  content: "";
  -webkit-transform-origin: calc(75% - 0.09375rem) calc(75% - 0.09375rem);
          transform-origin: calc(75% - 0.09375rem) calc(75% - 0.09375rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.f-tourNotices > .head.-open {
  background: var(--form-main-color);
  color: #fff;
}
.f-tourNotices > .head.-open > .state::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.f-tourNotices > .body {
  display: none;
  padding: 3.125rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: var(--form-bg-color);
}
.f-tourNotices > .body > *:first-child {
  margin-top: 0 !important;
}
.f-tourNotices > .body > .heading {
  margin: 3.125rem 0 0;
  padding: 0.5rem 1em;
  background: #fff;
  font-size: 1.5rem;
  color: var(--form-heading-color);
  font-weight: 700;
  line-height: 1.5;
}
.f-tourNotices > .body > .text {
  margin: 1.25rem 0 0;
  font-size: 1.125rem;
  line-height: 1.75;
}
.f-tourNotices > .body > .text strong {
  color: var(--form-heading-color);
  font-weight: 700;
}
@media (max-width: 640px) {
  .f-tourNotices {
    margin-top: 2.5rem;
  }
  .f-tourNotices > .head {
    font-size: 1rem;
  }
  .f-tourNotices > .head > .txt {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .f-tourNotices > .head > .state {
    width: 2.5rem;
  }
  .f-tourNotices > .body {
    padding: 1.5rem;
  }
  .f-tourNotices > .body > .heading {
    margin-top: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
  }
  .f-tourNotices > .body > .text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.f-tourNotices-flow {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  counter-reset: flow;
}
.f-tourNotices-flow > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.125rem;
  line-height: 1.5;
  counter-increment: flow;
}
.f-tourNotices-flow > li.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-tourNotices-flow > li.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-tourNotices-flow > li::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1rem;
  background: var(--form-main-color);
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
  content: counter(flow);
}
.f-tourNotices-flow > li strong {
  color: var(--form-alert-color);
  font-weight: 700;
}
.f-tourNotices-flow > li > .in {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
}
.f-tourNotices-flow > li + li {
  margin-top: 1rem;
}
@media (max-width: 640px) {
  .f-tourNotices-flow {
    margin-top: 1rem;
  }
  .f-tourNotices-flow > li {
    font-size: 0.875rem;
  }
  .f-tourNotices-flow > li::before {
    margin-right: 0.5rem;
  }
  .f-tourNotices-flow > li > .in {
    padding: 0.25rem 0;
  }
  .f-tourNotices-flow > li + li {
    margin-top: 0.5rem;
  }
}

.f-tourNotices-cancel {
  margin: 1.5rem 0 0;
  overflow-x: auto;
}
.f-tourNotices-cancel > .grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 0.5rem auto;
  grid-template-rows: repeat(2, auto);
  -ms-grid-columns: auto 0.5rem auto 0.5rem auto 0.5rem auto 0.5rem auto 0.5rem auto;
  grid-template-columns: repeat(6, auto);
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.f-tourNotices-cancel > .grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.f-tourNotices-cancel > .grid > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.f-tourNotices-cancel > .grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.f-tourNotices-cancel > .grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.f-tourNotices-cancel > .grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.f-tourNotices-cancel > .grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.f-tourNotices-cancel > .grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.f-tourNotices-cancel > .grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.f-tourNotices-cancel > .grid > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.f-tourNotices-cancel > .grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.f-tourNotices-cancel > .grid > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.f-tourNotices-cancel > .grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.f-tourNotices-cancel dt, .f-tourNotices-cancel dd {
  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;
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.f-tourNotices-cancel dt > .cell, .f-tourNotices-cancel dd > .cell {
  display: block;
}
.f-tourNotices-cancel dt {
  background: var(--form-main-color);
  color: #fff;
}
.f-tourNotices-cancel dd {
  background: #fff;
  color: var(--form-heading-color);
}
.f-tourNotices-cancel dd.percent {
  line-height: 1.25;
}
.f-tourNotices-cancel dd.percent .num {
  font-family: var(--form-number-fontfamily);
  font-size: 3rem;
}
.f-tourNotices-cancel dd.percent .per {
  font-size: 1.75rem;
}
@media (max-width: 640px) {
  .f-tourNotices-cancel {
    margin: 1.5rem -1.5rem 0;
    padding: 0 1.5rem;
  }
  .f-tourNotices-cancel dt, .f-tourNotices-cancel dd {
    font-size: 0.875rem;
  }
  .f-tourNotices-cancel dd.percent {
    line-height: 1.25;
  }
  .f-tourNotices-cancel dd.percent .num {
    font-size: 2.5rem;
  }
  .f-tourNotices-cancel dd.percent .per {
    font-size: 1.375rem;
  }
}

.f-tourCompanion {
  margin: 3.75rem 0 0;
}
.f-tourCompanion > .heading {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background: var(--form-heading-bg-color);
  font-size: 1.125rem;
  color: var(--form-heading-color);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .f-tourCompanion > .heading {
    font-size: 0.9375rem;
  }
}