@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
  font-weight: normal;
}

a:link, a:visited {
  text-decoration: none;
  color: #633000;
}

a:hover {
  text-decoration: underline;
  color: #ff802c;
}

.stopScrolling {
  overflow-y: hidden;
}

[v-cloak] {
  display: none;
}

.mt-25 {
  margin-top: 25px !important;
}

.l-header {
  z-index: 3;
  width: 100%;
  top: 0;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0px 5px #cecece;
}

.l-content {
  margin-bottom: 75px;
}

.l-footer {
  padding: 25px 10px;
  background-color: #fdd4b8;
}

.l-wrapper {
  width: 100%;
  padding: 50px 0;
}
.l-wrapper--bgColored {
  background-color: #fbfaf4;
}
.l-wrapper__single {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 15px;
}
.l-wrapper__single--center {
  text-align: center;
}
.l-wrapper__double {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 15px;
}
.l-wrapper__left {
  width: 810px;
  padding: 15px 0;
}
.l-wrapper__right {
  width: calc(100% - 810px);
  padding: 15px;
}
@media screen and (max-width: 980px) {
  .l-wrapper__double {
    padding: 25px;
  }
  .l-wrapper__left {
    width: 70%;
  }
  .l-wrapper__right {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 10px;
  }
  .l-wrapper__double {
    display: block;
  }
  .l-wrapper__left {
    width: 100%;
  }
  .l-wrapper__right {
    width: 100%;
  }
}

.u-simpleLink:link, .u-simpleLink:visited {
  color: #252525;
}
.u-simpleLink:hover {
  text-decoration: none;
  color: #7c4119;
}

.p-header {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 15px 10px;
  }
}
.p-header__logo {
  font-size: 3rem;
}
@media screen and (max-width: 980px) {
  .p-header__logo {
    font-size: 2.5rem;
  }
}
.p-header__logoLink {
  contain: "";
}
.p-header__sp {
  display: none;
  cursor: pointer;
  font-size: 3rem;
  color: #f36100;
}
@media screen and (max-width: 768px) {
  .p-header__sp {
    display: flex;
  }
}
.p-header__spIcon {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  filter: invert(43%) sepia(77%) saturate(4520%) hue-rotate(13deg) brightness(105%) contrast(104%);
}

.p-search {
  position: fixed;
  opacity: 0;
  right: -100px;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 4;
  padding: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.p-search__notice {
  margin: 75px 0 0 0;
  text-align: center;
  color: #ad5013;
  display: none;
}
.p-search__outer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(153, 153, 153, 0.7);
  top: 0;
  left: 0;
}
.p-search--show {
  display: block;
  opacity: 1;
  width: 100%;
  pointer-events: auto;
  right: 0;
  padding: 35px;
}
.p-search--hide {
  right: -100px;
  width: 0;
  padding: 0;
  pointer-events: none;
}
.p-search__wrapper {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  padding: 50px 45px;
}
@media screen and (max-width: 768px) {
  .p-search__wrapper {
    width: 95%;
  }
}
.p-search__categories {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 45px auto 75px auto;
}
.p-search__category {
  display: inline-block;
  width: calc(100% - 10px);
  margin: 20px 0px 0 0px;
  cursor: pointer;
  text-align: center;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
  border-top: 3px #ffffff solid;
  border-bottom: 1px #f36100 solid;
  background-color: #fbfaf4;
}
.p-search__category--active {
  background-color: #ffffff;
  border-top: 3px #fdd4b8 solid;
  border-bottom: 1px #ffffff solid;
}
.p-search__category:hover {
  background-color: #ffffff;
  border-top: 3px #f36100 solid;
  border-bottom: 1px #ffffff solid;
}
.p-search__icon {
  width: 25px;
  height: 25px;
  margin: 5px auto;
}
.p-search__iconImg {
  filter: invert(43%) sepia(77%) saturate(4520%) hue-rotate(13deg) brightness(105%) contrast(104%);
}
.p-search__inputWrapper {
  position: relative;
  width: 100%;
  margin: 15px auto 75px auto;
  padding: 0 50px;
}
.p-search__searchIcon {
  position: absolute;
  left: 55px;
  top: 5px;
  width: 35px;
  height: 35px;
}
.p-search__searchIconImg {
  width: 100%;
  filter: invert(43%) sepia(77%) saturate(4520%) hue-rotate(13deg) brightness(105%) contrast(104%);
}
.p-search__input {
  margin-left: 50px;
  padding: 15px;
  width: calc(100% - 35px);
  border: 1px dotted #000000;
  border-radius: 15px 0 15px 15px;
  background-color: #ffffff;
}
.p-search__closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.p-search__closeIcon {
  width: 45px;
  filter: invert(43%) sepia(77%) saturate(4520%) hue-rotate(13deg) brightness(105%) contrast(104%);
}

.p-hamburgerMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 0;
  right: 0;
  background-color: #fbfaf4;
  z-index: 3;
  transition: all 0.5s;
  pointer-events: none;
}
.p-hamburgerMenu--isopen {
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  width: 100%;
  top: 0;
}
.p-hamburgerMenu__title {
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
  margin-top: 45px;
}
.p-hamburgerMenu__closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 4.5rem;
  cursor: pointer;
  color: #ffffff;
  z-index: 3;
}
.p-hamburgerMenu__closeIcon {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(101%) contrast(102%);
}
.p-hamburgerMenu__lightOrangelayer {
  position: absolute;
  right: -1000px;
  height: 100%;
  width: 97%;
  background-color: #fdd4b8;
  transition: all 0.8s;
  pointer-events: none;
}
.p-hamburgerMenu__lightOrangelayer--isopen {
  right: 0;
  pointer-events: auto;
}
.p-hamburgerMenu__orangelayer {
  position: absolute;
  right: -1000px;
  height: 100%;
  width: 95%;
  background-color: #f36100;
  transition: all 1.2s;
  pointer-events: none;
}
.p-hamburgerMenu__orangelayer--isopen {
  right: 0;
  pointer-events: auto;
}
.p-hamburgerMenu__nav {
  width: 95%;
  margin: 45px auto 0 auto;
}
.p-hamburgerMenu__list {
  width: 100%;
}
.p-hamburgerMenu__item {
  padding: 15px 15px 15px 35px;
  text-align: left;
  font-size: 2rem;
  border-bottom: 1px #fdd4b8 dotted;
}
.p-hamburgerMenu__link:link, .p-hamburgerMenu__link:visited {
  color: #ffffff;
}

.p-navi {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-navi {
    display: none;
  }
}
.p-navi__item {
  padding: 0 35px 0 35px;
  text-align: center;
  border-right: 1px #332909 dotted;
  cursor: pointer;
  pointer-events: fill;
}
.p-navi__item:last-child {
  border-right: none;
  padding: 0 25px 0 25px;
}
.p-navi__link {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 980px) {
  .p-navi__link {
    font-size: 1.4rem;
  }
}
.p-navi__icon {
  width: 25px;
  display: block;
  margin: 0 auto 5px auto;
  width: 30px;
  height: 30px;
  pointer-events: fill;
  filter: invert(43%) sepia(77%) saturate(4520%) hue-rotate(13deg) brightness(105%) contrast(104%);
}
@media screen and (max-width: 980px) {
  .p-navi__icon {
    font-size: 2rem;
  }
}
.p-navi__icon:hover {
  filter: invert(26%) sepia(19%) saturate(2816%) hue-rotate(348deg) brightness(95%) contrast(88%);
}
.p-navi__icon--wide {
  width: 40px;
}

.p-footer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.p-footer__logo {
  font-size: 2rem;
}
.p-footer__navi {
  display: flex;
  justify-content: center;
}
.p-footer__naviLink {
  margin: 10px;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px;
}
.p-footer__naviLink:hover {
  text-decoration: underline;
}

.p-topMainImage {
  position: relative;
  height: 450px;
  background-image: url("/assets/img/top/mainImage.jpeg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-topMainImage {
    height: 250px;
  }
}
.p-topMainImage__catchcopy {
  position: absolute;
  font-size: 5.5rem;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-topMainImage__catchcopy {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-topMainImage__catchcopy {
    font-size: 2.8rem;
  }
}

.p-dirCategories {
  display: flex;
  flex-wrap: wrap;
}
.p-dirCategories__card {
  margin: 10px;
  width: calc(33.3333333333% - 20px);
  border-radius: 15px;
  box-shadow: 0 0px 5px #cecece;
}
@media screen and (max-width: 768px) {
  .p-dirCategories__card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 568px) {
  .p-dirCategories__card {
    width: 100%;
  }
}
.p-dirCategories__card--banner {
  text-align: center;
  box-shadow: none;
}
.p-dirCategories__header {
  position: relative;
  padding: 15px 15px 5px 55px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  background-color: #fdd4b8;
}
.p-dirCategories__icon {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #f36100;
  padding: 10px;
  border-radius: 35% 35% 0 35%;
  color: #ffffff;
  font-size: 2.5rem;
  width: 50px;
}
.p-dirCategories__img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(101%) contrast(102%);
}
.p-dirCategories__subcategories {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.p-dirCategories__subcategory {
  margin: 5px 10px 0 0;
}

.p-dirAreas__header {
  display: flex;
}
.p-dirAreas__icon {
  font-size: calc(4.5rem - 15px);
  color: #f36100;
  margin-right: 10px;
  width: 45px;
}
.p-dirAreas__img {
  filter: invert(43%) sepia(77%) saturate(4520%) hue-rotate(13deg) brightness(105%) contrast(104%);
}
.p-dirAreas__title {
  font-size: 3rem;
}
.p-dirAreas__table {
  display: table;
  margin-top: 25px;
}
.p-dirAreas__tr {
  display: table-row;
}
.p-dirAreas__td {
  display: table-cell;
  padding: 10px;
}
.p-dirAreas__td--area {
  border-radius: 10px 0 0 10px;
  width: 175px;
  background-color: #fbfaf4;
  border: 1px dotted #ff7139;
}
.p-dirAreas__td--prefecture {
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0px 5px #cecece;
}
.p-dirAreas__areaIcon {
  width: 13px;
  display: inline-block;
}
.p-dirAreas__prefectureList {
  display: flex;
  flex-wrap: wrap;
}
.p-dirAreas__prefecture {
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-dirAreas__icon {
    font-size: 3.5rem;
  }
  .p-dirAreas__title {
    font-size: 2rem;
  }
  .p-dirAreas__table {
    display: block;
    margin-top: 25px;
  }
  .p-dirAreas__tr {
    display: block;
  }
  .p-dirAreas__td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .p-dirAreas__td--area {
    border-radius: 10px 10px 0 0;
  }
  .p-dirAreas__td--prefecture {
    box-shadow: none;
    border-radius: 0 0 10px 10px;
  }
}

.p-dirCard {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px 0 15px 15px;
  padding: 15px;
  box-shadow: 0 0px 5px #cecece;
}
.p-dirCard__category {
  position: absolute;
  top: -10px;
  right: -5px;
  background-color: #f36100;
  color: #ffffff;
  padding: 7px 15px;
  border-radius: 7px 0 7px 7px;
  font-size: 1.2rem;
}
.p-dirCard__image {
  width: 300px;
  padding: 10px;
  height: 250px;
}
.p-dirCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-dirCard__content {
  max-width: calc(100% - 300px);
  padding: 10px;
}
.p-dirCard__title {
  font-size: 2rem;
  border-bottom: 1px #f36100 dotted;
  padding: 10px 0;
}
.p-dirCard__rank {
  margin: 10px 0;
}
.p-dirCard__infoTable {
  display: table;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #fdd4b8;
  border-radius: 0 15px 15px 0;
}
.p-dirCard__infoRow {
  display: table-row;
}
.p-dirCard__infoTh {
  display: table-cell;
  padding: 10px;
  background-color: #fdd4b8;
  border-bottom: 1px solid #ffffff;
}
.p-dirCard__infoTd {
  display: table-cell;
  padding: 10px;
}

.p-dirDetail__header {
  font-size: 4.5rem;
}
.p-dirDetail__gallery {
  margin-top: 25px;
}
.p-dirDetail__galleryWrapper {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
.p-dirDetail__galleryImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-dirDetail__description {
  margin: 25px 0;
  line-height: 1.5;
  padding: 15px 10px;
}
.p-dirDetail__reviews {
  box-sizing: border-box;
}
.p-dirDetail__reviewsHeader {
  width: 100%;
  font-size: 3rem;
  display: inline-block;
  margin-top: 15px;
  border-bottom: 2px dotted #f36100;
  padding-bottom: 10px;
}
.p-dirDetail__reviewBtn {
  max-width: 250px;
  width: 75%;
  margin: 15px auto;
  padding: 5px 0;
  text-align: center;
  background-color: #f36100;
  cursor: pointer;
  color: #ffffff;
}
.p-dirDetail__reviewBtn:hover {
  background-color: #7c4119;
}
.p-dirDetail__reviewLink {
  display: block;
}
.p-dirDetail__reviewLink:link, .p-dirDetail__reviewLink:visited {
  color: #ffffff;
}
.p-dirDetail__icon {
  width: 15px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(101%) contrast(102%);
}

.p-dirReviewCard {
  position: relative;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  border: 1px #fdd4b8 solid;
}
.p-dirReviewCard--activate {
  background-color: #fbfaf4;
}
.p-dirReviewCard__submenuWrapper {
  position: absolute;
  top: -7px;
  right: -7px;
}
.p-dirReviewCard__editButton {
  font-size: 1.2rem;
  cursor: pointer;
  background-color: #fff;
  padding: 7px;
  color: #633000;
  font-weight: bold;
  border-radius: 0 5px 0 50%;
  border: 1px #fdd4b8 solid;
  box-shadow: 0 0px 5px #cecece;
}
.p-dirReviewCard__editButton:hover {
  background-color: #fdd4b8;
  color: #ffffff;
}
.p-dirReviewCard__submenu {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #ffffff;
  box-shadow: 0 0px 5px #cecece;
}
.p-dirReviewCard__link {
  position: relative;
  display: flex;
  padding: 5px 50px;
  border: solid 1px #fdd4b8;
  text-align: center;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: bold;
}
.p-dirReviewCard__link:hover {
  background-color: #fdd4b8;
}
.p-dirReviewCard__link--close {
  background-color: #fbfaf4;
  font-weight: normal;
  color: #757575;
}
.p-dirReviewCard__icon {
  width: 15px;
}
.p-dirReviewCard__icon2 {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 15px;
}
.p-dirReviewCard__user {
  width: 75px;
}
.p-dirReviewCard__userImage {
  width: 100%;
  margin-top: 15px;
}
.p-dirReviewCard__userImg {
  width: 100%;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
}
.p-dirReviewCard__username {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-dirReviewCard__review {
  width: calc(100% - 110px);
  padding: 5px 25px;
}
.p-dirReviewCard__date {
  margin: 10px 0;
  display: block;
  font-size: 1.2rem;
}
.p-dirReviewCard__body {
  line-height: 1.5;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.p-dirInfo {
  position: sticky;
  top: 100px;
  margin-top: 50px;
}
.p-dirInfo__companyName {
  display: flex;
  background-color: #f36100;
  padding: 10px;
  color: #ffffff;
}
.p-dirInfo__icon {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.p-dirInfo__googleMap {
  border: #fdd4b8 1px solid;
  padding: 10px;
}
.p-dirInfo__list {
  margin-top: 0;
}
.p-dirInfo__ttl {
  background-color: #fdd4b8;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-dirInfo__detail {
  padding: 10px;
  border: #fdd4b8 1px solid;
}

.p-boaCategories {
  display: flex;
  flex-wrap: wrap;
}
.p-boaCategories__card {
  margin: 10px;
  width: calc(50% - 20px);
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 0px 5px #cecece;
}
.p-boaCategories__card--wide {
  width: 100%;
}
.p-boaCategories__header {
  position: relative;
  padding: 10px 40px 10px 55px;
  font-size: 2rem;
  font-weight: bold;
}
.p-boaCategories__icon {
  position: absolute;
  top: -7px;
  left: -15px;
  background-color: #f36100;
  padding: 10px;
  border-radius: 35% 35% 0 35%;
  color: #ffffff;
  font-size: 2.5rem;
  width: 50px;
}
.p-boaCategories__board {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-boaCategories {
    display: block;
  }
  .p-boaCategories__card {
    width: 95%;
    margin: auto;
  }
}

.p-boaPost__listTitle {
  margin: 0 0 25px 0;
  text-transform: capitalize;
  font-size: 3rem;
}
.p-boaPost__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.p-boaPost__tr {
  display: table-row;
}
.p-boaPost__th {
  display: table-cell;
  background-color: #fdd4b8;
  font-weight: bold;
  padding: 5px;
  font-size: 1.2rem;
}
.p-boaPost__td {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  border: 1px dotted #d1d1d1;
}
.p-boaPost__td--user {
  width: 50px;
}
.p-boaPost__td--answers {
  width: 30px;
}
.p-boaPost__td--views {
  width: 30px;
}
.p-boaPost__avatar {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
.p-boaPost__seeMore {
  text-align: right;
  margin: 15px;
}
.p-boardDetailCard {
  box-shadow: 0 0px 5px #cecece;
  margin-bottom: 15px;
  border-radius: 15px 0 15px 15px;
  padding: 15px;
}
.p-boardDetailCard--answers {
  margin-left: 15px;
}
.p-boardDetailCard__header {
  padding: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #f36100;
  font-size: 2rem;
}
.p-boardDetailCard__info {
  display: flex;
  padding: 15px;
}
.p-boardDetailCard__user {
  width: 75px;
  height: 75px;
  margin-right: 15px;
}
.p-boardDetailCard__image {
  width: 100%;
  height: 100%;
}
.p-boardDetailCard__userImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 1px 50%;
}
.p-boardDetailCard__userName {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
}
.p-boardDetailCard__content {
  width: calc(100% - 75px);
  padding: 0 15px 10px 15px;
}
.p-boardDetailCard__date {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.p-boardDetailCard__body {
  line-height: 1.5;
  font-size: 1.6rem;
}
.p-boardDetailCard__subanswers {
  text-align: center;
  cursor: pointer;
}

.p-bloList {
  display: flex;
  flex-wrap: wrap;
}
.p-bloList__card {
  position: relative;
  width: calc(100% - 20px);
  padding: 10px;
  margin: 15px 10px;
  border-radius: 15px;
  box-shadow: 0 0px 5px #cecece;
}
.p-bloList__card--two {
  width: calc(50% - 20px);
}
.p-bloList__card--three {
  width: calc(33.3333333333% - 20px);
}
.p-bloList__category {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px;
  background-color: #f36100;
  border-radius: 7px 0 7px 7px;
  color: #ffffff;
}
.p-bloList__image {
  height: 200px;
}
.p-bloList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.p-bloList__title {
  padding: 15px 10px 0 10px;
  font-size: 2rem;
}
.p-bloList__date {
  padding: 10px 10px 0 10px;
  font-size: 1.2rem;
}
.p-bloList__summary {
  padding: 10px 10px 0 10px;
}
@media screen and (max-width: 980px) {
  .p-bloList__card {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-bloList {
    display: block;
  }
  .p-bloList__card {
    width: 95%;
    margin: 20px auto;
  }
}

.p-form__wrapper {
  width: 95%;
  max-width: 750px;
  margin: auto;
  padding: 50px;
  border-radius: 15px;
}
.p-form__ttl {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  color: #7c4119;
}
.p-form__ttl::after {
  position: absolute;
  content: " ";
  width: 75px;
  border-bottom: 3px solid #7c4119;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-form__field {
  position: relative;
  padding: 25px 0;
  background-color: #ffffff;
}
.p-form__p-form__grouper {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fdd4b8;
}
.p-form__label {
  position: absolute;
  top: 50%;
  left: -7px;
  background-color: #fae5d2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 0;
  color: #633000;
  padding: 10px;
  transition: top 0.5s ease-out;
  border-radius: 0 15px 15px 0;
  border-bottom: 1px solid #fdd4b8;
  font-size: 14px;
}
.p-form__label--select {
  transition: top 0.5s ease-out;
}
.p-form__label > span {
  margin-right: 7px;
}
.p-form__input {
  border: 1px dotted #fdd4b8;
  padding: 25px;
  width: 100%;
  font-size: 14px;
}
.p-form__input:focus {
  outline: none;
}
.p-form__select {
  position: relative;
  width: 100%;
  border: 1px dotted #fdd4b8;
  padding: 25px;
  color: #633000;
  font-size: 14px;
}
.p-form__textarea {
  position: relative;
  width: 100%;
  border: 1px dotted #fdd4b8;
  padding: 25px;
  color: #633000;
  font-size: 14px;
}
.p-form__textarea:focus {
  outline: none;
}
.p-form__checkboxItem {
  display: inline-block;
  margin-right: 15px;
  padding: 25px 15px;
}
.p-form__checkboxLabel {
  color: #633000;
}
.p-form__checkbox {
  width: 20;
  height: 20;
  appearance: checkbox;
  border: 1px solid #fdd4b8 !important;
}
.p-form__checkboxesTtl {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0 15px 15px 0;
  color: #633000;
  border-bottom: 1px solid #fdd4b8;
  background-color: #fae5d2;
}

.p-formRegister {
  max-width: 720px;
  width: 95%;
  margin: auto;
  padding: 25px 30px;
  border-radius: 45px 45px 0 45px;
  text-align: center;
  box-shadow: 0 0px 5px #cecece;
}
.p-formRegister__header {
  display: inline-block;
  text-align: center;
  margin: 25px auto 30px auto;
}
.p-formRegister__step {
  margin-bottom: 45px;
}
.p-formRegister__step--two {
  margin-top: 45px;
}
.p-formRegister__title {
  margin-top: 15px;
  font-size: 3rem;
}
.p-formRegister__icon {
  display: block;
  margin: auto;
  background-color: #f36100;
  padding: 20px;
  border-radius: 35% 35% 35% 35%;
  width: 95px;
}
.p-formRegister__iconImg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(101%) contrast(102%);
}
.p-formRegister__table {
  display: table;
  width: 100%;
}
.p-formRegister__row {
  display: table-row;
}
.p-formRegister__th {
  display: table-cell;
  padding: 25px 15px 15px 15px;
  text-align: left;
  width: 200px;
  vertical-align: top;
}
.p-formRegister__td {
  display: table-cell;
  padding: 25px 15px 15px 15px;
  vertical-align: middle;
  text-align: left;
}
.p-formRegister__subttl {
  text-align: left;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 15px;
}
.p-formRegister__input {
  border: 1px #7c4119 dotted;
  border-radius: 15px 0 15px 15px;
  padding: 15px;
  width: 100%;
  text-align: left;
}
.p-formRegister__notice {
  margin-top: 5px;
  font-size: 1.2rem;
  padding: 3px 10px;
  display: inline-block;
}
.p-formRegister__message {
  margin-top: 10px;
  display: none;
  color: #f36100;
  font-size: 1.2rem;
  margin-left: 15px;
}
.p-formRegister__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.p-formRegister__btn {
  min-width: 200px;
  width: 45% px;
}
.p-formRegister__thankMessage {
  text-align: left;
  width: 90%;
  margin: auto;
  line-height: 1.5;
  color: #ad5013;
  padding: 45px;
  background-color: #fdd4b8;
  border-radius: 45px 45px 0 45px;
}
.p-formRegister__login {
  display: inline-block;
  margin: 35px auto;
}
.p-formRegister__loginNotice {
  margin-top: 35px;
}
.p-formRegister__loginLink {
  color: #633000;
}
.p-formRegister__loginLink:hover {
  color: #ff802c;
}

.p-formLogin {
  max-width: 720px;
  width: 95%;
  margin: auto;
  padding: 25px 30px;
  border-radius: 45px 45px 0 45px;
  box-shadow: 0 0px 5px #cecece;
}
.p-formLogin__header {
  display: inline;
  text-align: center;
  margin: 25px auto 30px auto;
}
.p-formLogin__step {
  margin-bottom: 45px;
}
.p-formLogin__title {
  margin-top: 15px;
  font-size: 3rem;
}
.p-formLogin__mainError {
  text-align: center;
  margin-top: 25px;
}
.p-formLogin__icon {
  display: block;
  margin: 45px auto;
  background-color: #f36100;
  padding: 20px;
  border-radius: 35% 35% 35% 35%;
  width: 95px;
  height: 95px;
}
.p-formLogin__iconImg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(101%) contrast(102%);
  width: 100%;
}
.p-formLogin__form {
  max-width: 450px;
  width: 100%;
  margin: 35px auto;
}
.p-formLogin__ttl {
  width: 100%;
  margin: 25px 0 5px 5px;
}
.p-formLogin__input {
  width: 100%;
  text-align: left;
  margin: auto;
}
.p-formLogin__text {
  width: 100%;
  padding: 15px;
  border: 1px #7c4119 dotted;
  border-radius: 15px 0 15px 15px;
}
.p-formLogin__rememberMe {
  margin: 25px 0 25px 5px;
}
.p-formLogin__rememberCheck {
  width: 20px;
  height: 20px;
  border: 1px #7c4119 dotted;
  appearance: checkbox !important;
}
.p-formLogin__rememberText {
  margin-left: 5px;
}
.p-formLogin__message {
  margin-top: 10px;
  display: none;
  color: #f36100;
  font-size: 1.2rem;
  margin-left: 15px;
}
.p-formLogin__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.p-formLogin__btn {
  min-width: 200px;
  width: 45% px;
}
.p-formLogin__loginNotice {
  margin-top: 35px;
  text-align: center;
}
.p-formLogin__loginLink {
  color: #633000;
}
.p-formLogin__loginLink:hover {
  color: #ff802c;
}

.p-formReviewEntry {
  padding: 50px 35px;
  max-width: 750px;
  width: 100%;
  margin: auto;
  box-shadow: 0 0px 5px #cecece;
}
.p-formReviewEntry__header {
  padding: 15px;
  margin-bottom: 15px;
}
.p-formReviewEntry__companyName {
  font-size: 3rem;
}
.p-formReviewEntry__companyCategory {
  font-size: 2rem;
}
.p-formReviewEntry__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.p-formReviewEntry__row {
  display: table-row;
}
.p-formReviewEntry__th {
  display: table-cell;
  padding: 15px;
  width: 150px;
  background-color: #fdd4b8;
  border: 1px solid #d1d1d1;
}
.p-formReviewEntry__td {
  display: table-cell;
  padding: 15px;
  border: 1px solid #d1d1d1;
}
.p-formReviewEntry__star {
  font-size: 3rem;
  color: #CCCCCC;
  cursor: pointer;
  display: inline-block;
}
.p-formReviewEntry__star--selected {
  color: #f36100;
}
.p-formReviewEntry__star--counter {
  margin-left: 10px;
  color: #f36100;
}
.p-formReviewEntry__textarea {
  width: 100%;
  border-bottom: 1px dotted #d1d1d1;
  height: 150px;
  padding: 10px;
}
.p-formReviewEntry__message {
  display: none;
  color: #7c4119;
}
.p-formReviewEntry__buttons {
  display: flex;
  justify-content: center;
  margin: 35px auto 0 auto;
  width: 300px;
}
.p-formReviewEntry__button {
  width: calc(50% - 15px);
}

.c-pageTitle {
  position: relative;
  background-color: #f36100;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  border-bottom: #fdd4b8 7px solid;
}
.c-pageTitle__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 15px 10px;
}

.c-breadcrumbs {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  color: #252525;
  font-size: 1.2rem;
  padding: 0 10px;
  background-color: #fdd4b8;
}
.c-breadcrumbs__list {
  display: flex;
}
.c-breadcrumbs__item {
  padding: 10px 0;
  margin-left: 15px;
}
.c-breadcrumbs__item--link {
  color: #633000;
}
.c-breadcrumbs__item--link > a:link {
  text-decoration: underline;
}
.c-breadcrumbs__item--link::after {
  content: "»";
  margin-left: 10px;
  text-decoration: initial !important;
}
.c-breadcrumbs__icon {
  margin-right: 5px;
}

.c-applyBtn {
  display: block;
  border: 1px solid #fdd4b8;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin: auto;
}
.c-applyBtn:hover {
  background-color: #fdd4b8;
  color: #7c4119;
}

.c-applyBtn2 {
  display: block;
  background-color: #f36100;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  margin: auto;
}
.c-applyBtn2:hover {
  background-color: #fdd4b8;
  color: #7c4119;
}

.c-cancelBtn {
  display: block;
  border: 1px solid #e4e2e2;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin: auto;
}
.c-cancelBtn:hover {
  background-color: #eceaea;
}

.c-pagination {
  text-align: center;
  margin-top: 35px;
  padding-top: 10px;
}
.c-pagination__counter {
  text-align: right;
}
.c-pagination__list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.c-pagination__page {
  margin: 0 3px;
  border: none;
  padding: 3px 0;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}
.c-pagination__page--as_active {
  border: 1px solid #fdd4b8;
  border-radius: 35%;
  background-color: #fbfaf4;
}
.c-pagination__page--as_simple {
  border: none;
}
.c-pagination__page:hover {
  color: #f36100;
}
.c-pagination__page--arrow {
  width: auto;
}
.c-pagination__link {
  display: block;
}
.c-pagination__link:visited, .c-pagination__link:link {
  color: #7c4119;
}

.c-topHeader {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 25px auto;
  padding: 25px;
  text-align: center;
}
.c-topHeader__title {
  font-size: 4.5rem;
  text-align: center;
  color: #000000;
  text-shadow: 3px 3px 0 #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-topHeader__title {
    font-size: 3rem;
  }
}
.c-topHeader__icon {
  position: absolute;
  width: 125px;
  height: 125px;
  z-index: -2;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  filter: invert(43%) sepia(77%) saturate(4520%) hue-rotate(13deg) brightness(105%) contrast(104%);
}
@media screen and (max-width: 768px) {
  .c-topHeader__icon {
    font-size: 5.5rem;
  }
}

.c-dirStars {
  display: flex;
  align-items: center;
}
.c-dirStars__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #f36100;
}
.c-dirStars__star {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 3rem;
}
.c-dirStars__star::before, .c-dirStars__star::after {
  content: "★★★★★";
}
.c-dirStars__star::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f36100; /* イエローカラー 自由に設定化 */
}
.c-dirStars__star[data-rate="5.0"]::after, .c-dirStars__star[data-rate="5"]::after {
  width: 100%;
}
.c-dirStars__star[data-rate="4.9"]::after {
  width: 98%;
}
.c-dirStars__star[data-rate="4.8"]::after {
  width: 96%;
}
.c-dirStars__star[data-rate="4.7"]::after {
  width: 94%;
}
.c-dirStars__star[data-rate="4.6"]::after {
  width: 92%;
}
.c-dirStars__star[data-rate="4.5"]::after {
  width: 90%;
}
.c-dirStars__star[data-rate="4.4"]::after {
  width: 88%;
}
.c-dirStars__star[data-rate="4.3"]::after {
  width: 86%;
}
.c-dirStars__star[data-rate="4.2"]::after {
  width: 84%;
}
.c-dirStars__star[data-rate="4.1"]::after {
  width: 82%;
}
.c-dirStars__star[data-rate="4.0"]::after, .c-dirStars__star[data-rate="4"]::after {
  width: 80%;
}
.c-dirStars__star[data-rate="3.9"]::after {
  width: 78%;
}
.c-dirStars__star[data-rate="3.8"]::after {
  width: 76%;
}
.c-dirStars__star[data-rate="3.7"]::after {
  width: 74%;
}
.c-dirStars__star[data-rate="3.6"]::after {
  width: 72%;
}
.c-dirStars__star[data-rate="3.5"]::after {
  width: 70%;
}
.c-dirStars__star[data-rate="3.4"]::after {
  width: 68%;
}
.c-dirStars__star[data-rate="3.3"]::after {
  width: 66%;
}
.c-dirStars__star[data-rate="3.2"]::after {
  width: 64%;
}
.c-dirStars__star[data-rate="3.1"]::after {
  width: 62%;
}
.c-dirStars__star[data-rate="3.0"]::after, .c-dirStars__star[data-rate="3"]::after {
  width: 60%;
}
.c-dirStars__star[data-rate="2.9"]::after {
  width: 58%;
}
.c-dirStars__star[data-rate="2.8"]::after {
  width: 56%;
}
.c-dirStars__star[data-rate="2.7"]::after {
  width: 54%;
}
.c-dirStars__star[data-rate="2.6"]::after {
  width: 52%;
}
.c-dirStars__star[data-rate="2.5"]::after {
  width: 50%;
}
.c-dirStars__star[data-rate="2.4"]::after {
  width: 48%;
}
.c-dirStars__star[data-rate="2.3"]::after {
  width: 46%;
}
.c-dirStars__star[data-rate="2.2"]::after {
  width: 44%;
}
.c-dirStars__star[data-rate="2.1"]::after {
  width: 42%;
}
.c-dirStars__star[data-rate="2.0"]::after, .c-dirStars__star[data-rate="2"]::after {
  width: 40%;
}
.c-dirStars__star[data-rate="1.9"]::after {
  width: 38%;
}
.c-dirStars__star[data-rate="1.8"]::after {
  width: 36%;
}
.c-dirStars__star[data-rate="1.7"]::after {
  width: 34%;
}
.c-dirStars__star[data-rate="1.6"]::after {
  width: 32%;
}
.c-dirStars__star[data-rate="1.5"]::after {
  width: 30%;
}
.c-dirStars__star[data-rate="1.4"]::after {
  width: 28%;
}
.c-dirStars__star[data-rate="1.3"]::after {
  width: 26%;
}
.c-dirStars__star[data-rate="1.2"]::after {
  width: 24%;
}
.c-dirStars__star[data-rate="1.1"]::after {
  width: 22%;
}
.c-dirStars__star[data-rate="1.0"]::after, .c-dirStars__star[data-rate="1"]::after {
  width: 20%;
}
.c-dirStars__star[data-rate="0.0"]::after {
  width: 0%;
}
.c-dirStars__star[data-rate=None]::after {
  width: 0%;
}
.c-dirStars__point {
  margin-left: 10px;
  padding: 7px;
  font-size: calc(2rem + 3px);
  color: #f36100;
  border-radius: 5px;
  font-weight: bold;
}
.c-dirStars__counter {
  margin-left: 20px;
}/*# sourceMappingURL=style.css.map */