@charset "UTF-8";
html {
  font-size: 62.5%;
  background-color: #fff; }

* {
  font-size: 1.3rem;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1;
  color: #707070; }

ruby {
  font-size: 1.6rem;
  line-height: 2; }
  ruby rt {
    font-size: 1rem; }

.ruby__size {
  font-size: 2.2rem; }

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

.border {
  border-top: 1px solid rgba(187, 187, 187, 0.18); }

.inner {
  max-width: 1166px;
  margin: 0 auto; }

.inner--s {
  max-width: 936px;
  margin: 0 auto; }

.inner--ss {
  max-width: 828px;
  margin: 0 auto; }

.inner--p {
  padding: 0 40px; }

.bg {
  background-image: url("../img/common/bg_img.jpg"); }

.title {
  display: flex;
  align-items: self-end;
  font-size: 3rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.33em;
  z-index: 1;
  position: relative;
  font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1; }
  .title span {
    font-size: 2.7rem;
    letter-spacing: 0.33em;
    z-index: 1;
    line-height: 1; }
  @media screen and (max-width: 768px) {
    .title {
      font-size: 2.2rem;
      letter-spacing: 0.35em; }
      .title span {
        font-size: 2rem;
        letter-spacing: 0.45em; } }

/* IE10 & IE11 */
_:-ms-input-placeholder,
:root .title {
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif; }

/* safari */
_::-webkit-full-page-media,
_:future,
:root .title span {
  line-height: 1.2; }

.title--kasou__wrapper {
  padding-top: 69px;
  padding-bottom: 94px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.18); }
  @media screen and (max-width: 768px) {
    .title--kasou__wrapper {
      padding-top: 40px;
      padding-bottom: 51px; } }

.title--kasou-left {
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    .title--kasou-left {
      padding-right: 0;
      margin: 0 auto 50px; } }

.contents__title,
.contents__title--kasou {
  font-size: 2rem;
  font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.35;
  letter-spacing: 0.12em;
  padding-left: 18px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .contents__title,
    .contents__title--kasou {
      font-size: 1.7rem;
      height: 20px; } }
  .contents__title span,
  .contents__title--kasou span {
    font-size: 2.2rem;
    font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
    position: relative;
    letter-spacing: -0.1rem; }
    @media screen and (max-width: 768px) {
      .contents__title span,
      .contents__title--kasou span {
        font-size: 2rem; } }

.contents__title::before {
  position: absolute;
  content: "";
  left: 1px;
  bottom: 1px;
  height: 23px;
  width: 2px;
  background-color: #c49732; }

.contents__title--kasou {
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .contents__title--kasou {
      font-size: 1.6rem;
      border-top: 1px solid rgba(187, 187, 187, 0.18);
      margin-top: 0;
      padding-top: 80px;
      line-height: 1.6; } }

@media screen and (max-width: 768px) {
  .kasou__contents-text-wrapper {
    padding-top: 36px; } }

.kasou__contents-text:not(:last-child) {
  margin-bottom: 17px; }

.kasou__contents-img {
  margin-bottom: 32px; }

.title--center {
  margin: 0 auto;
  width: 28px; }
  @media screen and (max-width: 768px) {
    .title--center {
      width: 20px; } }

.title--right {
  margin-right: 46px; }

.sub-title {
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #3b3b3b; }

.sub-title--accent::before {
  content: ""; }

.top__contents-text-area {
  padding-top: 7px; }

.small-title {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #3b3b3b;
  font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
  color: #3b3b3b;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .small-title {
      font-size: 1.5rem; } }

.small-title--margin {
  margin-bottom: 38px; }
  @media screen and (max-width: 768px) {
    .small-title--margin {
      margin-bottom: 22px; } }

.small-title--arrow {
  position: relative; }
  .small-title--arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/common/arrow-right.png);
    background-size: contain;
    vertical-align: middle;
    left: 116px;
    top: 36.5%;
    transform: translate(-50%);
    width: 12px;
    height: 7px;
    transition: 0.1s; }

.text {
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 1.4rem; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.pc-only {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc-only {
      display: none; } }

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

.carve__wrapper {
  position: relative;
  padding-top: 33px;
  top: -88px;
  overflow: hidden;
  z-index: 2; }

.carve {
  z-index: 1;
  width: 117%;
  height: 350px;
  border-radius: 50% 50% 0 0;
  position: absolute;
  right: 50%;
  top: 0;
  background-color: #fff;
  transform: translateX(50%);
  z-index: -1; }
  @media screen and (max-width: 1000px) {
    .carve {
      height: 25vw; } }

.negative-margine__cancel {
  margin-top: -84px; }

.top-img {
  z-index: -10; }

.top-img > img {
  margin-top: 70px;
  width: 100%;
  height: 520px;
  object-fit: cover; }
  @media screen and (max-width: 975px) {
    .top-img > img {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    .top-img > img {
      height: 303px; } }

.kasou__top-wrapper {
  background-image: url("../img/common/bg_img.jpg");
  padding-bottom: 163px;
  margin-bottom: 140px; }
  @media screen and (max-width: 768px) {
    .kasou__top-wrapper {
      padding-bottom: 176px;
      margin-bottom: 103px; } }

.kasou__top-inner {
  position: relative;
  margin-top: 130px;
  display: flex; }
  @media screen and (max-width: 768px) {
    .kasou__top-inner {
      display: block;
      margin-top: 34px; } }

.kasou__illist {
  position: absolute; }

.link-arrow-right__wrapper {
  text-align: right; }

.link-arrow-right {
  position: relative;
  font-size: 1.4rem;
  padding-right: 22px;
  margin-left: 8px; }
  .link-arrow-right::after {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../img/common/arrow-right.png);
    width: 12px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-size: contain;
    vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .link-arrow-right {
      top: 3px;
      font-size: 1.3rem; } }

.link-arrow-right:hover {
  transition: 0.05s; }
  .link-arrow-right:hover::after {
    transition: ease-in 0.2s;
    right: -3px; }

.contents-column__wrapper--one .contents-column__img {
  margin-bottom: 23px; }

.contents-column__wrapper .contents-column__flex-box {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .contents-column__wrapper .contents-column__flex-box {
      display: block; } }
.contents-column__wrapper .contents-column__title {
  margin-bottom: 64px; }
  @media screen and (max-width: 768px) {
    .contents-column__wrapper .contents-column__title {
      margin-bottom: 42px; } }
.contents-column__wrapper .contents-column__img {
  margin-right: 8.7%;
  width: 75.4%;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .contents-column__wrapper .contents-column__img {
      margin-right: 0;
      margin-bottom: 45px; } }
  .contents-column__wrapper .contents-column__img img {
    width: 100%;
    max-width: 100%;
    height: auto; }
.contents-column__wrapper .contents-column__text-wrapper {
  width: 100%; }
.contents-column__wrapper .contents-column__text-explain {
  margin-bottom: 30px;
  line-height: 2.3;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
  margin-top: -4px; }
  @media screen and (max-width: 768px) {
    .contents-column__wrapper .contents-column__text-explain {
      margin-bottom: 19px;
      line-height: 1.5;
      font-size: 1.5rem; } }
.contents-column__wrapper .contents-column__text:not(:last-child) {
  margin-bottom: 17px; }
.contents-column__wrapper .contents-column__list li {
  line-height: 2.4; }
.contents-column__wrapper .contents-column__list li:not(:last-child) {
  margin-bottom: 14px; }
  @media screen and (max-width: 768px) {
    .contents-column__wrapper .contents-column__list li:not(:last-child) {
      margin-bottom: 11px; } }

.contents-column__wrapper--reverse .contents-column__flex-box {
  flex-direction: row-reverse; }
.contents-column__wrapper--reverse .contents-column__img {
  margin-right: 0;
  margin-left: 8.7%; }
  @media screen and (max-width: 768px) {
    .contents-column__wrapper--reverse .contents-column__img {
      margin-left: 0; } }

.contents-column__wrapper--images .contents-column__flex-box :first-child {
  margin-right: 8.7%; }
.contents-column__wrapper--images .contents-column__img {
  margin-bottom: 23px;
  margin-right: 0; }

.kasou__illist {
  bottom: -128px;
  right: -75px;
  opacity: 0.8; }
  @media screen and (max-width: 1150px) {
    .kasou__illist {
      right: 0; } }
  @media screen and (max-width: 768px) {
    .kasou__illist {
      bottom: -135px;
      right: -20px; } }

.blur {
  animation-name: blurAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out; }

@keyframes blurAnime {
  from {
    filter: blur(13px);
    transform: scale(1.02) translateY(-80px);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1) translateY(0px);
    opacity: 1; } }
.blurTrigger {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(7px); }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0; }

.fadeUpdelay {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnimedelay {
  from {
    opacity: 0;
    transform: translateY(120px);
    filter: blur(7px); }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpdelayTrigger {
  opacity: 0; }

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    a:hover {
      color: #adadad;
      -webkit-transition: 0.3s;
      transition: 0.3s; } }

.illust {
  position: absolute;
  bottom: -16px;
  right: 4.7%; }
  @media screen and (max-width: 768px) {
    .illust {
      bottom: -26px;
      right: 10px;
      width: 105px;
      height: auto;
      z-index: 2; } }

/* IE10 & IE11  オブジェクトフィット*/
_:-ms-input-placeholder,
:root .img-fit {
  object-fit: cover;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

_:-ms-input-placeholder,
:root #event .carve__wrapper,
#jodo .carve__wrapper,
.top__insta-block {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer__block {
  padding: 20px 0 80px 0;
  background-color: #383838; }
  @media screen and (max-width: 768px) {
    .footer__block {
      padding: 24px 0 45px 0; } }

.footer__retrun {
  text-align: right;
  margin-bottom: 64px; }
  @media screen and (max-width: 768px) {
    .footer__retrun {
      margin-bottom: 45px; } }

.footer__retrun-link {
  color: #fff;
  font-size: 1.2rem;
  padding-right: 16px;
  position: relative; }
  .footer__retrun-link::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 7px;
    height: 8px;
    background-image: url(../img/common/arrow-top.png);
    background-size: contain;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    right: -1px; }

.footer__logo {
  text-align: center;
  margin-bottom: 88px; }
  @media screen and (max-width: 768px) {
    .footer__logo {
      margin-bottom: 73px; } }
  @media screen and (max-width: 768px) {
    .footer__logo img {
      width: 43px; } }

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

.footer__adress {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 11px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap; }

@media screen and (max-width: 350px) {
  .footer__adress {
    margin-left: -30px; } }
.footer__tel, .footer__tel > a {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 56px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center; }

.footer__copy-right {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.04em; }

.header__wrapper--sub {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: 1s;
  background-color: #fff; }
  @media screen and (max-width: 975px) {
    .header__wrapper--sub {
      display: block;
      padding-top: 0;
      background-color: transparent; }
      .header__wrapper--sub .inner {
        padding: 0; } }
  .header__wrapper--sub .header__inner {
    display: flex;
    justify-content: space-between; }
    .header__wrapper--sub .header__inner .header__title img {
      padding-top: 12px; }
    @media screen and (max-width: 975px) {
      .header__wrapper--sub .header__inner {
        display: block; }
        .header__wrapper--sub .header__inner .header__inner-sp {
          padding-right: 28px;
          padding-left: 27px;
          padding-top: 24px;
          padding-bottom: 23px;
          background: #fff;
          display: flex;
          justify-content: space-between; }
        .header__wrapper--sub .header__inner .header__title img {
          padding-top: 0;
          width: 110px;
          position: absolute;
          top: 20px; } }
  .header__wrapper--sub .header__nav {
    display: flex; }
    @media screen and (max-width: 975px) {
      .header__wrapper--sub .header__nav {
        display: none;
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: rgba(255, 255, 255, 0.95); } }
  .header__wrapper--sub .header__nav-item {
    padding-top: 27px;
    padding-bottom: 27px;
    line-height: 1; }
    @media screen and (max-width: 975px) {
      .header__wrapper--sub .header__nav-item {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 40px !important;
        padding-right: 40px; } }
  .header__wrapper--sub .header__nav-item:not(:last-child):not(.header__nav-link--open) {
    padding-right: 17px; }
  .header__wrapper--sub .header__nav-item:not(:first-child) {
    padding-left: 18px; }
  .header__wrapper--sub .header__nav-item:last-child .header__nav-link {
    border: 1px solid #f0f0f0;
    padding: 9px 28px 10px;
    font-size: 1.3rem;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 975px) {
      .header__wrapper--sub .header__nav-item:last-child .header__nav-link {
        border: 1px solid #909090;
        font-size: 1.4rem; } }
  .header__wrapper--sub .header__nav-link {
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    position: relative;
    display: inline;
    cursor: pointer; }
  .header__wrapper--sub .header__nav-link--notopen .header__nav-link {
    position: relative; }
    .header__wrapper--sub .header__nav-link--notopen .header__nav-link::before {
      content: "";
      position: absolute;
      bottom: -8px;
      right: 0;
      display: block;
      width: 0;
      height: 1px;
      background-color: #c49732;
      transition: width 0.33s; }
    @media screen and (min-width: 769px) {
      .header__wrapper--sub .header__nav-link--notopen .header__nav-link:hover::before {
        left: 0;
        width: 100%; } }
  .header__wrapper--sub .header__nav-layer {
    display: none; }
    @media screen and (max-width: 975px) {
      .header__wrapper--sub .header__nav-layer {
        margin-top: 30px; }
        .header__wrapper--sub .header__nav-layer .header__nav-layer-item {
          padding: 10px;
          margin-bottom: 20px; }
        .header__wrapper--sub .header__nav-layer .header__nav-layer-link {
          font-size: 1.6rem;
          font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif; } }
  @media screen and (max-width: 975px) {
    .header__wrapper--sub .header__nav-layer-item-anime1 {
      animation-name: navAnimation;
      animation-duration: 0.8s;
      animation-fill-mode: forwards; }
    @keyframes navAnimation {
      from {
        margin-left: -12px;
        opacity: 0; }
      to {
        margin-left: 0;
        opacity: 1; } }
    .header__wrapper--sub .header__nav-layer-item-anime2 {
      animation-name: navAnimation2;
      animation-duration: 0.95s;
      animation-fill-mode: forwards; }
    @keyframes navAnimation2 {
      from {
        margin-left: -18px;
        opacity: 0; }
      to {
        margin-left: 0;
        opacity: 1; } }
    .header__wrapper--sub .header__nav-layer-item-anime3 {
      animation-name: navAnimation3;
      animation-duration: 1.1s;
      animation-fill-mode: forwards; }
    @keyframes navAnimation3 {
      from {
        margin-left: -24px;
        opacity: 0; }
      to {
        margin-left: 0;
        opacity: 1; } }
    .header__wrapper--sub .header__nav-layer-item-anime4 {
      animation-name: navAnimation4;
      animation-duration: 1.25s;
      animation-fill-mode: forwards; }
    @keyframes navAnimation4 {
      from {
        margin-left: -30px;
        opacity: 0; }
      to {
        margin-left: 0;
        opacity: 1; } }
    .header__wrapper--sub .header__nav-layer-item-anime5 {
      animation-name: navAnimation5;
      animation-duration: 1.4s;
      animation-fill-mode: forwards; } }
@keyframes navAnimation5 {
  from {
    margin-left: -36px;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
  @media screen and (min-width: 976px) {
    .header__wrapper--sub .header__nav-layer--on {
      position: absolute;
      width: 100%;
      padding: 37px 200px 40px;
      display: flex;
      justify-content: center;
      left: 0;
      top: 70px;
      background-color: #fff;
      opacity: 0.9; }
      .header__wrapper--sub .header__nav-layer--on .header__nav-layer-link {
        cursor: pointer;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        padding: 12px 0; }
      .header__wrapper--sub .header__nav-layer--on .header__nav-layer-item:not(:last-child) {
        margin-right: 40px;
        left: -100px; } }

@media screen and (min-width: 976px) {
  .header__wrapper--sub--on {
    display: block;
    animation-name: menuIn;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; }

  @keyframes menuIn {
    from {
      transform: translateY(-25px);
      opacity: 0; }
    to {
      transform: translateY(0px);
      opacity: 1; } } }
@media screen and (min-width: 976px) {
  .header__wrapper--sub--off {
    animation-name: menuOut;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; }

  @keyframes menuOut {
    from {
      transform: translateY(0px);
      opacity: 1; }
    to {
      transform: translateY(-25px);
      opacity: 0;
      display: none; } } }
.header__wrapper--main .header__inner {
  position: absolute;
  width: 208px;
  height: 208px;
  background-image: url("../img/common/bg_img.jpg");
  top: 0;
  right: 40px;
  z-index: 2;
  border-radius: 0 0 2px 2px;
  display: none; }
  @media screen and (max-width: 975px) {
    .header__wrapper--main .header__inner {
      display: none; } }
.header__wrapper--main .header__logo {
  position: absolute;
  top: 48%;
  left: 57%;
  transform: translate(-50%, -50%); }

@media screen and (min-width: 976px) {
  #top .header__inner--top {
    display: block; } }

/* IE10 & IE11*/
_:-ms-input-placeholder,
:root #top .header__inner--top {
  display: none; }

.header__nav-link--open {
  padding-right: 25px; }
  .header__nav-link--open .header__nav-link {
    position: relative;
    line-height: 1; }
  .header__nav-link--open .header__nav-link::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 9px;
    background-color: #c49732;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s; }
  .header__nav-link--open .header__nav-link::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 1px;
    background-color: #c49732;
    right: -13px;
    top: 50%;
    transform: translateY(-50%); }

.openbtn {
  display: none; }

@media screen and (max-width: 975px) {
  .openbtn {
    display: block;
    position: relative;
    cursor: pointer;
    width: 29px;
    height: 22px;
    border-radius: 5px; }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    right: 0;
    height: 1px;
    border-radius: 2px;
    background: #000;
    width: 100%; }
    .openbtn span:nth-of-type(1) {
      top: 0; }
    .openbtn span:nth-of-type(2) {
      top: 10px; }
    .openbtn span:nth-of-type(3) {
      top: 20px;
      width: 70%; }

  .active span:nth-of-type(1) {
    top: 5px;
    right: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 80%; }
  .active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/ }
  .active span:nth-of-type(3) {
    top: 17px;
    right: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 80%; } }
@media screen and (max-width: 975px) {
  .nav-onoff {
    display: block !important; }

  .nav-onoff--layer {
    display: block !important; } }
#top {
  display: none; }
  #top .top__slider-block {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    overflow: hidden;
    z-index: -20; }
    @media screen and (max-width: 975px) {
      #top .top__slider-block {
        padding-top: 29px; } }
  #top .top__slider-dots {
    background-image: url(../img/slider/dot.png);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1; }
  #top .top__slider picture {
    height: 100vh;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #top .top__slider picture {
        height: 88vh; } }
  #top .top__slider-img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: top center; }
  #top .slide-animation {
    animation: fadezoom 3s 0s forwards; }
@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
  #top .top__news-block .top__news-inner {
    background-image: url("../img/common/bg_img.jpg");
    padding-bottom: 105px; }
  #top .top__news-block .top__look {
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 80px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #top .top__news-block .top__look {
        margin-bottom: 32px; } }
    #top .top__news-block .top__look::after {
      position: absolute;
      display: inline-block;
      content: "";
      background-image: url(../img/common/arrow-down.png);
      bottom: -21px;
      left: 50%;
      transform: translateX(-50%);
      background-size: contain;
      vertical-align: middle;
      width: 7px;
      height: 7px; }
  #top .top__news-block .top__menu {
    z-index: 1;
    position: relative;
    margin-bottom: 84px; }
    @media screen and (max-width: 768px) {
      #top .top__news-block .top__menu {
        display: none; } }
  #top .top__news-block .top__menu-list {
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  #top .top__news-block .top__menu-item {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.34em;
    padding-right: 8px; }
    #top .top__news-block .top__menu-item:not(:last-child) {
      margin-right: 42px; }
  #top .top__news-block .top__menu-item-link {
    padding: 0 8px;
    font-size: 1.6rem;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif; }
  #top .top__news-block .top__menu-item-link {
    position: relative; }
    #top .top__news-block .top__menu-item-link::before {
      position: absolute;
      content: "";
      right: 0;
      width: 1px;
      height: 100%;
      background: #c49732;
      transform: scale(1, 0);
      transform-origin: right bottom;
      transition: transform 0.33s; }
    #top .top__news-block .top__menu-item-link:hover::before {
      height: 100%;
      transform-origin: right top;
      transform: scale(1, 1); }
  #top .top__news-block .top__news-wrapper {
    margin: 0 auto; }
  #top .top__news-block .top__news {
    display: flex;
    margin-left: 116px;
    max-width: 786px; }
    @media screen and (max-width: 1000px) {
      #top .top__news-block .top__news {
        margin-right: auto;
        margin-left: auto; } }
    @media screen and (max-width: 768px) {
      #top .top__news-block .top__news {
        flex-direction: column;
        margin-left: 0; }
        #top .top__news-block .top__news .title {
          margin: 48px auto 0; } }
  #top .top__news-block .top__news-list {
    margin-left: 80px;
    padding-top: 17px;
    z-index: 1;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #top .top__news-block .top__news-list {
        margin-left: 0; } }
  #top .top__news-block .top__news-item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
    margin-bottom: 26px; }
    #top .top__news-block .top__news-item:last-child {
      margin-bottom: 32px; }
  #top .top__news-block .top__news-item-link-day {
    color: #c49732;
    display: block;
    font-size: 1.1rem;
    margin-bottom: 15px; }
  #top .top__news-block .top__news-item-link {
    font-size: 1.6rem;
    line-height: 1.6; }
  #top .top__news-block .top__news-history {
    text-align: right;
    max-width: 720px;
    margin: 0 auto; }
  #top .top__news-block .top__news-history-link {
    position: relative;
    font-size: 1.3rem;
    padding-right: 20px; }
    #top .top__news-block .top__news-history-link::after {
      content: "";
      display: inline-block;
      position: absolute;
      background-image: url(../img/common/arrow-right.png);
      background-size: contain;
      vertical-align: middle;
      right: 0;
      top: 50%;
      width: 12px;
      height: 7px;
      transform: translateY(-50%); }
  #top .top__news-block .top__news-history-link:hover {
    transition: 0.05s; }
    #top .top__news-block .top__news-history-link:hover::after {
      transition: ease-in 0.2s;
      right: -3px; }
  #top .top__about-block {
    position: relative;
    padding-top: 56px;
    padding-bottom: 186px; }
    @media screen and (max-width: 1000px) {
      #top .top__about-block {
        padding-bottom: 316px; } }
  #top .top__about {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 86px; }
    @media screen and (max-width: 1000px) {
      #top .top__about {
        padding-right: 40px;
        padding-left: 40px;
        flex-direction: column; }
        #top .top__about .title {
          margin: 0 auto; } }
  #top .top__about-img {
    margin-right: 55px;
    padding-top: 16px;
    border-radius: 2px; }
    @media screen and (max-width: 1000px) {
      #top .top__about-img {
        margin-right: 0; }
        #top .top__about-img img {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      #top .top__about-img {
        margin-right: -40px; } }
  #top .top__about-text-area {
    position: absolute;
    left: 40px;
    bottom: -86px;
    padding: 38px 40px 30px 48px;
    background-image: url("../img/common/bg_img.jpg");
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 100vw;
    width: 383px;
    height: 272px;
    border-radius: 2px; }
    @media screen and (max-width: 1000px) {
      #top .top__about-text-area {
        left: 0; } }
    @media screen and (max-width: 768px) {
      #top .top__about-text-area {
        bottom: -240px; } }
    @media screen and (max-width: 380px) {
      #top .top__about-text-area {
        padding: 38px 20px 30px 20px; } }
  #top .top__about-text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    letter-spacing: 0.43em;
    line-height: 2.4em; }
  #top .top__about-detail {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: right; }
  #top .top__about-detail-link {
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 0.3em;
    cursor: pointer;
    width: 13px; }
    #top .top__about-detail-link::after {
      content: "";
      background-image: url(../img/common/arrow-down.png);
      background-size: contain;
      display: inline-block;
      margin-top: 4px;
      width: 7px;
      height: 7px; }
  #top .top__about-detail-link:hover {
    transition: 0.2s; }
    #top .top__about-detail-link:hover::after {
      transition: ease-in 0.2s;
      bottom: -1px; }
  #top .top__contents-block {
    padding-top: 140px;
    padding-bottom: 82px;
    background-image: url("../img/common/bg_img.jpg"); }
    @media screen and (max-width: 768px) {
      #top .top__contents-block {
        padding-top: 103px; } }
  #top .top__contents-inner {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 900px) {
      #top .top__contents-inner {
        flex-direction: column; } }
  #top .top__contents-img {
    max-width: 201px;
    margin-right: 32px; }
    @media screen and (max-width: 500px) {
      #top .top__contents-img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        max-width: 410px; } }
  #top .top__contents {
    display: flex;
    margin-bottom: 46px;
    width: calc(50% - 20px); }
    @media screen and (max-width: 900px) {
      #top .top__contents {
        width: 100%; } }
    @media screen and (max-width: 500px) {
      #top .top__contents {
        display: block; } }
  #top .top__contents:nth-child(odd) {
    margin-right: 40px; }
  #top .top__contents-text {
    letter-spacing: 0.12em;
    line-height: 2.2em;
    padding-top: 20px; }
  #top .top__contents-text-area-link:hover .small-title--arrow {
    color: #909090; }
    #top .top__contents-text-area-link:hover .small-title--arrow::after {
      right: 93px;
      transition: ease-in 0.2s; }
  @media screen and (max-width: 900px) {
    #top .top__contents .small-title--arrow::after {
      position: static;
      margin-left: 12px;
      margin-bottom: 4px; } }
  #top .top__contents-img-wrapper {
    transition: 0.2s; }
  #top .add--color {
    filter: brightness(77%);
    transition: 0.2s; }
  #top .top__houmu-block {
    padding-top: 149px;
    padding-bottom: 140px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #top .top__houmu-block {
        padding-top: 103px;
        padding-bottom: 103px; } }
    #top .top__houmu-block .houmu__illust {
      position: absolute;
      top: -89px;
      left: 60px;
      transform: rotate(-14deg); }
      @media screen and (max-width: 768px) {
        #top .top__houmu-block .houmu__illust {
          width: 150px;
          left: 30px;
          top: -75px; } }
    #top .top__houmu-block .houmu--title {
      margin-right: 83px; }
      @media screen and (max-width: 768px) {
        #top .top__houmu-block .houmu--title {
          margin: 0 auto 40px; } }
    #top .top__houmu-block .houmu__contents-wrapper {
      display: flex; }
      @media screen and (max-width: 768px) {
        #top .top__houmu-block .houmu__contents-wrapper {
          display: block; } }
    #top .top__houmu-block .houmu__contents-title {
      padding-top: 14px;
      margin-bottom: 38px; }
    #top .top__houmu-block .houmu__text {
      margin-bottom: 61px;
      margin-left: -1px;
      line-height: 2.15;
      letter-spacing: 0.08em; }
  #top .houmu__contents--add span {
    opacity: 0; }
  #top .top__insta-block {
    padding-top: 156px;
    padding-bottom: 120px;
    background-image: url("../img/common/bg_img.jpg"); }
    @media screen and (max-width: 768px) {
      #top .top__insta-block {
        padding-top: 103px; } }
  #top .top__insta {
    margin: 75px auto 52px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  #top .top__insta-img {
    width: calc(25% - 9px);
    margin-bottom: 12px;
    border-radius: 2px; }
    @media screen and (max-width: 500px) {
      #top .top__insta-img {
        width: calc(50% - 6px); } }
  #top .top__insta-img:not(:nth-child(4n)) {
    margin-right: 12px; }
    @media screen and (max-width: 500px) {
      #top .top__insta-img:not(:nth-child(4n)) {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    #top .top__insta-img:not(:nth-child(2n)) {
      margin-right: 12px; } }
  #top .top__insta-more {
    text-align: center; }
  #top .top__insta-more-link {
    position: relative;
    font-size: 1.6rem;
    padding-right: 22px;
    margin-left: 8px; }
    #top .top__insta-more-link::after {
      position: absolute;
      content: "";
      display: inline-block;
      background-image: url(../img/common/arrow-right.png);
      width: 12px;
      height: 7px;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      background-size: contain;
      vertical-align: middle; }
    @media screen and (max-width: 768px) {
      #top .top__insta-more-link {
        font-size: 1.3rem; } }
  #top .top__insta-more-link:hover {
    transition: 0.05s; }
    #top .top__insta-more-link:hover::after {
      transition: ease-in 0.2s;
      right: -3px; }
  #top .top__access-block {
    padding-top: 147px;
    padding-bottom: 154px; }
    @media screen and (max-width: 768px) {
      #top .top__access-block {
        padding-top: 244px;
        padding-bottom: 146px;
        position: relative; } }
  @media screen and (max-width: 768px) {
    #top .top__access {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: -43px; } }
  @media screen and (max-width: 768px) {
    #top .top__access-info-list {
      margin-bottom: 28px; } }
  #top .top__access-info-area {
    max-width: 828px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #top .top__access-info-area {
        margin: 0; } }
  #top .top__access-map-area {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 86px; }
    @media screen and (max-width: 1000px) {
      #top .top__access-map-area {
        padding-right: 0; } }
    @media screen and (max-width: 768px) {
      #top .top__access-map-area {
        flex-direction: column; }
        #top .top__access-map-area .title {
          margin: 0 auto;
          position: absolute;
          top: 85px;
          left: 47.5%; } }
  #top .top__access-map {
    margin: 16px 55px 0 0;
    max-width: 828px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #top .top__access-map {
        margin: 0; } }
  #top .map {
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      #top .map {
        margin-bottom: 26px; } }
    #top .map iframe {
      width: 100%; }
      @media screen and (max-width: 768px) {
        #top .map iframe {
          width: 100%; } }
  #top .top__acecess-map-more {
    text-align: right;
    margin-bottom: 17px; }
  #top .top__acecess-map-more-link {
    position: relative;
    padding-right: 20px;
    font-size: 1.3rem; }
    #top .top__acecess-map-more-link::after {
      position: absolute;
      content: "";
      display: inline-block;
      background-image: url(../img/common/arrow-right.png);
      width: 12px;
      height: 7px;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      background-size: contain;
      vertical-align: middle; }
  #top .top__acecess-map-more-link:hover {
    transition: 0.05s; }
    #top .top__acecess-map-more-link:hover::after {
      transition: ease-in 0.2s;
      right: -2px; }
  #top .top__access-info-item {
    margin-bottom: 32px; }
  #top .top__access-info-item-title {
    position: relative;
    padding-left: 10px;
    font-size: 1.3rem;
    color: #3b3b3b;
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      #top .top__access-info-item-title {
        color: #c49732;
        padding-left: 0;
        margin-bottom: 8px; } }
    #top .top__access-info-item-title::before {
      position: absolute;
      content: "";
      width: 2px;
      height: 13px;
      top: 0;
      left: 0;
      background-color: #c49732; }
      @media screen and (max-width: 768px) {
        #top .top__access-info-item-title::before {
          display: none; } }
  #top .top__access-info-item-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      #top .top__access-info-item-text {
        line-height: 1.6;
        font-size: 1.4rem; } }

#jodo .top-img > img {
  object-position: top left; }
#jodo .contents-column__wrapper {
  padding-top: 103px;
  padding-bottom: 83px;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #jodo .contents-column__wrapper {
      padding: 0 0 84px;
      border-top: none;
      display: block; } }
@media screen and (max-width: 768px) {
  #jodo .contents-column__wrapper:first-child {
    padding-top: 80px; } }
#jodo .contents-column__wrapper:not(:last-child) {
  border-bottom: 1px solid rgba(187, 187, 187, 0.18); }
  @media screen and (max-width: 768px) {
    #jodo .contents-column__wrapper:not(:last-child) {
      border: none; } }
#jodo .contents-column__wrapper:last-child {
  padding-bottom: 170px; }
  @media screen and (max-width: 768px) {
    #jodo .contents-column__wrapper:last-child {
      padding-bottom: 110px; } }
#jodo .small-title {
  margin-bottom: 24px; }
#jodo .footer__block {
  margin-top: -84px; }

#event .contents-column__wrapper {
  padding-top: 143px;
  padding-bottom: 140px;
  border-top: 1px solid rgba(187, 187, 187, 0.18);
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 500px) {
    #event .contents-column__wrapper {
      padding-top: 58px;
      padding-bottom: 28px;
      border-top: none;
      display: block; } }
#event .contents-column__wrapper:first-child {
  border-top: none; }
#event .contents-column__wrapper:last-child {
  padding-bottom: 170px; }
  @media screen and (max-width: 500px) {
    #event .contents-column__wrapper:last-child {
      padding-bottom: 110px; } }
#event .event__contents {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%; }
  @media screen and (max-width: 500px) {
    #event .event__contents {
      max-width: 100%;
      width: 100%; } }
#event .event__contents:nth-child(even) {
  margin-left: 8.5%; }
  @media screen and (max-width: 500px) {
    #event .event__contents:nth-child(even) {
      margin-left: 0;
      margin-top: 90px; } }
#event .event__contents-text {
  margin-bottom: 57px; }
  @media screen and (max-width: 500px) {
    #event .event__contents-text {
      margin-bottom: 26px; } }
#event .footer__block {
  margin-top: -84px; }

#eitaikuyou .contents-column__wrapper {
  padding-bottom: 190px; }
  @media screen and (max-width: 768px) {
    #eitaikuyou .contents-column__wrapper {
      padding-top: 0;
      padding-bottom: 109px; } }
#eitaikuyou .contents-column__img {
  margin-bottom: 68px; }
  @media screen and (max-width: 768px) {
    #eitaikuyou .contents-column__img {
      margin-bottom: 33px; } }
#eitaikuyou .eitai__contents-text-wrapper {
  margin-bottom: 76px; }
  @media screen and (max-width: 768px) {
    #eitaikuyou .eitai__contents-text-wrapper {
      margin-bottom: 53px; } }
#eitaikuyou .eitai__sub-title {
  letter-spacing: 0.12em;
  padding-left: 10px;
  font-size: 1.6rem;
  font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
  padding-bottom: 19px;
  margin-bottom: 21px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.18); }
  @media screen and (max-width: 768px) {
    #eitaikuyou .eitai__sub-title {
      padding-left: 0; } }
#eitaikuyou .eitai__contents-text-explain {
  letter-spacing: 0.008em;
  line-height: 2.15;
  font-size: 1.4rem;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    #eitaikuyou .eitai__contents-text-explain {
      line-height: 2.05;
      margin-bottom: 17px; } }
#eitaikuyou .eitai__contents-detail {
  text-align: right; }
#eitaikuyou .eitaikuyo__link {
  margin-top: 56px; }
  @media screen and (max-width: 768px) {
    #eitaikuyou .eitaikuyo__link {
      margin-top: 40px; } }

#doubutsukuyou .contents-column__wrapper {
  margin-bottom: 180px; }
  @media screen and (max-width: 768px) {
    #doubutsukuyou .contents-column__wrapper {
      margin-bottom: 109px; } }

#shisetsu .shisetsu__links {
  max-width: 652px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #shisetsu .shisetsu__links {
      justify-content: center; }
      #shisetsu .shisetsu__links .shisetsu__links-item--last a {
        padding-right: 0 !important; } }
  #shisetsu .shisetsu__links .shisetsu__links-item {
    position: relative; }
    #shisetsu .shisetsu__links .shisetsu__links-item a {
      font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
      padding: 4px 48px 4px 36px;
      position: relative; }
      #shisetsu .shisetsu__links .shisetsu__links-item a:after {
        position: absolute;
        content: "";
        display: inline-block;
        background-image: url(../img/common/arrow-down.png);
        background-repeat: no-repeat;
        width: 7px;
        height: 8px;
        top: 36%;
        transform: translate(-50%);
        right: 20px;
        background-size: contain;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          #shisetsu .shisetsu__links .shisetsu__links-item a:after {
            left: 0;
            width: 6px;
            height: 7px; } }
      @media screen and (max-width: 768px) {
        #shisetsu .shisetsu__links .shisetsu__links-item a {
          white-space: nowrap;
          font-size: 1.2rem;
          padding-right: 24px;
          padding-left: 14px; } }
  @media screen and (min-width: 769px) {
    #shisetsu .shisetsu__links .shisetsu__links-item:not(:last-child)::after {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      width: 1px;
      height: 18px;
      background-color: #707070;
      opacity: 0.17; } }
#shisetsu .shisetsu-wrapper--bg {
  background-image: url("../img/common/bg_img.jpg"); }
#shisetsu .contents-column__wrapper:not(:last-child):not(:first-child) {
  border-bottom: 1px solid rgba(187, 187, 187, 0.18);
  padding-top: 110px;
  padding-bottom: 82px; }
  @media screen and (max-width: 768px) {
    #shisetsu .contents-column__wrapper:not(:last-child):not(:first-child) {
      border: none;
      padding-top: 0;
      padding-bottom: 66px; } }
#shisetsu .contents-column__wrapper:first-child {
  border-bottom: 1px solid rgba(187, 187, 187, 0.18);
  padding-bottom: 84px; }
  @media screen and (max-width: 768px) {
    #shisetsu .contents-column__wrapper:first-child {
      border: none;
      padding-bottom: 66px; } }
#shisetsu .contents-column__wrapper:last-child {
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    #shisetsu .contents-column__wrapper:last-child {
      padding-top: 0; } }
#shisetsu .contents__title {
  margin-bottom: 62px; }
#shisetsu .small-title {
  margin-bottom: 24px; }
#shisetsu .contents-column__img {
  margin-bottom: 26px; }
#shisetsu #barrierfree .contents-column__wrapper {
  border-bottom: none;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #shisetsu #barrierfree .contents-column__wrapper {
      padding-bottom: 90px; } }
#shisetsu #hondou .contents__title {
  margin-bottom: 40px; }
#shisetsu #hondou .contents-column__wrapper:first-child {
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    #shisetsu #hondou .contents-column__wrapper:first-child {
      padding-top: 100px; } }
#shisetsu #hondou .contents-column__wrapper:last-child {
  padding-bottom: 144px; }
@media screen and (max-width: 768px) {
  #shisetsu #hondou .contents-column__wrapper:first-child {
    padding-top: 80px; }
  #shisetsu #hondou .contents-column__wrapper:last-child {
    padding-bottom: 82px; } }
#shisetsu #hondou .about__hondou-text {
  margin-top: 26px; }
#shisetsu #kuri .contents-column__wrapper:first-child {
  padding-top: 143px; }
#shisetsu #kuri .contents-column__wrapper:last-child {
  padding-bottom: 170px; }
@media screen and (max-width: 768px) {
  #shisetsu #kuri .contents-column__wrapper:first-child {
    padding-top: 93px; }
  #shisetsu #kuri .contents-column__wrapper:last-child {
    padding-bottom: 82px; } }
#shisetsu #bunkazai .contents-column__wrapper:first-child {
  padding-top: 156px; }
#shisetsu #bunkazai .contents-column__wrapper:last-child {
  padding-bottom: 140px; }
@media screen and (max-width: 768px) {
  #shisetsu #bunkazai .contents-column__wrapper:first-child {
    padding-top: 93px; }
  #shisetsu #bunkazai .contents-column__wrapper:last-child {
    padding-bottom: 82px; } }
#shisetsu #keidai .contents-column__wrapper:first-child {
  padding-top: 130px; }
#shisetsu #keidai .contents-column__wrapper:last-child {
  padding-bottom: 100px; }
@media screen and (max-width: 768px) {
  #shisetsu #keidai .contents-column__wrapper:first-child {
    padding-top: 93px; }
  #shisetsu #keidai .contents-column__wrapper:last-child {
    padding-bottom: 82px; } }
#shisetsu #bochi .contents-column__wrapper:first-child {
  padding-top: 156px; }
#shisetsu #bochi .contents-column__wrapper:last-child {
  padding-bottom: 65px;
  border-bottom: none; }
@media screen and (max-width: 768px) {
  #shisetsu #bochi .contents-column__wrapper:first-child {
    padding-top: 93px; }
  #shisetsu #bochi .contents-column__wrapper:last-child {
    padding-bottom: 40px; } }
#shisetsu #bochi .bochi__link {
  margin-top: 80px; }
#shisetsu #bochi .link-arrow-right__wrapper:first-child {
  margin-bottom: 20px; }
#shisetsu #bochi .botchi__link-ayumi {
  color: #c49732; }
  #shisetsu #bochi .botchi__link-ayumi:hover {
    opacity: 0.6; }

@media screen and (min-width: 769px) {
  /* IE10 & IE11  画像サイズ*/
  _:-ms-input-placeholder img,
  :root #shisetsu .contents-column__img:last-child img {
    width: 91.7%; } }
#history #gaiyou .contents-column__wrapper {
  padding-top: 0;
  padding-bottom: 152px; }
  @media screen and (max-width: 768px) {
    #history #gaiyou .contents-column__wrapper {
      padding-bottom: 72px; } }
#history #gaiyou .history__contents:not(:nth-child(2)) {
  padding-top: 42px; }
  @media screen and (max-width: 768px) {
    #history #gaiyou .history__contents:not(:nth-child(2)) {
      padding-top: 47px; } }
#history #gaiyou .history__contents:not(:last-child) {
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.18); }
  @media screen and (max-width: 768px) {
    #history #gaiyou .history__contents:not(:last-child) {
      padding-bottom: 36px; } }
#history #gaiyou .small-title {
  margin-bottom: 24px; }
#history #about-history .contents-column__wrapper {
  padding-top: 142px;
  padding-bottom: 82px; }
  @media screen and (max-width: 768px) {
    #history #about-history .contents-column__wrapper {
      padding-top: 94px; } }
#history #about-history .contents-column__flex-box {
  justify-content: flex-start; }
@media screen and (max-width: 768px) {
  #history #about-history .history__contents {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 768px) {
  #history #about-history .history__contents:not(:last-child) {
    padding-bottom: 53px !important; } }
@media screen and (max-width: 768px) {
  #history #about-history .history__contents:not(:last-child) {
    border-bottom: none;
    padding-bottom: 40px;
    margin-bottom: 40px; } }
#history #about-history .history__contents-text {
  margin-top: -7px;
  padding-bottom: 66px; }
  @media screen and (max-width: 768px) {
    #history #about-history .history__contents-text {
      padding-bottom: 0; } }
#history #about-history .small-title {
  flex-shrink: 0;
  width: 80px;
  white-space: nowrap;
  text-align: center;
  margin-right: 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #history #about-history .small-title {
      text-align: left;
      margin-bottom: 24px; } }
#history #about-history .contents-column__img {
  flex-shrink: 0;
  width: 237px;
  margin-left: 40px; }
  @media screen and (max-width: 768px) {
    #history #about-history .contents-column__img {
      margin: 24px auto 0;
      max-width: 500px;
      width: 100%; }
      #history #about-history .contents-column__img img {
        width: 100%; } }
@media screen and (min-width: 769px) {
  #history #about-history .history__contents:not(:last-child) .small-title:after {
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: calc(100% - 50px);
    width: 1px;
    background-color: #909090; } }
#history #matsu .contents-column__wrapper {
  padding-top: 160px;
  padding-bottom: 169px; }
  @media screen and (max-width: 768px) {
    #history #matsu .contents-column__wrapper {
      padding-top: 93px;
      padding-bottom: 100px; } }
@media screen and (max-width: 768px) {
  #history #matsu .contents-column__flex-box {
    display: flex;
    flex-direction: column-reverse; }
  #history #matsu .contents-column__img {
    margin: 24px auto 0;
    max-width: 500px;
    width: 100%; } }

#contact .contact__title, #thanks .contact__title {
  margin-right: 117px; }
  @media screen and (max-width: 768px) {
    #contact .contact__title, #thanks .contact__title {
      padding-bottom: 50px;
      margin: 0 auto; } }
#contact .contact__contents-subtitle, #thanks .contact__contents-subtitle {
  margin-bottom: 68px; }
  @media screen and (max-width: 768px) {
    #contact .contact__contents-subtitle, #thanks .contact__contents-subtitle {
      margin-bottom: 48px; } }
#contact .contact__contents, #thanks .contact__contents {
  width: 100%;
  padding-top: 8px;
  margin-right: 80px; }
  @media screen and (max-width: 768px) {
    #contact .contact__contents, #thanks .contact__contents {
      border-top: 1px solid rgba(187, 187, 187, 0.18);
      padding-top: 83px; } }
#contact .contact__wrapper, #thanks .contact__wrapper {
  padding-top: 80px;
  background-image: url(../img/common/bg_img.jpg); }
  @media screen and (max-width: 960px) {
    #contact .contact__wrapper, #thanks .contact__wrapper {
      padding-top: 50px; } }
#contact .contact__inner, #thanks .contact__inner {
  padding-top: 147px;
  padding-bottom: 180px; }
  @media screen and (max-width: 768px) {
    #contact .contact__inner, #thanks .contact__inner {
      padding-top: 61px;
      padding-bottom: 120px; } }
#contact .contact__contents-flex, #thanks .contact__contents-flex {
  display: flex; }
  @media screen and (max-width: 768px) {
    #contact .contact__contents-flex, #thanks .contact__contents-flex {
      display: block; } }
#contact .contact__tel, #contact .contact__tel > a, #thanks .contact__tel, #thanks .contact__tel > a {
  font-size: 2rem;
  font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
  margin-bottom: 95px;
  padding-left: 3px;
  letter-spacing: 0.09em;
  margin-bottom: 68px; }
  #contact .contact__tel span, #contact .contact__tel > a span, #thanks .contact__tel span, #thanks .contact__tel > a span {
    font-size: 1.4rem;
    font-family: "Hannari", "Yu Mincho", "Noto Serif JP", serif;
    margin-right: 10px; }
#contact .contact__item, #thanks .contact__item {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 16px;
  letter-spacing: 0.09em; }
#contact input,
#contact textarea, #thanks input,
#thanks textarea {
  width: 100%;
  font-size: 1.6rem;
  background-color: #fff;
  margin-bottom: 40px;
  font-family: sans-serif;
  letter-spacing: 0.09em; }
  @media screen and (max-width: 768px) {
    #contact input,
    #contact textarea, #thanks input,
    #thanks textarea {
      margin-bottom: 33px; } }
#contact input, #thanks input {
  height: 48px;
  padding: 12px; }
#contact textarea, #thanks textarea {
  width: 100% !important;
  height: 294px;
  padding: 16px 12px; }
#contact input:focus, #thanks input:focus {
  border: 1px solid #c49732;
  outline: 0; }
#contact textarea:focus, #thanks textarea:focus {
  border: 1px solid #c49732;
  outline: 0; }
#contact .contact__btn, #thanks .contact__btn {
  margin: 0 auto;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 24px;
  font-size: 2rem;
  background-color: #c49732;
  color: #fff;
  width: 280px;
  border-radius: 2px;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    #contact .contact__btn, #thanks .contact__btn {
      margin-top: 26px;
      padding-top: 20px;
      padding-bottom: 22px;
      font-size: 1.6rem;
      width: 200px; } }
  #contact .contact__btn:hover, #thanks .contact__btn:hover {
    opacity: 0.8; }
  #contact .contact__btn button, #thanks .contact__btn button {
    letter-spacing: 0.06em; }
#contact .mfp_buttons, #thanks .mfp_buttons {
  text-align: center; }
#contact .check, #thanks .check {
  margin-bottom: 0;
  height: 24px;
  padding: 0;
  width: 24px;
  margin-right: 8px; }
#contact label, #thanks label {
  font-size: 1.4rem;
  letter-spacing: 0.09em; }
#contact .must, #thanks .must {
  padding: 3px 6px 4px;
  background-color: #c49732;
  color: #fff;
  margin-left: 8px;
  font-size: 1.2rem;
  border-radius: 2px;
  white-space: nowrap; }

#thanks .text:not(:last-child) {
  margin-bottom: 16px; }
#thanks .text:last-child {
  margin-bottom: 8px; }
#thanks .small-title {
  text-align: right;
  padding-right: 12px; }
#thanks .small-title--arrow::after {
  left: 100%; }

#link .link__title,
#sitemap .link__title,
#news .link__title,
#error .link__title {
  margin-right: 117px; }
  @media screen and (max-width: 768px) {
    #link .link__title,
    #sitemap .link__title,
    #news .link__title,
    #error .link__title {
      padding-bottom: 50px;
      margin: 0 auto; } }
#link .link__contents-subtitle,
#sitemap .link__contents-subtitle,
#news .link__contents-subtitle,
#error .link__contents-subtitle {
  margin-bottom: 39px; }
  @media screen and (max-width: 768px) {
    #link .link__contents-subtitle,
    #sitemap .link__contents-subtitle,
    #news .link__contents-subtitle,
    #error .link__contents-subtitle {
      margin-bottom: 31px; } }
#link .link__contents-title-list,
#sitemap .link__contents-title-list,
#news .link__contents-title-list,
#error .link__contents-title-list {
  margin-bottom: 26px; }
  @media screen and (max-width: 768px) {
    #link .link__contents-title-list,
    #sitemap .link__contents-title-list,
    #news .link__contents-title-list,
    #error .link__contents-title-list {
      margin-bottom: 20px; } }
#link .link__wrapper,
#sitemap .link__wrapper,
#news .link__wrapper,
#error .link__wrapper {
  padding-top: 80px;
  background-image: url(../img/common/bg_img.jpg); }
  @media screen and (max-width: 960px) {
    #link .link__wrapper,
    #sitemap .link__wrapper,
    #news .link__wrapper,
    #error .link__wrapper {
      padding-top: 50px; } }
#link .link__inner,
#sitemap .link__inner,
#news .link__inner,
#error .link__inner {
  padding-top: 147px;
  padding-bottom: 180px; }
  @media screen and (max-width: 768px) {
    #link .link__inner,
    #sitemap .link__inner,
    #news .link__inner,
    #error .link__inner {
      padding-top: 61px;
      padding-bottom: 120px; } }
#link .link__contents,
#sitemap .link__contents,
#news .link__contents,
#error .link__contents {
  padding-top: 8px; }
  @media screen and (max-width: 768px) {
    #link .link__contents,
    #sitemap .link__contents,
    #news .link__contents,
    #error .link__contents {
      padding-top: 0;
      margin-bottom: 31px; } }
@media screen and (max-width: 768px) {
  #link .link__contents:first-child,
  #link .link__contents-list:first-child,
  #sitemap .link__contents:first-child,
  #sitemap .link__contents-list:first-child,
  #news .link__contents:first-child,
  #news .link__contents-list:first-child,
  #error .link__contents:first-child,
  #error .link__contents-list:first-child {
    border-top: 1px solid rgba(187, 187, 187, 0.18);
    width: 100%;
    margin-right: 0;
    padding-top: 81px; } }
#link .link__contents:not(:last-child),
#sitemap .link__contents:not(:last-child),
#news .link__contents:not(:last-child),
#error .link__contents:not(:last-child) {
  margin-right: 80px; }
#link .link__contents-flex,
#sitemap .link__contents-flex,
#news .link__contents-flex,
#error .link__contents-flex {
  display: flex; }
  @media screen and (max-width: 768px) {
    #link .link__contents-flex,
    #sitemap .link__contents-flex,
    #news .link__contents-flex,
    #error .link__contents-flex {
      display: block; } }
#link .link__contents-item,
#sitemap .link__contents-item,
#news .link__contents-item,
#error .link__contents-item {
  margin-bottom: 8px; }

#news .page {
  padding: 0 8px; }
#news .current {
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translate(-50%);
  padding: 0 12px; }
  #news .current:after {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #c49732;
    border-radius: 50%;
    z-index: -1; }
#news .link__contents--times {
  color: #c49732;
  font-size: 1.2rem;
  margin-bottom: 8px; }
#news .link__contents--news {
  width: calc(100% - 80px);
  margin-right: 80px; }
  @media screen and (max-width: 768px) {
    #news .link__contents--news {
      width: 100%; } }
  #news .link__contents--news .link__contents-item {
    padding-bottom: 6px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(187, 187, 187, 0.18); }
    @media screen and (max-width: 768px) {
      #news .link__contents--news .link__contents-item {
        margin-bottom: 34px; } }
#news .wp-pagenavi {
  margin-top: 50px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #news .wp-pagenavi {
      margin-top: 78px; } }

#news__single p {
  margin-bottom: 17px;
  line-height: 1.8;
  font-size: 1.4rem; }
#news__single .small-title {
  padding: 10px 0 16px; }
#news__single .link__contents--news img {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin-bottom: 17px; }

#sitemap .sitemap__contents,
#error .sitemap__contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #sitemap .sitemap__contents,
    #error .sitemap__contents {
      display: block; } }

#error {
  text-align: center; }
  #error .error__title {
    line-height: 1.4;
    font-size: 2.8rem;
    letter-spacing: 0.33em;
    z-index: 1;
    font-family: "Hannari", serif;
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      #error .error__title {
        font-size: 2rem; } }
  @media screen and (max-width: 768px) {
    #error .link__contents {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    #error .link__contents:first-child {
      padding-top: 48px; } }
  #error .link__contents {
    text-align: left; }
  #error .text {
    margin-bottom: 48px; }
  #error .sitemap__contents {
    justify-content: center; }
