@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 601px) and (max-width: 1024px) {
  .pc { /* タブレット */
    display: none;
  }
}
@media (max-width: 600px) {
  .pc { /* モバイル */
    display: none;
  }
}

@media (min-width: 1025px) {
  .tablet { /* デスクトップ */
    display: none;
  }
}
@media (max-width: 600px) {
  .tablet { /* モバイル */
    display: none;
  }
}

@media (min-width: 1025px) {
  .sp { /* デスクトップ */
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .sp { /* タブレット */
    display: none;
  }
}

@media (max-width: 600px) {
  .nosp { /* mobile */
    display: none;
  }
}

@media (max-width: 600px) {
  img { /* モバイル */
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #42413C;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

@media (max-width: 600px) {
  /* 599px以下のとき */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
p {
  margin: 10px 0 0 0;
}

.red {
  color: red;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.blue2 {
  color: dodgerblue;
}

.violet {
  color: purple;
}

.green {
  color: green;
}

.brown {
  color: brown;
}

.grey {
  color: gray;
}

.sitecolor {
  color: #560216;
}

.small50 {
  font-size: 0.5em;
}

.small85 {
  font-size: 0.85em;
}

.small90 {
  font-size: 0.9em;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.large18 {
  font-size: 1.8em;
}

.large25 {
  font-size: 2.5em;
}

.strong {
  font-weight: bold;
}

.tolist, .tolist03, .tolist02 {
  text-align: right;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .tolist, .tolist03, .tolist02 { /* モバイル */
    width: 340px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .tolist, .tolist03, .tolist02 { /* タブレット */
    width: 100%;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  .tolist, .tolist03, .tolist02 { /* デスクトップ */
    width: 100%;
    padding-right: 4em;
  }
}

.tolist02 {
  width: 100%;
  margin-bottom: 10px;
}

.tolist03 {
  width: 95%;
}

.pdfarea {
  width: 90%;
  padding: 15px 10px;
  font-size: 0.9em;
  text-align: left;
  border: 1px #ccc solid;
  margin: 0 auto;
  margin-top: 20px;
}

.link01:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #560216; /*アイコン色*/
  margin: -5px 0 0 5px;
}

.link02:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #560216; /*アイコン色*/
  margin: -5px 0 0 5px;
}

.pdf:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f1c1"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.5em; /*サイズ*/
  color: #560216; /*アイコン色*/
  margin: -5px 0 0 5px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt { /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.kana {
  ime-mode: active;
}

.rome {
  ime-mode: disabled;
}

.lh20 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

.imgarea, .fimgarea {
  width: 100%;
  min-height: 50px;
  text-align: center;
  font-size: 1em;
  position: relative;
  display: block;
}
.imgarea a:link, .fimgarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.imgarea a:visited, .fimgarea a:visited {
  text-decoration: none;
}

.imgarea02 {
  width: 49%;
  text-align: center;
  font-size: 1em;
  float: left;
}
.imgarea02 img {
  padding: 20px;
}

.imgarea03 {
  width: 33%;
  text-align: center;
  font-size: 0.9em;
  float: left;
  margin-top: 20px;
}

.imgarea04 {
  text-align: center;
  display: inline-block;
}
@media (min-width: 1025px) {
  .imgarea04 { /* デスクトップ */
    width: 420px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .imgarea04 { /* タブレット */
    width: 420px;
  }
}
@media (max-width: 600px) {
  .imgarea04 { /* モバイル */
    width: 320px;
  }
}

.imgarea img, .fimgarea img, .imgarea02 img, .imgarea03 img {
  padding: 0;
}

.fimgarea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
}
.fimgarea img {
  margin: 5px;
  padding: 0;
}

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 900;
  margin: -5px 8px 0 5px;
  color: #560216;
}

.shadow01 {
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

.shadow02 {
  display: inline-block;
  position: relative;
  padding: 6px;
  box-shadow: 0 2px 6px #999;
  background-color: #fff;
  margin-bottom: 20px;
}
.shadow02 img {
  padding: 0;
}

.zoom, .zoom08 {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom08:hover {
  transform: scale(1.05);
}

.gray {
  filter: grayscale(0);
  transition: 0.3s ease-in-out;
}

.gray:hover {
  filter: grayscale(100%);
}

.opacity {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.opacity:hover {
  opacity: 0.5;
}

.e-flash:hover {
  opacity: 1;
  animation: flash 1.5s;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.funwari {
  animation-name: fuwari;
  animation-duration: 3s;
}

@keyframes fuwari {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*===========
inview
===========*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

a:hover { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: underline;
}

@media (max-width: 600px) {
  html { /* 599px以下のとき */
    position: relative;
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6em;
  color: #2b1e9a;
}
@media (max-width: 600px) {
  body { /* 599px以下のとき */
    position: relative;
    left: 0;
    overflow-x: hidden;
    font-size: 14px;
  }
}

a:link, a:visited {
  color: #2b1e9a;
}

/* toppage slider */
#topwrap {
  width: 100%;
  height: calc(50vh + 100px);
  margin-top: -100px;
  text-align: left;
  position: relative;
  bottom: 0;
}
@media (max-width: 600px) {
  #topwrap { /* mobile */
    height: 50vh;
  }
}

.bg-slider {
  width: 100%;
  z-index: 5;
  background-position: center center;
  background-size: cover;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1025px) {
  .bg-slider { /* desktop */
    height: calc(50vh + 100px);
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .bg-slider { /* tablet */
    height: calc(50vh + 100px);
  }
}
@media (max-width: 600px) {
  .bg-slider { /* mobile */
    aspect-ratio: 1/1;
    height: 50vh;
    background-position: center top;
    margin: 0 auto;
  }
}

/* main area */
main {
  position: relative;
  margin: 0 auto;
  min-height: 300px;
  width: 100%;
  background: url("../images/main_bk.png") left bottom repeat-x, linear-gradient(0deg, rgb(43, 30, 154) 10%, rgb(189, 191, 204) 70%);
  padding-bottom: 200px;
  z-index: 0;
}
@media (min-width: 1025px) {
  main { /* pc */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  main { /* pc */ }
}
@media (max-width: 600px) {
  main { /* mobile */ }
}

#mainarea {
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1025px) {
  #mainarea { /* pc */
    max-width: 2000px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #mainarea { /* pc */
    max-width: 85%;
  }
}
#mainarea a:link {
  text-decoration: none;
}
#mainarea a:visited {
  text-decoration: none;
}

#topbox01, #topbox02, #topbox03 {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #d9d9d9;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  #topbox01, #topbox02, #topbox03 { /* pc */
    width: 85%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #topbox01, #topbox02, #topbox03 { /* pc */
    width: 85%;
  }
}
@media (max-width: 600px) {
  #topbox01, #topbox02, #topbox03 { /* mobile */
    width: 95%;
  }
}
#topbox01 .titem01, #topbox01 .titem02, #topbox02 .titem01, #topbox02 .titem02, #topbox03 .titem01, #topbox03 .titem02 {
  width: 40%;
  margin: 0 2em;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 50px 0;
}
#topbox01 .titem01 .topimg, #topbox01 .titem02 .topimg, #topbox02 .titem01 .topimg, #topbox02 .titem02 .topimg, #topbox03 .titem01 .topimg, #topbox03 .titem02 .topimg {
  transform: translateY(-5%);
}
#topbox01 .titem01 .bottomimg, #topbox01 .titem02 .bottomimg, #topbox02 .titem01 .bottomimg, #topbox02 .titem02 .bottomimg, #topbox03 .titem01 .bottomimg, #topbox03 .titem02 .bottomimg {
  transform: translateY(25%);
}
#topbox01 .titem01 h3, #topbox01 .titem02 h3, #topbox02 .titem01 h3, #topbox02 .titem02 h3, #topbox03 .titem01 h3, #topbox03 .titem02 h3 {
  width: 100%;
  border-bottom: 1px #2b1e9a solid;
  padding-bottom: 0.2em;
  text-align: left;
}
#topbox01 .titem01 dl.tabout, #topbox01 .titem02 dl.tabout, #topbox02 .titem01 dl.tabout, #topbox02 .titem02 dl.tabout, #topbox03 .titem01 dl.tabout, #topbox03 .titem02 dl.tabout {
  width: 100%;
}
#topbox01 .titem01 dl.tabout dt, #topbox01 .titem02 dl.tabout dt, #topbox02 .titem01 dl.tabout dt, #topbox02 .titem02 dl.tabout dt, #topbox03 .titem01 dl.tabout dt, #topbox03 .titem02 dl.tabout dt {
  text-align: left;
  font-weight: 700;
  width: 30%;
  float: left;
}
#topbox01 .titem02, #topbox02 .titem02, #topbox03 .titem02 {
  padding: 50px 0 0 0;
}

#topbox02 {
  display: block;
  padding: 2em;
}
@media (min-width: 1025px) {
  #topbox02 { /* pc */
    width: 60%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #topbox02 { /* pc */
    width: 85%;
  }
}
@media (max-width: 600px) {
  #topbox02 { /* mobile */
    width: 95%;
  }
}

#topbox03 {
  display: block;
  padding: 2em;
}

/* news */
summary {
  list-style: none;
  cursor: pointer;
}

.n-title::-webkit-details-marker {
  display: none;
}

.n-title {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
@media (min-width: 1025px) {
  .n-title { /* desktop */
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 4% 10px 4%;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-title { /* tablet */
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0 2% 10px 2%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .n-title { /* mobile */
    width: 95%;
    margin: 0 auto;
    margin: 20px 0 5px 10px;
    text-align: left;
    padding: 0 4% 10px 4%;
    box-sizing: border-box;
  }
}
.n-title a:link, .n-title a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.n-title .date {
  width: 100px;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .n-title .ttl { /* desktop */
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-title .ttl { /* tablet */
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .n-title .ttl { /* mobile */
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}

.n-detail {
  min-height: 200px;
  margin: 0 auto;
  border-bottom: 2px #ccc dashed;
  padding: 10px;
  box-sizing: content-box;
}
@media (min-width: 1025px) {
  .n-detail { /* desktop */
    width: 87%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-detail { /* tablet */
    width: 87%;
  }
}
@media (max-width: 600px) {
  .n-detail { /* mobile */
    width: 340px;
  }
}
.n-detail .sub-txt {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 1025px) {
  .n-detail .sub-txt { /* desktop */
    width: 800px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-detail .sub-txt { /* tablet */
    width: 800px;
  }
}
@media (max-width: 600px) {
  .n-detail .sub-txt { /* mobile */
    width: 340px;
  }
}
.n-detail .close-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px #fff solid;
  background-color: #fff; /* BOXの背景色         */
  border: 1px #2b1e9a solid;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .n-detail .close-btn { /* desktop */
    width: 200px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-detail .close-btn { /* tablet */
    width: 200px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .n-detail .close-btn { /* mobile */
    bottom: 12px;
    right: 15px;
    width: 200px; /* BOXの幅             */
    height: 28px; /* BOXの高さ           */
    line-height: 28px;
  }
}
.n-detail .close-btn:hover {
  background-color: #2b1e9a;
  text-decoration: none;
  color: #fff;
}
.n-detail .close-btn a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.n-detail .close-btn a:visited {
  text-decoration: none;
}

.new {
  margin: 0 5px;
  min-width: 30px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
  padding: 1px 5px;
  display: inline-block;
  color: #ED8059; /* BOXの背景色         */
}

.kiji {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .kiji { /* desktop */
    width: 75%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .kiji { /* tablet */
    width: 75%;
  }
}
@media (max-width: 600px) {
  .kiji { /* mobile */
    width: 340px;
  }
}
.kiji:before {
  clear: both;
}

/* slick */
.sawrap {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  min-width: 1200px;
}

.sliderarea {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sliderarea.w300 {
  max-width: 300px;
}

.slick-slide img {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .slick-slide img { /* desktop */
    height: 500px;
    height: 300px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .slick-slide img { /* tablet */
    height: 500px;
    height: 300px;
  }
}
@media (max-width: 600px) {
  .slick-slide img { /* mobile */
    height: 400px;
    height: 300px;
  }
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

/*====================================================================
.full-screen
====================================================================*/
.full-screen .slick-list {
  overflow: visible;
}

.full-screen.slider {
  max-width: 2250px;
  min-width: 1200px;
  margin: 0 auto;
}

h2.top {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
}
@media (max-width: 600px) {
  h2.top { /* mobile */
    width: 95%;
    font-size: 24px;
  }
}

.subtitle {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}
@media (min-width: 1025px) {
  .subtitle { /* pc */
    width: 90%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .subtitle { /* tablet */
    width: 90%;
  }
}
@media (max-width: 600px) {
  .subtitle { /* mobile */
    width: 340px;
    font-size: 20px;
  }
}

h3.top {
  width: 100%;
  padding: 0.2em 1em;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 600px) {
  h3.top { /* mobile */
    font-size: 22px;
  }
}
h3.top:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f111"; /*アイコンのユニコード*/
  font: var(--fa-font-solid);
  font-weight: 900;
  position: absolute; /*絶対位置*/
  font-size: 0.5em; /*サイズ*/
  top: 15px;
}

.aboutbox {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .aboutbox { /* mobile */
    width: 100%;
  }
}
.aboutbox img {
  width: 200px;
}
.aboutbox .ab-txt {
  margin: 0 20px;
}

.tomore {
  width: 100%;
  text-align: right;
  padding-right: 200px;
  box-sizing: border-box;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
}

.tomore02 {
  width: auto;
  padding: 0 100px 0 0;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
}

.arrow-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.arrow-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 100%;
  width: 100px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: 0.3s;
}

.arrow-button a:hover::after {
  position: absolute;
  top: 0.5em;
  left: 100%;
  width: 200px;
  height: 5px;
}

.ptarea01 {
  width: 80%;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  border-radius: 40px;
  padding: 2em;
  box-sizing: border-box;
  border: 3px #ccc solid;
}
@media (max-width: 600px) {
  .ptarea01 { /* mobile */
    width: 95%;
  }
}
.ptarea01 dl.pt {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .ptarea01 dl.pt { /* tablet */
    width: 100%;
  }
}
@media (max-width: 600px) {
  .ptarea01 dl.pt { /* mobile */
    width: 100%;
  }
}
.ptarea01 dt {
  text-align: left;
}
@media (min-width: 1025px) {
  .ptarea01 dt { /* desktop */
    width: 20%;
    float: left;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .ptarea01 dt { /* tablet */
    width: 25%;
    float: left;
  }
}
@media (max-width: 600px) {
  .ptarea01 dt { /* mobile */
    width: 100%;
  }
}
.ptarea01 dd {
  text-align: left;
}
@media (min-width: 1025px) {
  .ptarea01 dd { /* desktop */
    width: calc(80% - 1em);
    float: left;
    margin: 0 0 20px 1em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .ptarea01 dd { /* tablet */
    width: calc(75% - 1em);
    float: left;
    margin: 0 0 20px 1em;
  }
}
@media (max-width: 600px) {
  .ptarea01 dd { /* mobile */
    width: 100%;
    padding: 0 0 0 2em;
    margin: 0;
    box-sizing: border-box;
  }
}
.ptarea01 .tomail {
  width: 100%;
  text-align: right;
  padding-right: 200px;
  box-sizing: border-box;
}

.ptarea02 {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 40%;
  text-align: left;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .ptarea02 { /* tablet */
    width: 60%;
  }
}
@media (max-width: 600px) {
  .ptarea02 { /* mobile */
    width: 80%;
  }
}

@media (max-width: 600px) {
  .symbol { /* mobile */
    width: 200px;
  }
}

.abarea01 {
  position: relative;
  margin: 0 auto;
  background: url("../images/ab_bk02.png") no-repeat 90% 100%;
}
@media (min-width: 1025px) {
  .abarea01 { /* desktop */
    width: 70%;
    margin-top: 200px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .abarea01 { /* tablet */
    width: 100%;
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .abarea01 { /* mobile */
    width: 95%;
  }
}
.abarea01 .abitem {
  width: 100%;
  padding: 1em 2em 1em 4em;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: left;
}

.galleryarea {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: center;
}
.galleryarea .gitem {
  width: 23%;
  aspect-ratio: 1/1;
  margin: 20px 1%;
  position: relative;
  padding: 0.2em;
  box-sizing: border-box;
  background-color: #FBF9EF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .galleryarea .gitem { /* mobile */
    width: 48%;
  }
}
.galleryarea .gitem img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.galleryarea .gitem .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.galleryarea02 {
  width: 100%;
  text-align: center;
}

@media (min-width: 1025px) {
  .gimg { /* desktop */
    box-shadow: 0 10px 8px -6px #8d8c8c;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .gimg { /* tablet */
    box-shadow: 0 10px 8px -6px #8d8c8c;
  }
}
@media (max-width: 600px) {
  .gimg { /* mobile */
    padding: 0 20px 0 20px;
    box-sizing: border-box;
  }
}

dl.gallery {
  width: 75%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 600px) {
  dl.gallery { /* mobile */
    width: 340px;
  }
}
dl.gallery dt {
  width: 10%;
  float: left;
  text-align: left;
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.gallery dt { /* tablet */
    width: 20%;
  }
}
@media (max-width: 600px) {
  dl.gallery dt { /* mobile */
    width: 30%;
  }
}
dl.gallery dd {
  width: calc(90% - 1em);
  float: left;
  text-align: left;
  margin: 0 0 5px 1em;
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.gallery dd { /* tablet */
    width: calc(80% - 1em);
  }
}
@media (max-width: 600px) {
  dl.gallery dd { /* mobile */
    width: calc(70% - 1em);
  }
}

.next-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px #fff solid;
  background-color: #fff; /* BOXの背景色         */
  border: 1px #560216 solid;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .next-btn { /* desktop */
    width: 200px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .next-btn { /* tablet */
    width: 200px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn { /* mobile */
    width: 200px; /* BOXの幅             */
    height: 28px; /* BOXの高さ           */
    line-height: 28px;
  }
}
.next-btn:hover {
  background-color: #560216;
  text-decoration: none;
  color: #fff;
}
.next-btn a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.next-btn a:visited {
  text-decoration: none;
}

/* privacy policy */
dl.policy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  dl.policy { /* desktop */
    width: 90%;
  }
}
@media (max-width: 600px) {
  dl.policy { /* mobile */
    width: 340px;
  }
}
dl.policy dt {
  font-size: 1.2em;
  text-align: left;
}
dl.policy dd {
  text-align: left;
  width: 100%;
}
@media (min-width: 1025px) {
  dl.policy dd { /* desktop */
    margin: 5px 0 20px 0;
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  dl.policy dd { /* mobile */
    margin: 5px 0 20px 10px;
    width: 320px;
  }
}

/* 共通部品 */
.txt, .txt85 {
  position: relative;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left;
}
@media (max-width: 600px) {
  .txt, .txt85 { /* mobile */
    width: 340px;
  }
}
@media (min-width: 1025px) {
  .txt, .txt85 { /* pc */
    width: 90%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .txt, .txt85 { /* tablet */
    width: 90%;
  }
}

@media (min-width: 1025px) {
  #navi { /* desktop */
    width: 95%;
    margin: 0 auto;
    text-align: right;
    margin-top: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #navi { /* tablet */
    width: 95%;
    margin: 0 auto;
    text-align: right;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  #navi { /* mobile */
    display: none;
  }
}

/* 共通部品 */
.reserveButton {
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: url("../images/f-reserve_bk.png") right 20px top 6px no-repeat;
  background-size: 20%;
  height: 50px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.reserveButton:hover {
  text-decoration: none;
}
.reserveButton a:link {
  text-decoration: none;
}

.txt85 {
  width: 85%;
}

.txtarea {
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .txtarea { /* tablet */
    padding: 30px 0;
  }
}

dl.sub {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  dl.sub { /* 600px以上のとき */
    width: 100%;
    padding: 0 6em 0 6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub { /* tablet */
    width: 100%;
    padding: 0 6em 0 6em;
  }
}
@media (max-width: 600px) {
  dl.sub { /* 599px以下のとき */
    width: 100%;
  }
}
dl.sub a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
dl.sub a:visited {
  text-decoration: none;
}
dl.sub dt {
  border-top: 1px solid #666;
  box-sizing: border-box;
  padding: 10px 0 0 3%;
  text-align: left;
}
@media (min-width: 1025px) {
  dl.sub dt { /* 600px以上のとき */
    width: 25%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub dt { /* tablet */
    width: 25%;
  }
}
@media (max-width: 600px) {
  dl.sub dt { /* 599px以下のとき */
    width: 100px;
  }
}
dl.sub dd {
  border-top: 1px solid #666;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: left;
}
@media (min-width: 1025px) {
  dl.sub dd { /* 600px以上のとき */
    width: 75%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub dd { /* 600px以上のとき */
    width: 75%;
  }
}
@media (max-width: 600px) {
  dl.sub dd { /* 599px以下のとき */
    width: 250px;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1025px) {
  dl.sub dd .a-sub { /* 600px以上のとき */
    width: 650px;
    margin: 0 0 0 50px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub dd .a-sub { /* tablet */
    width: 650px;
    margin: 0 0 0 50px;
  }
}
@media (max-width: 600px) {
  dl.sub dd .a-sub { /* 599px以下のとき */
    width: 240px;
    margin: 0 0 0 10px;
  }
}

ul.sub {
  box-sizing: border-box;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  ul.sub { /* 600px以上のとき */
    width: 85%;
    padding: 0.2em 5% 2em 2em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  ul.sub { /* tablet */
    width: 85%;
    padding: 0.2em 5% 2em 2em;
  }
}
@media (max-width: 600px) {
  ul.sub { /* 599px以下のとき */
    width: 95%;
    padding: 0.2em 5% 2em 2em;
  }
}
ul.sub li {
  text-align: left;
  margin: 0 0 10px 0;
}

/* スクロールしてふんわり表示用（要js） */
.inview {
  /* 要素を透明にする */
  opacity: 0;
  /* 3秒かけて、変化させる */
  transition: opacity 3s;
}

.inview.show {
  opacity: 1;
}

/* ドロワーメニュー */
/* ドロワーメニュー */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* menu */
.p-sp-nav-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s;
}

/* .bg-activeが付与された時 */
.p-sp-nav-bg.bg-active {
  display: block;
  transition: all 0.3s;
}

/* ナビゲーション全体を囲うタグ */
#sp-g-nav {
  position: fixed;
  z-index: 46;
  color: #000;
  background: #2b1e9a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  width: 300px;
  top: -250%;
  right: 0;
  transition: all 0.3s;
  overflow-y: scroll;
}

/*アクティブクラスがついたら表示位置変更*/
#sp-g-nav.panel-active {
  width: 100%;
  width: 300px;
  height: 100vh;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

/* ナビゲーション本体 */
.p-sp-nav_ul {
  width: 100%;
  color: #fff;
  margin-top: 80px;
  padding-bottom: 80px;
  list-style: none;
}

.p-sp-nav_li {
  border-bottom: 1px #fff solid;
  padding: 7px 0 7px 20px;
  box-sizing: border-box;
  height: 37px;
  font-size: 1em;
  text-align: left;
}
.p-sp-nav_li.bottom {
  margin-bottom: 100px;
}
.p-sp-nav_li a:link {
  color: #fff;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.p-sp-nav_li a:visited {
  color: #fff;
  text-decoration: none;
}

.p-sp-nav_a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

ul.nav-sub {
  margin: 5px 0 0 20px;
  list-style-type: disc;
  list-style-position: inside;
  color: #fff;
}
ul.nav-sub li {
  margin: 0 0 0.2em 0;
}

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn {
  position: absolute;
  z-index: 90;
}
@media (min-width: 1025px) {
  .btn { /* pc */
    position: absolute;
    top: 15px;
    right: 40px;
    width: 55px;
    height: 45px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn { /* tablet */
    position: absolute;
    top: 15px;
    right: 40px;
    width: 55px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .btn { /* mobile */
    position: absolute;
    top: 12px;
    right: 8px;
    width: 35px;
    height: 35px;
  }
}
.btn:before, .btn:after, .btn span {
  display: #fff;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span {
  top: calc(50% - 2px);
}
@media (min-width: 1025px) {
  .btn span { /* pc */
    height: 3px;
    background-color: #fff;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn span { /* tablet */
    height: 3px;
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .btn span { /* mobile */
    height: 3px;
    background-color: #fff;
  }
}
.btn:before {
  content: "";
}
@media (min-width: 1025px) {
  .btn:before { /* pc */
    top: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn:before { /* tablet */
    top: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (max-width: 600px) {
  .btn:before { /* mobile */
    top: calc(25% - 3px);
    border-top: 3px solid #fff;
  }
}
.btn:after {
  content: "";
}
@media (min-width: 1025px) {
  .btn:after { /* pc */
    bottom: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn:after { /* tablet */
    bottom: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (max-width: 600px) {
  .btn:after { /* mobile */
    bottom: calc(25% - 3px);
    border-top: 3px solid #fff;
  }
}

.btn.on span {
  display: none;
}
.btn.on:before {
  top: calc(50% - 1.8px);
  transform: rotate(315deg);
  border-top: 3px solid #fff;
}
.btn.on:after {
  bottom: calc(50% - 1.5px);
  transform: rotate(-315deg);
  border-top: 3px solid #fff;
}

/* ヘッダー */
/* header */
#headwrap {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(43, 30, 154, 0.5);
  z-index: 6;
  color: #fff;
}
@media (min-width: 1025px) {
  #headwrap { /* pc */
    height: 100px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap { /* pc */
    height: 100px;
  }
}
@media (max-width: 600px) {
  #headwrap { /* mobile */
    height: 55px;
  }
}
#headwrap .naviwrap {
  position: relative;
  z-index: 30;
}
#headwrap .naviwrap .headarea {
  margin: 0 auto;
  position: relative;
  max-width: 2000px;
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea { /* pc */
    height: 100px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea { /* pc */
    height: 100px;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea { /* mobile */
    min-height: 55px;
  }
}
#headwrap .naviwrap .headarea h1 {
  position: absolute;
  text-align: left;
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea h1 { /* pc */
    top: 7%;
    left: 5%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea h1 { /* pc */
    top: 30%;
    left: 5%;
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea h1 { /* mobile */
    top: 15px;
    left: 5px;
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea h1 img { /* pc */
    width: 500px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea h1 img { /* pc */
    width: 500px;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea h1 img { /* mobile */
    width: 500px;
  }
}
#headwrap .naviwrap .headarea h1 a:link, #headwrap .naviwrap .headarea h1 a:visited {
  color: #FFF;
  text-decoration: none;
}
#headwrap .naviwrap .headarea .h-menu-tx {
  position: absolute;
  top: 60px;
  right: 45px;
  font-size: 16px;
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea .h-menu-tx { /* mobile */
    display: none;
  }
}
#headwrap .naviwrap .headarea .topmenuarea {
  width: auto;
  position: absolute;
  top: 15px;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea .topmenuarea { /* mobile */
    display: none;
  }
}
#headwrap .naviwrap .headarea .topmenuarea .hm-item {
  margin: 0 10px;
}
#headwrap .naviwrap .headarea .topmenuarea .hm-item .hm-icon {
  font-size: 46px;
}
#headwrap .naviwrap .headarea .topmenuarea .hm-item .hm-txt {
  font-size: 16px;
}
#headwrap .naviwrap .headarea .topmenuarea a:link, #headwrap .naviwrap .headarea .topmenuarea a:visited {
  color: #FFF;
  text-decoration: none;
}

.submain {
  margin-top: 0;
}

.titlearea {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (min-width: 1025px) {
  .titlearea { /* desktop */
    padding-left: 5%;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .titlearea { /* tablet */
    padding-left: 5%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .titlearea { /* mobile */
    padding-left: 2%;
    box-sizing: border-box;
  }
}
.titlearea .titleicon {
  width: 10%;
  margin-right: 1%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .titlearea .titleicon { /* tablet */
    width: 15%;
  }
}
@media (max-width: 600px) {
  .titlearea .titleicon { /* mobile */
    width: 20%;
  }
}
.titlearea .titleicon img {
  width: 100%;
}
.titlearea h2, .titlearea h2.sub {
  border-bottom: 5px #2b1e9a solid;
  padding: 0 0 10px 4%;
  text-align: left;
  width: 80%;
  color: #000;
  font-size: 28px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .titlearea h2, .titlearea h2.sub { /* tablet */
    width: 75%;
  }
}
@media (max-width: 600px) {
  .titlearea h2, .titlearea h2.sub { /* mobile */
    width: 70%;
    font-size: 24px;
  }
}
.titlearea h2.sub {
  width: 90%;
}

.recomarea {
  background: url("../images/recom_bk.png") left top no-repeat;
  background-size: 100%;
  min-height: 50px;
  padding-top: 40px;
}
.recomarea .recomarea02 {
  width: 100%;
  background: url("../images/recom_bottom_bk.png") left bottom no-repeat;
  background-size: 100%;
  background-color: #2b1e9a;
  padding-bottom: 30px;
  min-height: 100px;
}
.recomarea .recomarea02 .recomarea03 {
  position: relative;
  min-height: 500px;
  width: 100%;
  background: url("../images/recom_middle_bk.png") left top repeat-y;
  background-size: 100%;
  background-color: #2b1e9a;
}
@media (min-width: 1025px) {
  .recomarea .recomarea02 .recomarea03 { /* pc */
    display: flex;
    justify-content: start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .recomarea .recomarea02 .recomarea03 { /* tablet */
    display: flex;
    justify-content: start;
  }
}
.recomarea .recomarea02 .recomarea03 .rphotoarea {
  background: url("../images/recom_photo_bk.png") left top no-repeat;
  background-size: 100%;
  width: 31%;
  height: 100%;
  min-height: 500px;
  position: relative;
  margin: 2% 0 0 8%;
}
@media (max-width: 600px) {
  .recomarea .recomarea02 .recomarea03 .rphotoarea { /* mobile */
    width: 80%;
    margin: 0 auto;
    min-height: 380px;
  }
}
.recomarea .recomarea02 .recomarea03 .rphotoarea img {
  position: relative;
  margin: 10% 0 0 -2%;
  width: 81%;
  aspect-ratio: 350/332;
  -o-object-fit: cover;
     object-fit: cover;
}
.recomarea .recomarea02 .recomarea03 .rtxtarea {
  width: 50%;
  background: url("../images/area_ttl.png") center top no-repeat;
  background-size: 60%;
  position: relative;
  margin: 0 0 0 4%;
  padding: 6% 0 30px 0;
  text-align: left;
}
@media (max-width: 600px) {
  .recomarea .recomarea02 .recomarea03 .rtxtarea { /* mobile */
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.photoarea {
  width: 90%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.photoarea div {
  width: 25%;
  padding: 1% 1%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .photoarea div { /* mobile */
    width: 50%;
  }
}
.photoarea div img {
  width: 100%;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}
.photoarea .album {
  width: 33%;
}
.photoarea .album img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

#shisetsuwrap {
  width: 100%;
  background-color: #CABD8C;
  min-height: 300px;
}

#shisetsuarea {
  padding-bottom: 30px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
@media (min-width: 1025px) {
  #shisetsuarea { /* pc */
    font-size: 28px;
    width: 90%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #shisetsuarea { /* tablet */
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #shisetsuarea { /* mobile */
    font-size: 12px;
    line-height: 1.2em;
  }
}
#shisetsuarea .icon {
  width: 25%;
  text-align: center;
  padding-bottom: 20px;
  font-family: "M PLUS 1p", sans-serif;
}
#shisetsuarea .icon a {
  display: block;
  transition: all 0.3s ease-in-out;
}
#shisetsuarea .icon img {
  width: 75%;
  margin-bottom: 5px;
}
#shisetsuarea .icon a:hover {
  transform: scale(1.05);
}

.accessarea {
  min-height: 300px;
  padding: 30px 0 50px 0;
}
.accessarea .access {
  width: 70%;
  aspect-ratio: 4/3;
}
@media (max-width: 600px) {
  .accessarea .access { /* mobile */
    width: 90%;
  }
}
.accessarea div {
  margin-bottom: 20px;
}

.seminerarea {
  padding: 0 0 50px 0;
}

#gallerywrap {
  width: 100%;
  background: url("../images/gallery_bk.png") left top repeat;
}

#newswrap {
  width: 100%;
  background-color: #C2CDCE;
  min-height: 300px;
  padding-bottom: 50px;
}

#recomwrap {
  width: 100%;
  background-color: #2b1e9a;
  min-height: 300px;
  padding: 30px 0;
}

#youtubewrap {
  width: 100%;
  background-color: #2b1e9a;
  min-height: 300px;
  padding: 30px 0;
}

#woodswrap01 {
  width: 100%;
  max-width: 1600px;
  min-height: 300px;
  background: url("../images/rinkan_bk.png") left bottom no-repeat;
  background-size: 100%;
  background-color: #2b1e9a;
}

#woodswrap02 {
  width: 100%;
  max-width: 1600px;
  min-height: 300px;
  background: url("../images/rinkan_bk02.png") left bottom no-repeat;
  background-size: 100%;
  background-color: #2b1e9a;
}
@media (max-width: 600px) {
  #woodswrap02 { /* mobile */
    min-height: 200px;
  }
}

#subwrap01 {
  width: 100%;
  background: url("../images/subwrap01_bk.png") left top repeat;
  min-height: 300px;
}

#subwrap02 {
  width: 100%;
  background-color: #2b1e9a;
  min-height: 300px;
  padding-bottom: 30px;
}

#instawrap {
  width: 100%;
  background-color: #fff;
  min-height: 100px;
}

/* page nation */
a.page_number:visited {
  color: black;
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 15px;
}

.page_feed {
  width: 30px;
  margin: 0 5px;
  padding: 5px 10px;
  text-align: center;
  color: black;
  border: 1px #000 solid;
}

.first_last_page {
  width: 30px;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
  background: #b8b8b8;
  color: black;
  border: 1px #000 solid;
}

a.page_number:visited {
  color: black;
  text-decoration: none;
}

.page_number {
  width: 30px;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  color: black;
  border: 1px #000 solid;
}

.now_page_number {
  width: 30px;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  background: #b8b8b8;
  color: black;
  font-weight: bold;
  border: 1px #000 solid;
}

h3.sub {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.4em;
  border-radius: 5px;
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
  background-color: #fff;
}

h3.sub::after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 25px;
}

h4.sub, h4.sub02 {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0;
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 600px) {
  h4.sub, h4.sub02 { /* mobile */
    font-size: 16px;
  }
}

h4.sub::before, h4.sub02::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f7e4"; /*アイコンのユニコード*/
  font: var(--fa-font-solid);
  position: relative; /*絶対位置*/
  font-size: 1.4em; /*サイズ*/
  color: #560216; /*アイコン色*/
  margin: -5px 0 0 5px;
}

h4.sub02 {
  margin-top: 20px;
  margin-bottom: 5px;
}

/* gallery */
.g-flame01, .g-flame02 {
  background: url("../images/gallery_flame.png") left top no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) {
  .g-flame01, .g-flame02 { /* desktop */
    width: 28%;
    aspect-ratio: 85/66;
    position: absolute;
    bottom: 30%;
    left: 35%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .g-flame01, .g-flame02 { /* tablet */
    width: 28%;
    aspect-ratio: 85/66;
    position: absolute;
    bottom: 30%;
    left: 35%;
  }
}
@media (max-width: 600px) {
  .g-flame01, .g-flame02 { /* mobile */
    width: 70%;
    aspect-ratio: 85/66;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.g-flame01 img, .g-flame02 img {
  position: relative;
  margin: 7% 0 0 1%;
  width: 84%;
  aspect-ratio: 85/65;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1025px) {
  .g-flame02 { /* desktop */
    bottom: 20%;
    left: 70%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .g-flame02 { /* tablet */
    bottom: 20%;
    left: 70%;
  }
}

.pdftag {
  margin: 0 5px;
  min-width: 30px;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding: 1px 5px;
  display: inline-block;
  background: #fff; /* BOXの背景色         */
  border: 1px #B8631E solid;
}

.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .next { /* desktop */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .next { /* tablet */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

img.view {
  width: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagenation {
  margin: 20px 0;
}

/* hiking button */
.woodButton {
  border-radius: 10px;
  background-color: #B8631E;
  transition: all 0.3s ease;
  border: 1px #B8631E solid;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 350px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .woodButton { /* pc */
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.woodButton:hover {
  color: #B8631E;
  background-color: #fff;
}
.woodButton a:link {
  text-decoration: none;
}

/* youtube */
@media (min-width: 1025px) {
  .msize { /* desktop */
    width: 560px;
    height: 315px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .msize { /* tablet */
    width: 560px;
    height: 315px;
  }
}
@media (max-width: 600px) {
  .msize { /* pc */
    width: 340px;
    height: 280px;
  }
}

.toyoutube {
  position: relative;
  margin: 0 auto;
  width: 30%;
  max-width: 370px;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .toyoutube { /* pc */
    width: 200px;
  }
}

.youtubeguide {
  min-height: 100px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url("../images/youtubeguide_bk.png") 5% 30% no-repeat;
}
@media (min-width: 1025px) {
  .youtubeguide { /* desktop */
    width: 350px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .youtubeguide { /* tablet */
    width: 350px;
  }
}
@media (max-width: 600px) {
  .youtubeguide { /* pc */
    width: 320px;
  }
}
.youtubeguide div {
  text-align: left;
  line-height: 18px;
}

.movie {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 60%;
}

.rinkancopy {
  position: absolute;
  top: 5%;
  right: 10%;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .rinkancopy { /* tablet */
    top: 5%;
    right: 13%;
  }
}
@media (max-width: 600px) {
  .rinkancopy { /* pc */
    top: 0;
    right: 5%;
  }
}
.rinkancopy .copy01, .rinkancopy .copy02 {
  display: block;
  font-size: 24px;
  writing-mode: vertical-rl; /* 縦書きに設定 */
  text-orientation: upright; /* 文字の向きを設定 */
  text-align: left;
  margin: 0 0.3em 0 0;
  color: #73804b;
}
@media (max-width: 600px) {
  .rinkancopy .copy01, .rinkancopy .copy02 { /* pc */
    font-size: 18px;
  }
}
.rinkancopy .copy02 {
  padding: 3em 0 0 0;
}

.seminer-img {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .seminer-img { /* mobile */
    width: 90%;
  }
}

/* mail */
@media (min-width: 1025px) {
  .formarea { /* desktop */
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1025px) {
  .formarea { /* desktop */
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 600px) {
  .formarea { /* 599px以下のとき */
    width: 360px;
    margin: 0 auto;
  }
}

.hissu {
  display: inline-block;
  padding: 3px;
  background-color: #FD080C;
  color: #fff;
  min-width: 30px;
  width: auto;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
}

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  form { /* tablet */
    max-width: 90%;
  }
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
@media (min-width: 1025px) {
  form dl { /* desktop */
    width: 800px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dl { /* tablet */
    width: 100%;
  }
}
@media (max-width: 600px) {
  form dl { /* 599px以下のとき */
    width: 340px;
  }
}

form dt {
  text-align: left;
}
@media (min-width: 1025px) {
  form dt { /* desktop */
    float: left;
    width: 25%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dt { /* tablet */
    float: left;
    width: 25%;
  }
}
@media (max-width: 600px) {
  form dt { /* 599px以下のとき */
    width: 100%;
    text-align: left;
  }
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
  width: 72%;
  display: block;
}
@media (min-width: 1025px) {
  form dd { /* desktop */
    float: left;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dd { /* tablet */
    float: left;
  }
}
@media (max-width: 600px) {
  form dd { /* 599px以下のとき */
    width: 100%;
  }
}

form dd.order {
  margin: 0 0 0.8em 0;
  text-align: left;
  display: block;
}
@media (min-width: 1025px) {
  form dd.order { /* desktop */
    float: left;
    width: 70%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dd.order { /* tablet */
    float: left;
  }
}
@media (max-width: 600px) {
  form dd.order { /* 599px以下のとき */
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .input-area { /* desktop */
    width: 80%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .input-area { /* tablet */
    width: 80%;
  }
}
@media (max-width: 600px) {
  .input-area { /* 599px以下のとき */
    width: 90%;
  }
}

label {
  margin: 0 0 0.5em 0;
  font-size: pxtoem(16, 16);
}

input {
  margin: 0 0 0.5em 0;
  border: 1px solid grey;
  padding: 6px 10px;
  color: dark_grey;
  font-size: pxtoem(16, 16);
}

textarea {
  border: 1px solid grey;
  padding: 6px 10px;
  width: 100%;
  color: dark_grey;
}

select {
  min-width: 320px;
  margin: 5px 0px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

@media (max-width: 600px) {
  .long { /* mobile */
    min-height: 80px;
  }
}

summary {
  list-style: none;
  cursor: pointer;
}

/* フッター */
/* ~~ フッター ~~ */
footer {
  width: 100%;
  background-color: #560216;
}
@media (min-width: 1025px) {
  footer { /* pc */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  footer { /* tablet */ }
}
@media (max-width: 600px) {
  footer { /* mobile */ }
}

#farea {
  width: 100%;
  max-width: 2000px;
  padding: 0.5em 0;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1025px) {
  #farea { /* pc */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #farea { /* tablet */ }
}
@media (max-width: 600px) {
  #farea { /* mobile */
    font-size: 14px;
  }
}

.addr {
  width: 40%;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}
.addr img {
  width: 400px;
}
.addr p {
  position: absolute;
  bottom: 2em;
  left: 95px;
  font-size: 14px;
  color: #fff;
}

.footer1 {
  text-align: center;
  position: relative;
  width: 60%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
}
@media (min-width: 1025px) {
  .footer1 { /* pc */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer1 { /* tablet */
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .footer1 { /* mobile */
    justify-content: flex-start;
  }
}
.footer1 .fitem {
  height: 1.2em;
  line-height: 1.2em;
  padding: 0 1em;
  border-right: 1px #fff solid;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .footer1 .fitem { /* mobile */
    padding: 0 1em;
  }
}
.footer1 .fitem:last-child {
  border-right: none;
}
.footer1 a:link, .footer1 a:visited {
  color: #FFF;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

#fcopy {
  width: 100%;
  margin: 0 auto;
  background-color: #2b1e9a;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.3em 0;
  box-sizing: border-box;
  font-size: 1em;
}
@media (min-width: 1025px) {
  #fcopy { /* desktop */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #fcopy { /* tablet */ }
}
@media (max-width: 600px) {
  #fcopy { /* mobile */ }
}/*# sourceMappingURL=style.css.map */