@charset "UTF-8";
/*
Theme Name: たなごころテーマ
Author: 
Author URI: 
Version: 1.0.0
*/
/*
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before, ::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active, a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button, select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button],
[type=reset], [type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none; /* Chrome 41+ */
  -moz-appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html, body {
  position: relative;
  width: 100%;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Cardo", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  /* ルートのフォントサイズを10px */
  font-size: 62.5%;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ） */
  font-size: 1.6em;
  color: #000000;
}

h1, h2, h3, h4, h5, h6, th, td {
  font-weight: normal;
  font-style: normal;
}

*, ::before, ::after {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.025em;
  color: #000000;
}

b, strong, .bold {
  font-family: "Cardo", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 400;
}

html {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

body {
  background-color: #E5E8E4;
}

.p-footer {
  margin-top: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  word-break: break-all;
  color: #000000;
}
a:hover {
  text-decoration: none;
}

.fade {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.fade:hover, .fade:active {
  opacity: 0.5;
}

.c-dummy_image {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.dotted {
  display: block;
  width: 100%;
  height: 1px;
  border: none !important;
  background-image: linear-gradient(to right, #000000 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.btn_box {
  font-size: 1.6rem;
  line-height: 60px;
  display: block;
  width: 100%;
  height: 60px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  color: #FFFFFF;
  background-color: #374030;
}
.btn_box:hover, .btn_box:active {
  color: #374030;
  background-color: #F4F4F4;
}

.c-btn_menu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(images/common/btn_menu-w.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-btn_menu:active {
  opacity: 0.5s;
}

.c-dot_line {
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(images/common/dot_line.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 4px 2px;
}

.c-dot_line-green {
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(images/common/dot_line-grn.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 4px 2px;
}

.c-dot_title {
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.c-dot_title span {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  padding-right: 10px;
  color: #537856;
  background-color: #e5e8e4;
}
.c-dot_title::before {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-image: url(images/common/dot_line-grn.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 4px 2px;
}

@media screen and (min-width: 768px) {
  .c-dot_title {
    font-size: 2.2rem;
  }
  .c-dot_title::before {
    top: 11px;
  }
}
.c-edit a, .c-edit p, .c-edit li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}
.c-edit p {
  margin-bottom: 0.5em;
}
.c-edit .wp-block-image {
  margin-bottom: 1.5em;
}
.c-edit .wp-block-image img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .c-edit a, .c-edit p, .c-edit li {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
  }
  .c-edit p {
    margin-bottom: 0.8em;
  }
}
.c-form {
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
}
.c-form tbody, .c-form tr, .c-form th, .c-form td {
  font-weight: normal;
  display: block;
  text-align: left;
}
.c-form td {
  margin-bottom: 10px;
}
.c-form label {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 0;
}

.c-form-text, .c-form-textarea {
  font-size: 1.5rem;
  width: 100%;
  padding: 5px;
  border: 1px solid #888888;
  background-color: #FFFFFF;
}

.c-form-checkbox .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item {
  margin-left: 0;
}

.c-form-agree {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.c-form__submit_box .wpcf7-submit {
  font-size: 1.6rem;
  line-height: 60px;
  display: block;
  width: 100%;
  height: 60px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  color: #FFFFFF;
  background-color: #374030;
}
.c-form__submit_box .wpcf7-submit:hover, .c-form__submit_box .wpcf7-submit:active {
  color: #374030;
  background-color: #F4F4F4;
}
.c-form__submit_box .wpcf7-spinner {
  display: none !important;
}

@media screen and (min-width: 540px) {
  .c-form-checkbox .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-form {
    font-weight: normal;
    display: table;
    width: 100%;
    text-align: left;
  }
  .c-form tr {
    display: table-row;
  }
  .c-form thead {
    display: table-header-group;
  }
  .c-form tbody {
    display: table-row-group;
  }
  .c-form tfoot {
    display: table-footer-group;
  }
  .c-form td, .c-form th {
    display: table-cell;
    vertical-align: top;
  }
  .c-form th {
    line-height: 1;
    width: 170px;
    padding-top: 12px;
  }
  .c-form td {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .c-form label {
    font-size: 1.5rem;
    line-height: 1;
  }
  .checkbox th {
    padding-top: 7px;
  }
  .c-form-agree {
    margin-bottom: 50px;
    padding-top: 14px;
  }
}
.c-gallery {
  margin-bottom: 30px;
}

.c-gallery__main {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.c-gallery__main:before {
  display: block;
  padding-top: 75%;
  content: "";
}
.c-gallery__main .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-gallery__thumb_list {
  margin: 0 auto;
}

.c-gallery__main_image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.c-gallery__thumb_item {
  position: relative;
  width: 50px;
  height: 100%;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #FFFFFF;
}
.c-gallery__thumb_item:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.c-gallery__thumb_item .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-gallery__thumb_item.is-sel {
  cursor: auto;
  border: 1px solid #537856;
}

.c-gallery__thumb_image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.c-gallery__thumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 540px) {
  .c-gallery {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-gallery {
    margin-bottom: 55px;
  }
}
.c-gnav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  pointer-events: none;
}
.c-gnav .c-nav {
  display: none;
}

.home .c-gnav {
  display: none;
}

.home.j-scrolled .c-gnav, .nav-fix .c-gnav {
  display: block;
}

.c-gnav__inner, .c-gnav__wrapper {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.c-gnav__inner {
  padding-right: 0;
  padding-left: 15px;
}

.c-gnav__home {
  position: absolute;
  display: none;
}

.c-gnav__home__logo {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  overflow: hidden;
  width: 34px;
  height: 185px;
  text-indent: -9999px;
  pointer-events: all;
  background-image: url(images/common/gnav_logo-sm.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.c-gnav__btn_menu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 65px;
  height: 65px;
  padding: 0;
  cursor: pointer;
  pointer-events: all;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(images/common/btn_menu-b.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 540px) {
  .c-gnav .c-nav {
    display: block;
    pointer-events: none;
  }
  .c-gnav .c-nav__list {
    position: absolute;
    top: 40px;
    right: 93px;
  }
  .c-gnav__inner {
    padding-right: 37px;
    padding-left: 26px;
  }
  .c-gnav__btn_menu {
    display: none;
  }
  .c-gnav__home__logo {
    top: 40px;
    left: 0;
    width: 50px;
    height: 80px;
    background-image: url(images/common/stamp.png);
  }
  .c-gnav__home {
    position: absolute;
    top: 40px;
    right: 0;
    display: block;
  }
  .c-gnav__home__anchor {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 123px;
    text-indent: -9999px;
    pointer-events: all;
    background-image: url(images/common/home_text-b.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .c-gnav .c-nav__list {
    top: 42px;
    right: 118px;
    pointer-events: all;
  }
  .c-gnav__inner {
    padding-right: 39px;
    padding-left: 28px;
  }
  .c-gnav__home {
    top: 40px;
  }
  .c-gnav__home__anchor {
    width: 44px;
    height: 128px;
    pointer-events: all;
  }
  .c-gnav__home__logo {
    top: 29px;
    width: 60px;
    height: 96px;
    background-image: url(images/common/stamp.png);
  }
}
@media screen and (min-width: 1100px) {
  .c-gnav .c-nav__list {
    top: 42px;
    right: 175px;
  }
  .c-gnav__inner {
    width: 100%;
    padding-right: 36px;
    padding-left: 26px;
  }
  .c-gnav__home {
    top: 40px;
  }
  .c-gnav__home__logo {
    top: 29px;
  }
}
@media screen and (min-width: 1300px) {
  .c-gnav__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.c-hibi__item__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-hibi__item__anchor .c-hibi__item__content span, .c-hibi__item__anchor .c-hibi__item__content h2 {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-hibi__item__anchor:hover .c-hibi__item__content span, .c-hibi__item__anchor:hover .c-hibi__item__content h2, .c-hibi__item__anchor:active .c-hibi__item__content span, .c-hibi__item__anchor:active .c-hibi__item__content h2 {
  color: #537856;
}

.c-hibi__item__thumb {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-hibi__item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-hibi__item__date {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.c-hibi__item__title {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-hibi__item__content::after {
    display: block;
    clear: both;
    content: "";
  }
  .c-hibi__item__thumb {
    margin-right: 35px;
  }
  .c-hibi__item__date {
    font-size: 1.5rem;
    line-height: 1.44;
    letter-spacing: 0.05em;
    float: left;
    margin-bottom: 0;
  }
  .c-hibi__item__title {
    font-size: 1.5rem;
    line-height: 1.44;
    letter-spacing: 0.05em;
    padding-left: 117px;
  }
}
.c-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.c-hover:hover, .c-hover:active {
  opacity: 0.5;
}

.c-hidden {
  display: none !important;
}

.c-inner_page_link_nav {
  margin-bottom: 40px;
}

.c-sub_page__header__title .c-inner_page_link_nav {
  display: none;
}

.c-inner_page_link_nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-inner_page_link_nav__item {
  line-height: 1;
  display: block;
  margin-right: 1em;
}
.c-inner_page_link_nav__item:last-child {
  margin-right: 0;
}

.c-inner_page_link_nav__item__anchor {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #537856;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-inner_page_link_nav__item__anchor:hover, .c-inner_page_link_nav__item__anchor:active {
  color: #033C08;
}

@media screen and (min-width: 768px) {
  .c-inner_page_link_nav__item__anchor {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px) {
  .c-inner_page_link_nav {
    display: none;
  }
  .c-sub_page__header__title h1 {
    margin-bottom: 69px;
  }
  .c-sub_page__header__title .c-inner_page_link_nav {
    display: block;
  }
  .c-sub_page__header__title .c-inner_page_link_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-sub_page__header__title .c-inner_page_link_nav__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .c-sub_page__header__title .c-inner_page_link_nav__item__anchor {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.c-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-nav__item {
  display: block;
  margin-left: 18px;
}
.c-nav__item:last-child {
  margin-left: 0;
}

.c-nav__anchor {
  display: block;
  overflow: hidden;
  width: 13px;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  text-indent: -9999px;
  pointer-events: all;
  background-position: left top;
  background-size: contain;
}
.c-nav__anchor.item-1 {
  height: 80px;
  background-image: url(images/common/nav/item1-w.png);
}
.nav-black .c-nav__anchor.item-1, .nav-black .c-nav__anchor.item-1:visited, .j-scrolled .c-nav__anchor.item-1 {
  background-image: url(images/common/nav/item1-b.png);
}
.c-nav__anchor.item-1:hover, .c-nav__anchor.item-1:active {
  background-image: url(images/common/nav/item1-g.png);
}
.c-nav__anchor.item-2 {
  height: 80px;
  background-image: url(images/common/nav/item2-w.png);
}
.nav-black .c-nav__anchor.item-2, .nav-black .c-nav__anchor.item-2:visited, .j-scrolled .c-nav__anchor.item-2 {
  background-image: url(images/common/nav/item2-b.png);
}
.c-nav__anchor.item-2:hover, .c-nav__anchor.item-2:active {
  background-image: url(images/common/nav/item2-g.png);
}
.c-nav__anchor.item-3 {
  height: 80px;
  background-image: url(images/common/nav/item3-w.png);
}
.nav-black .c-nav__anchor.item-3, .nav-black .c-nav__anchor.item-3:visited, .j-scrolled .c-nav__anchor.item-3 {
  background-image: url(images/common/nav/item3-b.png);
}
.c-nav__anchor.item-3:hover, .c-nav__anchor.item-3:active {
  background-image: url(images/common/nav/item3-g.png);
}
.c-nav__anchor.item-4 {
  height: 40px;
  background-image: url(images/common/nav/item4-w.png);
}
.nav-black .c-nav__anchor.item-4, .nav-black .c-nav__anchor.item-4:visited, .j-scrolled .c-nav__anchor.item-4 {
  background-image: url(images/common/nav/item4-b.png);
}
.c-nav__anchor.item-4:hover, .c-nav__anchor.item-4:active {
  background-image: url(images/common/nav/item4-g.png);
}
.c-nav__anchor.item-5 {
  height: 90px;
  background-image: url(images/common/nav/item5-w.png);
}
.nav-black .c-nav__anchor.item-5, .nav-black .c-nav__anchor.item-5:visited, .j-scrolled .c-nav__anchor.item-5 {
  background-image: url(images/common/nav/item5-b.png);
}
.c-nav__anchor.item-5:hover, .c-nav__anchor.item-5:active {
  background-image: url(images/common/nav/item5-g.png);
}

.c-page_nav__inner {
  position: relative;
}
.c-page_nav__inner::after {
  display: block;
  clear: both;
  content: "";
}
.c-page_nav__inner a {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.c-page_nav__inner .left {
  float: left;
}
.c-page_nav__inner .right {
  float: right;
}
.c-page_nav__inner .center {
  position: absolute;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 540px) {
  .c-page_nav__inner a {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    line-height: 1;
  }
}
.c-section__inner {
  padding: 0 20px;
}

.c-section__header {
  text-align: center;
}

.c-section__lead {
  display: block;
}

@media screen and (min-width: 540px) {
  .c-section__inner {
    width: 85%;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    width: 80%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1100px) {
  .c-section__inner {
    width: 80%;
    max-width: 900px;
  }
}
.c-sm_menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #C9CBC5;
}
.c-sm_menu .p-main_visual__text_eng {
  right: 18px;
  bottom: 320px;
  color: #000000;
}
.c-sm_menu .p-main_visual__home_anchor {
  background-image: url(images/home/mv_text_jpn-b.png);
}
.c-sm_menu .c-nav {
  position: absolute;
  bottom: 104px;
  left: 35px;
}
.is-menu_show .c-sm_menu {
  display: block;
}

.c-sm_menu__btn_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 65px;
  height: 65px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(images/common/btn_close-b.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-sm_menu__btn_close:hover, .c-sm_menu__btn_close:active {
  opacity: 0.5;
}

@media screen and (min-width: 540px) {
  .c-sm_menu .p-main_visual__text_eng {
    font-size: 0.8rem;
    right: 18px;
    bottom: 320px;
  }
  .c-sm_menu .p-main_visual__home_anchor {
    top: unset;
    right: 14px;
    bottom: 85px;
    width: 15px;
    height: 210px;
  }
  .c-sm_menu .p-main_visual__stamp_anchor {
    position: absolute;
    right: 9px;
    bottom: 16px;
    left: unset;
  }
  .c-sm_menu .p-main_visual__stamp {
    width: auto;
    height: 54px;
  }
}
@media screen and (min-width: 768px) {
  .c-sm_menu .p-main_visual__home_anchor {
    top: 390px;
    right: 24px;
    width: 46px;
    height: 141px;
    background-image: url(images/common/home_text-b.png);
  }
  .c-sm_menu .c-nav {
    top: 391px;
    right: 166px;
  }
  .c-sm_menu .p-main_visual__text_eng {
    right: 41px;
    bottom: 48px;
  }
  .c-sm_menu .p-main_visual__stamp_anchor {
    position: absolute;
    top: 387px;
    left: 44px;
  }
}
.c-sub_page {
  padding-top: 145px;
  padding-bottom: 140px;
}

.c-sub_page__header {
  text-align: right;
}

.c-sub_page__header__title {
  display: inline-block;
}
.p-hibi .c-sub_page__header__title {
  width: 74px;
  margin-right: 10px;
  margin-bottom: 24px;
}
.p-tenji .c-sub_page__header__title {
  width: 123px;
  margin-right: 23px;
  margin-bottom: 22px;
}
.p-dougu .c-sub_page__header__title {
  width: 109px;
  margin-right: 23px;
  margin-bottom: 20px;
}
.p-contact .c-sub_page__header__title {
  width: 100px;
  margin-right: 23px;
  margin-bottom: 9px;
}

.c-sub_page__header__image {
  width: 100%;
  height: auto;
}

.c-sub_page__inner {
  padding: 0 20px;
}

.c-sub_page__content__head_desc {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (min-width: 540px) {
  .c-sub_page {
    padding-top: 230px;
    padding-bottom: 160px;
  }
  .c-sub_page__header {
    width: 85%;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
  }
  .c-sub_page__header__title {
    margin-left: 0;
  }
  .p-hibi .c-sub_page__header__title {
    width: 134px;
    margin-bottom: 50px;
  }
  .p-tenji .c-sub_page__header__title {
    width: 143px;
    margin-bottom: 53px;
  }
  .p-dougu .c-sub_page__header__title {
    width: 165px;
    margin-bottom: 33px;
  }
  .p-contact .c-sub_page__header__title {
    width: 118px;
    margin-bottom: 23px;
  }
  .c-sub_page__inner {
    width: 85%;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
  }
  .c-sub_page__content__head_desc {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 768px) {
  .c-sub_page {
    padding-top: 250px;
    padding-bottom: 184px;
  }
  .c-sub_page__header {
    width: 80%;
    max-width: 600px;
  }
  .c-sub_page__header__title {
    margin-left: 0;
  }
  .p-hibi .c-sub_page__header__title {
    width: 134px;
    margin-bottom: 50px;
  }
  .p-tenji .c-sub_page__header__title {
    width: 143px;
    margin-bottom: 70px;
  }
  .c-sub_page__inner {
    width: 80%;
    max-width: 600px;
  }
  .c-sub_page__content__head_desc {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1100px) {
  .c-sub_page {
    padding-top: 300px;
    padding-bottom: 154px;
  }
  .c-sub_page__wrapper {
    position: relative;
    width: 768px;
    margin: 0 auto;
  }
  .c-sub_page__content {
    width: 600px;
  }
  .c-sub_page__header__title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-hibi .c-sub_page__header__title {
    width: 130px;
    margin-right: -65px;
  }
  .p-tenji .c-sub_page__header__title {
    width: 170px;
    margin-right: -80px;
  }
  .p-dougu .c-sub_page__header__title {
    width: 198px;
    margin-right: -98px;
  }
  .p-contact .c-sub_page__header__title {
    width: 120px;
    margin-right: -59px;
  }
  .c-sub_page__inner {
    width: 100%;
    max-width: unset;
  }
  .c-sub_page__content__head_desc {
    margin-bottom: 63px;
  }
}
.p-contact .c-sub_page__content__head_desc {
  margin-bottom: 40px;
}

.p-contact__body {
  margin-bottom: 40px;
}

.p-contact_privacy {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}
.p-contact_privacy h2 {
  margin-bottom: 2em;
}

.p-contact_privacy__header {
  margin-bottom: 2em;
}

.p-contact_privacy__sec {
  margin-bottom: 2em;
}
.p-contact_privacy__sec h3 {
  margin-bottom: 0.2em;
}
.p-contact_privacy__sec p {
  margin-bottom: 0.4em;
}
.p-contact_privacy__sec ul {
  margin-bottom: 0.4em;
}
.p-contact_privacy__sec ul li {
  margin-bottom: 0.2em;
}

.wpcf7 {
  margin-bottom: 80px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 5em;
  padding: 1em 1em;
  text-align: center;
  border: 2px solid #00A0D2;
}

@media screen and (min-width: 540px) {
  .p-contact .c-sub_page__content__head_desc {
    margin-bottom: 65px;
  }
  .p-contact_privacy {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .p-contact_privacy h2 {
    margin-bottom: 2em;
  }
  .p-contact_privacy__header {
    margin-bottom: 2em;
  }
  .p-contact_privacy__sec {
    margin-bottom: 2em;
  }
  .p-contact_privacy__sec h3 {
    margin-bottom: 0.2em;
  }
  .p-contact_privacy__sec p {
    margin-bottom: 0.4em;
  }
  .p-contact_privacy__sec ul {
    margin-bottom: 0.4em;
  }
  .p-contact_privacy__sec ul li {
    margin-bottom: 0.2em;
  }
}
.p-dougu {
  margin-bottom: 30px;
}
.p-dougu .c-sub_page__content__head_desc p {
  font-size: 1.5rem;
}

.p-dougu_category__section {
  margin-bottom: 40px;
}

.p-dougu_category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-dougu_category_list__item {
  width: 47%;
  margin-bottom: 20px;
}

.p-dougu_category_list__item__image_box {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  background-color: #FFFFFF;
  aspect-ratio: 1;
}

.p-dougu_category_list__item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-dougu_category_list__item__title {
  font-size: 1.5rem;
  line-height: 1.46;
}

.p-dougu_category_list__item_block_anchor {
  display: block;
}
.p-dougu_category_list__item_block_anchor img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-dougu_category_list__item_block_anchor h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-dougu_category_list__item_block_anchor .p-dougu_category_list__item_block_anchor {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-dougu_category_list__item_block_anchor:hover img, .p-dougu_category_list__item_block_anchor:active img {
  opacity: 0.5;
}
.p-dougu_category_list__item_block_anchor:hover h3, .p-dougu_category_list__item_block_anchor:active h3 {
  color: #537856;
}
.p-dougu_category_list__item_block_anchor:hover .p-dougu_category_list__item__anchor, .p-dougu_category_list__item_block_anchor:active .p-dougu_category_list__item__anchor {
  color: #537856;
}

.p-dougu_category_list__item__anchor {
  font-size: 1.3rem;
}

.p-dougu_category_list__item_block_anchor {
  display: block;
}

.p-dougu_notice {
  margin-top: 70px;
  margin-bottom: 50px;
}

.p-dougu_notice__section h2 {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 17px;
  margin-left: -0.6em;
}
.p-dougu_notice__section h3 {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2px;
  margin-left: -0.6em;
}

.p-dougu_notice__section__content {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 30px;
}

.p-dougu_post_content {
  margin-top: 20px;
}

.p-dougu_post_header {
  margin-bottom: 25px;
}

.p-dougu_post_header__item_no {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 15px;
}

.p-dougu_post_header__item_title {
  font-size: 1.8rem;
  line-height: 1.3;
}

.p-dougu_post_content {
  margin-bottom: 40px;
}

.p-dougu_button_box {
  margin-bottom: 40px;
}

.p-dougu__back_box {
  margin-top: 30px;
}

.p-dougu__back_link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #537856;
  font-size: 1.5rem;
}
.p-dougu__back_link:hover, .p-dougu__back_link:active {
  color: #033C08;
}

@media screen and (min-width: 540px) {
  .p-dougu_category {
    margin-bottom: 50px;
  }
  .p-dougu_category_list:after {
    display: block;
    width: 28%;
    content: "";
  }
  .p-dougu_category_list__item {
    width: 28%;
    margin-bottom: 20px;
  }
  .p-dougu_post_content {
    margin-top: 50px;
  }
  .p-dougu_button_box {
    margin-bottom: 50px;
  }
  .p-dougu_category_list__item__anchor {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-dougu_category {
    margin-bottom: 76px;
  }
  .p-dougu_category_list__item {
    margin-bottom: 24px;
  }
  .p-dougu_category_list__item__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-dougu_category_list__item__anchor {
    font-size: 1.3rem;
  }
  .p-dougu_notice {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .p-dougu_post_header__item_no {
    font-size: 1.6rem;
    margin-bottom: 26px;
  }
  .p-dougu_post_header__item_title {
    font-size: 2.2rem;
    margin-bottom: 47px;
  }
  .p-dougu__back_link {
    font-size: 1.6rem;
  }
}
.p-footer {
  position: relative;
  padding-top: 117px;
  padding-right: 20px;
  padding-left: 27px;
  background-color: #F2F4F0;
}
.home .p-footer {
  background-color: #D9D8D2;
}

.p-footer__image {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 136px;
  height: auto;
  margin: auto;
}

.p-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__home {
  display: block;
}

.p-footer__home_anchor {
  display: block;
  overflow: hidden;
  width: 44px;
  height: 127px;
  text-indent: -9999px;
  background-image: url(images/common/footer_home.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.p-footer__sns {
  width: 44px;
}

.p-footer__sns_list {
  width: 17px;
}
.p-footer__sns_list li {
  display: block;
  margin-bottom: 13px;
}
.p-footer__sns_list li a {
  display: block;
}
.p-footer__sns_list li img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer_bottom {
  text-align: center;
}

.p-footer__logo {
  width: 96px;
  height: auto;
  margin-bottom: 20px;
}

.p-footer_bottom {
  padding-top: 31px;
  padding-bottom: 47px;
}

.p-footer__logo {
  display: block;
  margin: 0 auto 30px;
}

.p-footer_copyright {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
  text-align: center;
}
.p-footer_copyright span {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: inline-block;
}
.p-footer_copyright span + span {
  margin-left: 0.3em;
}

@media screen and (min-width: 540px) {
  .p-footer {
    padding-top: 192px;
    padding-right: 36px;
    padding-left: 36px;
  }
  .p-footer__image {
    top: -113px;
    width: 225px;
  }
  .p-footer_bottom {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-right: 0;
    padding-left: 0;
  }
  .p-footer__inner {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .p-footer__inner {
    width: 70%;
    max-width: 700px;
  }
}
.p-hibi_single {
  margin-bottom: 130px;
  padding-bottom: 0;
}
.p-hibi_single .c-page_nav {
  margin-top: 30px;
  margin-bottom: 50px;
}

.p-hibi_single__header {
  margin-top: 30px;
}

.p-hibi_single__header__date {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 13px;
}

.p-hibi_single__header__title {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.p-hibi_single__content {
  margin-bottom: 30px;
}

.p-hibi_single__sns {
  line-height: 1;
  margin-bottom: 30px;
}

.p-hibi_single__sns__btn {
  line-height: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.p-hibi_single__last_post__lead {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 24px;
}

@media screen and (min-width: 540px) {
  .p-hibi_single {
    margin-bottom: 170px;
  }
  .p-hibi_single__last_post__lead {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 768px) {
  .p-hibi_single {
    margin-bottom: 192px;
  }
  .p-hibi_single .c-page_nav {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .p-hibi_single__header {
    margin-top: 50px;
  }
  .p-hibi_single__header__date {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 18px;
  }
  .p-hibi_single__header__title {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 77px;
  }
  .p-hibi_single__content {
    margin-bottom: 49px;
  }
  .p-hibi_single__sns {
    margin-bottom: 55px;
  }
  .p-hibi_single__sns__btn {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .p-hibi_single__last_post__lead {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 21px;
  }
}
.p-hibi .c-hibi__list {
  margin-bottom: 30px;
}

.p-home_about {
  padding-top: 57px;
  padding-bottom: 80px;
  background-color: #EFF1F0;
}
.p-home_about .c-section__header {
  margin-bottom: 44px;
}

.p-home_about__lead {
  width: 39px;
  height: auto;
}

.p-home_about__content__head {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 32px;
}
.p-home_about__content__head span {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}

.p-home_about__content__lead {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
  padding-top: 30px;
  text-align: center;
}

.p-home_about__list {
  margin-bottom: 20px;
  text-align: center;
}
.p-home_about__list li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}

.p-home_about__staff {
  padding-top: 20px;
}

.p-home_about__staff__lead {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-align: center;
}

.p-home_about__staff__list li {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-align: center;
}
.p-home_about__staff__list li:last-child {
  margin-bottom: 0;
}
.p-home_about__staff__list li span {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  display: inline-block;
}
.p-home_about__staff__list li span + span {
  margin-left: 1em;
}

@media screen and (min-width: 540px) {
  .p-home_about {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .p-home_about .c-section__header {
    margin-bottom: 98px;
  }
  .p-home_about__lead {
    width: 60px;
  }
  .p-home_about__content__head {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    margin-bottom: 52px;
  }
  .p-home_about__content__head span {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
  }
  .p-home_about__content__lead {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding-top: 30px;
  }
  .p-home_about__list {
    margin-bottom: 22px;
  }
  .p-home_about__list li {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
  }
  .p-home_about__list li span {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
  }
  .p-home_about__staff {
    padding-top: 33px;
    padding-bottom: 0;
  }
  .p-home_about__staff__lead {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .p-home_about__staff__list li {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .p-home_about__staff__endline {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-home_about {
    padding-top: 76px;
    padding-bottom: 95px;
  }
  .p-home_about .c-section__inner {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
  .p-home_about__content__head {
    margin-bottom: 26px;
    text-align: center;
  }
  .p-home_about__content__head span {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .p-home_about {
    padding-bottom: 100px;
  }
  .p-home_about .c-section__inner {
    width: 70%;
    max-width: 700px;
  }
  .p-home_about .c-section__header {
    margin-bottom: 67px;
  }
}
.p-home_div {
  width: 100%;
  background-color: #F8F9FD;
}

@media screen and (min-width: 1100px) {
  .p-home_div {
    height: 680px;
  }
  .p-home_div .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-home_dougu {
  padding-bottom: 50px;
}
.p-home_dougu .c-section__header {
  margin-top: -16px;
  margin-bottom: 38px;
}

.p-home_dougu__lead {
  width: 138px;
  height: auto;
}

.p-home_dougu__text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 23px;
}
.p-home_dougu__text p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}

.p-home_doug__link_box {
  position: relative;
  text-align: right;
}
.p-home_doug__link_box .c-dot_line {
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
}

.p-home_doug__link {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  padding-left: 10px;
  text-align: right;
  background-color: #E5E8E4;
}

@media screen and (min-width: 540px) {
  .p-home_dougu {
    padding-bottom: 80px;
  }
  .p-home_dougu .c-section__header {
    margin-top: -34px;
    margin-bottom: 50px;
  }
  .p-home_dougu__lead {
    width: 180px;
  }
  .p-home_dougu__text {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
  .p-home_doug__link_box .c-dot_line {
    top: 15px;
  }
  .p-home_doug__link {
    font-size: 1.5rem;
    line-height: 2.12;
    letter-spacing: 0;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .p-home_dougu .c-section__inner {
    width: 70%;
    max-width: 700px;
  }
  .p-home_dougu .c-section__header {
    margin-top: -85px;
    margin-bottom: 0;
  }
  .p-home_dougu .c-section__header .c-section__lead {
    position: relative;
    margin-right: -62px;
    text-align: right;
  }
  .p-home_dougu__lead {
    width: 210px;
  }
}
.p-home_hibi {
  padding-top: 45px;
}

.p-home_hibi__lead {
  width: 138px;
  height: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 540px) {
  .p-home_hibi {
    padding-top: 80px;
  }
  .p-home_hibi__lead {
    width: 180px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .p-home_hibi {
    margin-bottom: 50px;
    padding-top: 128px;
  }
  .p-home_hibi__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-home_hibi__wrapper .c-section__header {
    width: 200px;
    margin-right: -30px;
  }
  .p-home_hibi__wrapper .c-section__header .p-home_hibi__lead {
    width: 100%;
    margin-bottom: 0;
  }
  .p-home_hibi__list_wrapper {
    width: 500px;
    margin-top: 50px;
  }
  .p-home_tenji__right {
    margin-right: -52px;
  }
  .p-home_tenji__map {
    width: 612px;
    max-width: unset !important;
  }
}
.p-home_tenji {
  margin-bottom: 50px;
  padding-top: 59px;
}

.p-home_tenji__lead {
  width: 138px;
  height: auto;
  margin-bottom: 39px;
}

.p-home_tenji__text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.p-home_tenji__map_image {
  width: 100%;
  height: auto;
}

.area {
  opacity: 0;
}

.map-link:hover .area {
  opacity: 1;
}

.city-color, .circle-color, .area-name, .area-color, .base-color {
  stroke-width: 0;
}

.city-color {
  fill: #666666;
}

.circle-color {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
  fill: #9B915E;
}

.area-name {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
  fill: #FFFFFF;
}

.area-color {
  -webkit-transition: fill 1.2s;
  transition: fill 1.2s;
  fill: #FFFFFF;
}

.base-color {
  fill: #E3E6E2;
}

.map-link.is-disable {
  pointer-events: none;
}

.map-link:hover .area-color, .map-link:active .area-color {
  fill: #B5B08A;
}
.map-link:hover .circle-color, .map-link:active .circle-color {
  fill: #FFFFFF;
}
.map-link:hover .area-name, .map-link:active .area-name {
  fill: #9B915E;
}

.p-home_tenji__text__note.sp {
  display: block;
}
.p-home_tenji__text__note.pc {
  display: none;
}

@media screen and (min-width: 540px) {
  .p-home_tenji__lead {
    width: 180px;
    margin-bottom: 50px;
  }
  .p-home_tenji__text {
    margin-bottom: 50px;
  }
  .p-home_tenji {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-home_tenji__map {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .p-home_tenji {
    margin-bottom: 100px;
    padding-top: 150px;
  }
  .p-home_tenji__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-home_tenji__left {
    width: 300px;
  }
  .p-home_tenji__lead {
    width: 200px;
  }
  .p-home_tenji__text__note {
    font-size: 1.4rem;
    margin-top: 3px;
  }
  .p-home_tenji__text__note.sp {
    display: none;
  }
  .p-home_tenji__text__note.pc {
    display: block;
  }
}
.p-main_visual {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.p-main_visual .c-nav {
  position: absolute;
  bottom: 104px;
  left: 35px;
}

.p-main_visual__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-main_visual__parts {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.p-main_visual__parts a {
  pointer-events: all;
}

.p-main_visual__line {
  display: none;
}

.p-main_visual__box {
  display: none;
}

.p-main_visual__wrapper {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.p-main_visual__wrapper .slick, .p-main_visual__wrapper .slick-list, .p-main_visual__wrapper .slick-track {
  height: 100%;
}

.p-main_visual__item {
  width: 100%;
  height: 100%;
}
.p-main_visual__item.item-1, .p-main_visual__item.item-2 {
  background-color: #000000;
}
.p-main_visual__item.item-3, .p-main_visual__item.item-4, .p-main_visual__item.item-5 {
  background-color: #B7BAB3;
}

.p-main_visual__body {
  height: calc(100% - 250px);
}
.p-main_visual__body .pict {
  display: block;
  height: 100%;
}
.p-main_visual__body .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-main_visual__margin {
  height: 250px;
}

.p-main_visual__home {
  display: none;
}

.p-main_visual__item__link_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-main_visual__project_link {
  font-size: 1.3rem;
  position: absolute;
  z-index: 100;
  top: 18px;
  left: 18px;
  display: block;
  color: #FFFFFF;
}

.p-main_visual__stamp_anchor {
  position: absolute;
  right: 9px;
  bottom: 16px;
  display: block;
}

.p-main_visual__stamp {
  width: auto;
  height: 54px;
}

.p-main_visual__home_anchor {
  position: absolute;
  right: 14px;
  bottom: 85px;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 210px;
  text-indent: -9999px;
  background-image: url(images/home/mv_text_jpn.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.p-main_visual__text_eng {
  font-size: 0.8rem;
  line-height: 1;
  position: absolute;
  right: 18px;
  bottom: 320px;
  display: block;
  letter-spacing: 0.2em;
  opacity: 0.6;
  color: #FFFFFF;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 540px) {
  .p-main_visual .c-nav {
    right: 37px;
    bottom: 116px;
    left: unset;
  }
  .p-main_visual .c-btn_menu {
    display: none;
  }
  .p-main_visual__line {
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #666666;
  }
  .p-main_visual__line.top {
    top: 10px;
    right: 20px;
    left: 20px;
    width: auto;
    height: 1px;
  }
  .p-main_visual__line.bottom {
    right: 20px;
    bottom: 10px;
    left: 20px;
    width: auto;
    height: 1px;
  }
  .p-main_visual__line.right {
    top: 20px;
    right: 10px;
    bottom: 20px;
    width: 1px;
    height: auto;
  }
  .p-main_visual__line.left {
    top: 20px;
    bottom: 20px;
    left: 10px;
    width: 1px;
    height: auto;
  }
  .p-main_visual__box {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 10px;
    height: 10px;
  }
  .p-main_visual__box::before {
    display: block;
    width: 14.1px;
    margin: 0;
    padding: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-top: 1px solid #666666;
  }
  .p-main_visual__box.top-right {
    bottom: unset;
    left: unset;
  }
  .p-main_visual__box.top-left {
    right: unset;
    bottom: unset;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .p-main_visual__box.bottom-right {
    top: unset;
    left: unset;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p-main_visual__box.bottom-left {
    top: unset;
    right: unset;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .p-main_visual__project_link {
    top: 36px;
    left: 47px;
  }
  .p-main_visual__text_eng {
    font-size: 1.2rem;
    right: unset;
    bottom: 85px;
    left: 24px;
  }
  .p-main_visual__home_anchor {
    top: 53px;
    right: 34px;
    width: 46px;
    height: 141px;
    background-image: url(images/common/home_text-w.png);
  }
  .p-main_visual__stamp_anchor {
    right: unset;
    bottom: 50px;
    left: 55px;
  }
  .p-main_visual__stamp {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-main_visual__project_link {
    top: 58px;
    left: 50px;
  }
  .p-main_visual__home_anchor {
    top: 63px;
    right: 36px;
  }
  .p-main_visual__line.top {
    top: 10px;
    right: 26px;
    left: 26px;
  }
  .p-main_visual__line.bottom {
    right: 26px;
    bottom: 10px;
    left: 26px;
  }
  .p-main_visual__line.right {
    top: 26px;
    right: 10px;
    bottom: 26px;
  }
  .p-main_visual__line.left {
    top: 26px;
    bottom: 26px;
    left: 10px;
  }
  .p-main_visual__box {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
  }
  .p-main_visual__box::before {
    width: 22.56px;
  }
  .p-main_visual__box.top-right {
    bottom: unset;
    left: unset;
  }
  .p-main_visual__box.top-left {
    right: unset;
    bottom: unset;
  }
  .p-main_visual__box.bottom-right {
    top: unset;
    left: unset;
  }
  .p-main_visual__box.bottom-left {
    top: unset;
    right: unset;
  }
  .p-main_visual__text_eng {
    font-size: 1.3rem;
    bottom: 63px;
    left: 24px;
  }
  .p-main_visual__stamp_anchor {
    bottom: 50px;
    left: 69px;
  }
  .p-main_visual__stamp {
    height: 96px;
  }
}
@media screen and (min-width: 1100px) {
  .p-main_visual .c-nav {
    top: 131px;
    right: 178px;
    bottom: unset;
  }
  .p-main_visual__parts {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: unset;
    margin: auto;
  }
  .p-main_visual__body {
    height: 100%;
  }
  .p-main_visual__margin {
    display: none;
  }
  .p-main_visual__home_anchor {
    top: 131px;
    right: 47px;
  }
  .p-main_visual__item__link_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: unset;
    margin: auto;
  }
  .p-main_visual__project_link {
    z-index: 1000;
    top: unset;
    bottom: 40px;
    left: 66px;
  }
  .p-main_visual__text_eng {
    top: 131px;
    bottom: unset;
    left: 31px;
  }
  .p-main_visual__stamp_anchor {
    right: 48px;
    bottom: 48px;
    left: unset;
  }
  .p-main_visual__stamp {
    height: 86px;
  }
}
@media screen and (min-width: 1300px) {
  /*
  .p-main_visual__home_anchor, .p-main_visual__stamp_anchor {
    position: fixed;
  }
  .p-main_visual .c-nav {
    position: fixed;
  }
  .p-main_visual__text_eng {
    position: fixed;
  }
  .p-main_visual__project_link {
    position: fixed;
  }
    */
}
.p-tenji__area_nav {
  margin-bottom: 40px;
}

.p-tenji__area_nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-tenji__area_nav__item {
  line-height: 1;
  display: block;
  margin-right: 1em;
}
.p-tenji__area_nav__item:last-child {
  margin-right: 0;
}

.p-tenji__area .c-dot_title {
  margin-bottom: 15px;
}
.p-tenji__area#bonsaien .c-dot_title {
  margin-bottom: 30px;
}

.p-tenji__area_nav__item__anchor {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #537856;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-tenji__area_nav__item__anchor:hover, .p-tenji__area_nav__item__anchor:active {
  color: #033C08;
}

.p-tenji__area__item__title::before {
  display: inline;
  margin-right: 0.1em;
  content: "●";
  color: #537856;
}

.p-tenji__area__item__content {
  padding-left: 1em;
}
.p-tenji__area__item__content p, .p-tenji__area__item__content a {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-tenji__area__item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(images/common/dot_line-grn.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 2px;
}
.p-tenji__area__item:last-child {
  margin-bottom: 30px;
  background: none;
}

.p-tenji__area__item__content__link {
  display: block;
}

.p-tenji__area__item__content__link.past_tenji {
  margin-left: -0.6em;
}

.p-tenji__bonsaien__list {
  font-weight: normal;
  display: block;
  text-align: left;
}
.p-tenji__bonsaien__list tbody, .p-tenji__bonsaien__list tr, .p-tenji__bonsaien__list th, .p-tenji__bonsaien__list td {
  font-weight: normal;
  display: block;
  text-align: left;
}
.p-tenji__bonsaien__list tr {
  margin-bottom: 5px;
}

.p-tenji__bonsaien__name::before {
  content: "●";
  color: #537856;
}

.p-tenji__bonsaien__address_phone {
  padding-left: 1em;
}

.p-tenji__bonsaien__address {
  display: inline;
}
.p-tenji__bonsaien__address::after {
  content: "　";
}

.p-tenji__bonsaien__phone {
  display: inline;
}

.p-tenji__bonsaien__url {
  display: block;
}

.p-tenji__area__note {
  margin-top: 25px;
}

@media screen and (min-width: 540px) {
  .p-tenji__area_nav {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-tenji__area_nav {
    margin-bottom: 52px;
  }
  .p-tenji__area_nav__item__anchor {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .p-tenji__area__item {
    padding: 25px 0;
  }
  .p-tenji__area__item__content p, .p-tenji__area__item__content a {
    font-size: 1.5rem;
    line-height: 1.93;
  }
  .p-tenji__bonsaien__list {
    display: table;
  }
  .p-tenji__bonsaien__list tr {
    display: table-row;
  }
  .p-tenji__bonsaien__list thead {
    display: table-header-group;
  }
  .p-tenji__bonsaien__list tbody {
    display: table-row-group;
  }
  .p-tenji__bonsaien__list tfoot {
    display: table-footer-group;
  }
  .p-tenji__bonsaien__list td, .p-tenji__bonsaien__list th {
    display: table-cell;
    vertical-align: top;
  }
  .p-tenji__bonsaien__list th {
    min-width: 130px;
  }
}
/*# sourceMappingURL=style.css.map */