@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800&family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 599px) {
  .pc { /* 599px以下のとき */
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .sp { /* 600px以上のとき */
    display: none;
  }
}

@media screen and (max-width: 599px) {
  img { /* 599px以下のとき */
    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;
}

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: #016EB1;
}

.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;
}
@media screen and (max-width: 599px) {
  .tolist, .tolist03, .tolist02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .tolist, .tolist03, .tolist02 { /* 600px以上のとき */
    width: 1000px;
  }
}

.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: #9C2326; /*アイコン色*/
  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: #9C2326; /*アイコン色*/
  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: #9C2326; /*アイコン色*/
  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 screen and (min-width: 600px) {
  .imgarea04 { /* sp */
    width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .imgarea04 { /* mobile */
    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: #016EB1;
}

.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;
  }
}
a:link {
  color: #000;
  text-decoration: underline;
}

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

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

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

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

@media screen and (min-width: 600px) {
  /* pc */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sitecolor {
  color: #016EB1;
}

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

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

/* ドロワーメニュー */
/* ドロワーメニュー */
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: #fff;
  background: #f7f3e9;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  top: -1750px;
  right: 0;
  transition: all 0.3s;
  overflow: auto;
}

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

/* ナビゲーション本体 */
.nvheadarea {
  width: 100%;
  border-bottom: 3px #BBA96A solid;
}
@media screen and (min-width: 600px) {
  .nvheadarea { /* 600px以上のとき */
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .nvheadarea { /* 600px以上のとき */
    height: 100px;
  }
}
.nvheadarea .nvtitle {
  background: url("../images/nvtitle_bk.png") right bottom no-repeat;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .nvheadarea .nvtitle { /* 600px以上のとき */
    width: 80%;
    max-width: 1000px;
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .nvheadarea .nvtitle { /* 600px以上のとき */
    width: 100%;
    height: 100px;
    background-size: 50%;
  }
}
.nvheadarea .nvtitle .nvttl-logo {
  position: absolute;
  left: 10px;
}
@media screen and (min-width: 600px) {
  .nvheadarea .nvtitle .nvttl-logo { /* 600px以上のとき */
    top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .nvheadarea .nvtitle .nvttl-logo { /* 600px以上のとき */
    top: 30px;
    width: 50%;
  }
}

.nvmareawrap {
  position: relative;
  margin: 0 auto;
  background: url("../images/nvarea_bk.png") right bottom no-repeat;
  min-height: 700px;
}
@media screen and (min-width: 600px) {
  .nvmareawrap { /* 600px以上のとき */
    width: 80%;
    max-width: 1000px;
    background-size: 20%;
  }
}
@media screen and (max-width: 599px) {
  .nvmareawrap { /* 600px以上のとき */
    width: 100%;
    background-size: 30%;
  }
}

.nvmarea {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  background: url("../images/nvarea02_bk.png") left top no-repeat;
  background-size: 20%;
  text-align: center;
  padding-bottom: 30px;
}
.nvmarea .nvm01, .nvmarea .nvm02 {
  width: 65%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: #795651;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .nvmarea .nvm01, .nvmarea .nvm02 { /* 600px以上のとき */
    padding: 0.7em 0;
    font-size: 22px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .nvmarea .nvm01, .nvmarea .nvm02 { /* 600px以上のとき */
    padding: 0.5em 0;
    font-size: 18px;
    margin-top: 15px;
  }
}
.nvmarea .nvm01 a:link, .nvmarea .nvm02 a:link {
  color: #fff;
  text-decoration: none;
}
.nvmarea .nvm02 {
  background-color: #9C2326;
}
.nvmarea .nvmarea02 {
  width: 65%;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .nvmarea .nvmarea02 { /* 600px以上のとき */
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .nvmarea .nvmarea02 { /* 600px以上のとき */ }
}
.nvmarea .nvmarea02 .nvmarea03 {
  text-align: right;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .nvmarea .nvmarea02 .nvmarea03 { /* 600px以上のとき */
    padding: 0 5% 0 5%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .nvmarea .nvmarea02 .nvmarea03 { /* 600px以上のとき */
    padding: 0 3% 0 3%;
    width: 100%;
  }
}
.nvmarea .nvmarea02 .nvmarea03 a:link {
  text-decoration: none;
}
.nvmarea .nvmarea02 .nvm03 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  border: 2px #6A433E solid;
  color: #6A433E;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  .nvmarea .nvmarea02 .nvm03 { /* 600px以上のとき */
    padding: 0.5em 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .nvmarea .nvmarea02 .nvm03 { /* 600px以上のとき */
    padding: 0.3em 0;
    font-size: 16px;
  }
}
.nvmarea .nvmarea02 .nvm03 a:link {
  text-decoration: none;
}
.nvmarea a:link {
  text-decoration: none;
}
.nvmarea a:visited {
  text-decoration: none;
}

.p-sp-nav_ul {
  width: 100%;
  color: #666;
  margin-top: 80px;
  list-style: none;
}

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

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

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 screen and (min-width: 600px) {
  .btn { /* PC */
    position: absolute;
    top: 15px;
    right: 40px;
    width: 45px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .btn { /* mobile */
    position: absolute;
    top: 12px;
    right: 8px;
    width: 35px;
    height: 35px;
  }
}
.btn:before, .btn:after, .btn span {
  display: #000;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span {
  top: calc(50% - 1.5px);
}
@media screen and (min-width: 600px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
    background-color: #000;
  }
}
@media screen and (max-width: 599px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
    background-color: #707a68;
  }
}
.btn:before {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 5px);
    border-top: 3px solid #000;
  }
}
@media screen and (max-width: 599px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 3px);
    border-top: 3px solid #707a68;
  }
}
.btn:after {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 5px);
    border-top: 3px solid #000;
  }
}
@media screen and (max-width: 599px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 3px);
    border-top: 3px solid #707a68;
  }
}

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

/* ヘッダー */
/* header */
#headwrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  border-bottom: 5px #BBA96A solid;
}
@media screen and (min-width: 600px) {
  #headwrap { /* pc */
    height: 240px;
    background: url("../images/naviwrap_bk.png") center top no-repeat;
    background-color: #f7f3e9;
  }
}
@media screen and (max-width: 599px) {
  #headwrap { /* mobile */
    height: 50px;
    background: url("../images/naviwrap_bk_s.png") left bottom no-repeat;
    background-color: #f7f3e9;
  }
}
#headwrap .naviwrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap { /* pc */
    height: 240px;
  }
}
#headwrap .naviwrap .headarea {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #headwrap .naviwrap .headarea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #headwrap .naviwrap .headarea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap .headarea { /* pc */
    height: 240px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea { /* mobile */
    min-height: 55px;
  }
}
#headwrap .naviwrap .headarea img.h-logo {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #headwrap .naviwrap .headarea img.h-logo { /* pc */
    top: 45px;
    left: 30px;
  }
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea img.h-logo { /* mobile */
    top: 10px;
    left: 2px;
    width: 150px;
  }
}
#headwrap .naviwrap .headarea .h-menuarea {
  width: auto;
  position: absolute;
  top: 0;
  right: 90px;
  display: flex;
}
@media screen and (max-width: 599px) {
  #headwrap .naviwrap .headarea .h-menuarea { /* mobile */
    display: none;
  }
}
#headwrap .naviwrap .headarea .h-menuarea a:link {
  text-decoration: none;
}

.hm01, .hm02 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 56px;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  writing-mode: vertical-rl; /* 縦書きに設定 */
  text-orientation: upright; /* 文字の向きを設定 */
  background-color: #795651;
  transition: all 0.3s ease;
  color: #fff;
  text-align: left;
  line-height: 56px;
  font-size: 20px;
  padding-top: 20px;
  box-sizing: border-box;
}
.hm01:hover, .hm02:hover {
  opacity: 0.5;
}
.hm01 a:link, .hm02 a:link {
  text-decoration: none;
}

.hm02 {
  background-color: #9C2326;
}

::-webkit-full-page-media, :future, :root .hm01 {
  /* safariにのみ適用したいCSSプロパティを入れる */
  padding-right: 10px;
}

::-webkit-full-page-media, :future, :root .hm02 {
  /* safariにのみ適用したいCSSプロパティを入れる */
  padding-right: 10px;
}

/* main area */
main {
  min-height: 300px;
  z-index: 0;
  background-color: #f7f3e9;
}
@media screen and (min-width: 600px) {
  main { /* 600px以上のとき */
    padding-top: 17px;
  }
}
@media screen and (max-width: 599px) {
  main { /* 600px以上のとき */
    padding-top: 10px;
  }
}

.toButton, .dayarea02 .da-button, .toWorkButton02, .toWorkButton, .toButton-center {
  border-radius: 10px;
  background-color: #48A6DE;
  transition: all 0.3s ease;
  border: 1px #48A6DE solid;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .toButton, .dayarea02 .da-button, .toWorkButton02, .toWorkButton, .toButton-center { /* 600px以上のとき */
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .toButton, .dayarea02 .da-button, .toWorkButton02, .toWorkButton, .toButton-center { /* 600px以上のとき */
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.toButton:hover, .dayarea02 .da-button:hover, .toWorkButton02:hover, .toWorkButton:hover, .toButton-center:hover {
  color: #48A6DE;
  background-color: #fff;
}
.toButton a:link, .dayarea02 .da-button a:link, .toWorkButton02 a:link, .toWorkButton a:link, .toButton-center a:link {
  text-decoration: none;
}

.toButton-center {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2.sub {
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 1.8em;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6A433E;
}
@media screen and (min-width: 600px) {
  h2.sub { /* 600px以上のとき */
    width: 1180px;
    background: url("../images/h2_bk.png") center bottom no-repeat;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  h2.sub { /* 600px以上のとき */
    width: 360px;
    background: url("../images/h2_bk_s.png") center bottom no-repeat;
    font-size: 24px;
  }
}

h2.news {
  background: url("../images/h2_news_bk.png") center bottom no-repeat;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6A433E;
  position: relative;
  padding-bottom: 0.2em;
  padding-left: 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  h2.news { /* 599px以下のとき */
    width: 340px; /* 幅指定 */
    font-size: 20px; /* 文字サイズ指定 */
  }
}
@media screen and (min-width: 600px) {
  h2.news { /* 600px以上のとき */
    width: 980px;
    font-size: 22px; /* 文字サイズ指定 */
    height: 60px;
    line-height: 60px;
  }
}

h3.sub01, .rside ul.right li h3.sub02, h3.sub02 {
  background: url("../images/h3_sub_bk01.png") left bottom no-repeat;
  height: 62px;
  line-height: 50px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 1.8em;
  padding-left: 100px;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6A433E;
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  h3.sub01, .rside ul.right li h3.sub02, h3.sub02 { /* 600px以上のとき */
    width: 1180px;
  }
}
@media screen and (max-width: 599px) {
  h3.sub01, .rside ul.right li h3.sub02, h3.sub02 { /* 600px以上のとき */
    width: 360px;
    line-height: 1.2em;
  }
}

h3.sub02 {
  background: url("../images/h3_sub_bk02.png") left bottom no-repeat;
}

h4.sub01, .rside ul.right li h4.sub02, h4.sub02 {
  background: url("../images/h4_sub_bk01.png") left bottom no-repeat;
  height: 55px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 1.8em;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6A433E;
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  h4.sub01, .rside ul.right li h4.sub02, h4.sub02 { /* 600px以上のとき */
    width: 1100px;
    line-height: 50px;
    background-size: 50px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 599px) {
  h4.sub01, .rside ul.right li h4.sub02, h4.sub02 { /* 600px以上のとき */
    width: 360px;
    line-height: 1.3em;
    background-size: 40px;
    padding-top: 15px;
    padding-left: 50px;
  }
}

h4.sub02 {
  background: url("../images/h4_sub_bk02.png") left bottom no-repeat;
}
@media screen and (min-width: 600px) {
  h4.sub02 { /* 600px以上のとき */
    background-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  h4.sub02 { /* 600px以上のとき */
    background-size: 40px;
  }
}

h4.spring, h4.summer, h4.autumn, h4.winter {
  position: relative;
  border-radius: 50%;
  font-size: 24px;
  background-color: #FBE5D6;
  color: #F16F9A;
}
@media screen and (min-width: 600px) {
  h4.spring, h4.summer, h4.autumn, h4.winter { /* 600px以上のとき */
    margin: 10px 0 10px 70px;
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
@media screen and (max-width: 599px) {
  h4.spring, h4.summer, h4.autumn, h4.winter { /* 600px以上のとき */
    margin: 10px 0 10px 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

h4.summer {
  background-color: #BFD8ED;
  color: #1D70B8;
}

h4.autumn {
  background-color: #F8CBAD;
  color: #C00000;
}

h4.winter {
  background-color: #C5E0B4;
  color: #385623;
}

h5.sub {
  height: 55px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6A433E;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  h5.sub { /* 600px以上のとき */
    width: 1100px;
    line-height: 50px;
    padding-left: 2em;
  }
}
@media screen and (max-width: 599px) {
  h5.sub { /* 600px以上のとき */
    width: 360px;
    line-height: 1.3em;
    padding-top: 15px;
    padding-left: 5px;
  }
}
h5.sub:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0c8"; /*アイコンのユニコード*/
  font: var(--fa-font-solid);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #48A6DE; /*アイコン色*/
  margin: 0 0.2em 0 0;
}

.new {
  margin: 0 5px 0 0;
  min-width: 30px;
  color: red;
  font-size: 14px;
  text-align: center;
  line-height: 20%;
  padding: 0.5em 0.5em;
  border-radius: 20px;
  display: inline-block;
  background: #FFF; /* BOXの背景色         */
}

@media screen and (min-width: 600px) {
  #navi { /* 600px以上のとき */
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  #navi { /* 599px以下のとき */
    display: none;
  }
}

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

@media screen and (min-width: 600px) {
  dl.sub02 dt { /* 600px以上のとき */
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  dl.sub02 dt { /* 599px以下のとき */
    width: 100px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub02 dd { /* 600px以上のとき */
    width: 750px;
  }
}
@media screen and (max-width: 599px) {
  dl.sub02 dd { /* 599px以下のとき */
    width: 250px;
  }
}

ul.sub {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  list-style-position: inside;
}
@media screen and (min-width: 600px) {
  ul.sub { /* 600px以上のとき */
    width: 950px;
  }
}
@media screen and (max-width: 599px) {
  ul.sub { /* 599px以下のとき */
    width: 340px;
  }
}
ul.sub li {
  text-align: left;
  line-height: 1.5em;
}

/* top page */
#sawrap {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  background-color: #f7f3e9;
}

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

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

.slick-slide img {
  height: auto;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .slick-slide img { /* 600px以上のとき */
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  .slick-slide img { /* 600px以上のとき */
    height: 400px;
    height: 300px;
  }
}

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

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

.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: 668px;
  margin: 0 auto;
}

/* 幼稚園とは */
#aboutwrap {
  width: 100%;
  box-sizing: border-box;
  background-color: #f7f3e9;
}
@media screen and (min-width: 600px) {
  #aboutwrap { /* 600px以上のとき */
    padding-top: 50px;
    height: 670px;
    background: url("../images/aboutwrap_bk.png") left top repeat-x;
  }
}
@media screen and (max-width: 599px) {
  #aboutwrap { /* 600px以上のとき */
    padding-top: 20px;
    height: 750px;
    background: url("../images/aboutwrap_bk_s.png") left top repeat-x;
  }
}

.aboutarea {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .aboutarea { /* 600px以上のとき */
    height: 580px;
    background: url("../images/aboutarea_bk.png") center top no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .aboutarea { /* 600px以上のとき */
    height: 750px;
    background: url("../images/aboutarea_bk_s.png") center top no-repeat;
  }
}

.aboutarea02 {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .aboutarea02 { /* 600px以上のとき */
    width: 1200px;
    height: 580px;
    background: url("../images/aboutarea_bk.png") center top no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .aboutarea02 { /* 600px以上のとき */
    width: 360px;
    height: 750px;
    background: url("../images/aboutarea_bk_s.png") center top no-repeat;
  }
}
.aboutarea02 .aa-title {
  position: absolute;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6A433E;
}
@media screen and (min-width: 600px) {
  .aboutarea02 .aa-title { /* 600px以上のとき */
    top: 0;
    left: 575px;
    writing-mode: vertical-rl; /* 縦書きに設定 */
    text-orientation: upright; /* 文字の向きを設定 */
    letter-spacing: 0.2em;
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .aboutarea02 .aa-title { /* 600px以上のとき */
    top: 0px;
    left: 10px;
    font-size: 24px;
  }
}
.aboutarea02 .photoimg1 {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 600px) {
  .aboutarea02 .photoimg1 { /* 600px以上のとき */
    top: 104px;
    left: 105px;
    width: 365px;
    height: 257px;
  }
}
@media screen and (max-width: 599px) {
  .aboutarea02 .photoimg1 { /* 600px以上のとき */
    top: 110px;
    left: 58px;
    width: 248px;
    height: 175px;
  }
}
.aboutarea02 .photoimg2 {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .aboutarea02 .photoimg2 { /* 600px以上のとき */
    top: 100px;
    left: 767px;
    width: 310px;
    height: 255px;
  }
}
@media screen and (max-width: 599px) {
  .aboutarea02 .photoimg2 { /* 600px以上のとき */
    top: 446px;
    left: 73px;
    width: 210px;
    height: 172px;
  }
}
.aboutarea02 .aa-button01, .aboutarea02 .aa-button02 {
  position: absolute;
  background-color: #48A6DE;
  transition: all 0.3s ease;
  border: 1px #48A6DE solid;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .aboutarea02 .aa-button01, .aboutarea02 .aa-button02 { /* 600px以上のとき */
    bottom: 30px;
    left: 125px;
    width: 310px;
    height: 75px;
    line-height: 75px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .aboutarea02 .aa-button01, .aboutarea02 .aa-button02 { /* 600px以上のとき */
    top: 330px;
    left: 80px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
  }
}
.aboutarea02 .aa-button01:hover, .aboutarea02 .aa-button02:hover {
  color: #48A6DE;
  background-color: #fff;
}
.aboutarea02 .aa-button01 a:link, .aboutarea02 .aa-button02 a:link {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .aboutarea02 .aa-button02 { /* 600px以上のとき */
    left: 765px;
  }
}
@media screen and (max-width: 599px) {
  .aboutarea02 .aa-button02 { /* 600px以上のとき */
    top: 670px;
  }
}
.aboutarea02 a:link {
  text-decoration: none;
}

/* お知らせ */
#newswrap {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #f7f3e9;
}

.newsarea {
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .newsarea { /* 600px以上のとき */
    width: 1200px;
  }
}
@media screen and (max-width: 599px) {
  .newsarea { /* 600px以上のとき */
    width: 360px;
  }
}

.newswrap02, .classwrap02 {
  width: 100%;
  margin: 0 auto;
  background-color: #FF9F38;
  overflow: hidden;
}

.classwrap02 {
  background-color: #94C9D6;
}

.newsarea02 {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .newsarea02 { /* 600px以上のとき */
    width: 1200px;
  }
}
@media screen and (max-width: 599px) {
  .newsarea02 { /* 600px以上のとき */
    width: 360px;
  }
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .tab-container { /* 600px以上のとき */
    width: 1180px;
  }
}
@media screen and (max-width: 599px) {
  .tab-container { /* 600px以上のとき */
    width: 360px;
  }
}

.tab-container {
  margin: 0 auto;
}
.tab-container a:link, .tab-container a:visited {
  text-decoration: none;
  color: #9C2326;
}

.tab, .tabsub, .tab2, .tabsub2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9C2326;
  text-align: center;
  background-color: #FFD4A5;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 600px) {
  .tab, .tabsub, .tab2, .tabsub2 { /* 600px以上のとき */
    width: 285px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 599px) {
  .tab, .tabsub, .tab2, .tabsub2 { /* 600px以上のとき */
    width: 86px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 0 2px;
  }
}

.tab2, .tabsub2 {
  background-color: #CFE7ED;
}

.tabsub a:link, .tabsub a:visited {
  text-decoration: none;
  color: #9C2326;
}

.tabsub2 a:link, .tabsub2 a:visited {
  text-decoration: none;
  color: #9C2326;
}

.tab.active, .active.tab2, .active.tabsub, .active.tabsub2 {
  background-color: #FF9F38;
}

.tab2.active, .active.tabsub2 {
  background-color: #94C9D6;
}

.content-container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .content-container { /* 600px以上のとき */
    width: 1180px;
    min-height: 550px;
  }
}
@media screen and (max-width: 599px) {
  .content-container { /* 600px以上のとき */
    width: 360px;
    min-height: 550px;
  }
}

.content-container {
  margin: 0 auto;
}

.content {
  display: none; /*必須*/
}

.content.show {
  display: block; /*必須*/
}

.con01, .con04, .con03, .con02 {
  position: absolute;
  overflow: hidden;
  top: 10px;
}
@media screen and (min-width: 600px) {
  .con01, .con04, .con03, .con02 { /* 600px以上のとき */
    left: 127px;
  }
}
@media screen and (max-width: 599px) {
  .con01, .con04, .con03, .con02 { /* 600px以上のとき */
    left: 30px;
    width: 30px;
  }
}

@media screen and (min-width: 600px) {
  .con02 { /* 600px以上のとき */
    left: 420px;
  }
}
@media screen and (max-width: 599px) {
  .con02 { /* 600px以上のとき */
    left: 120px;
  }
}

@media screen and (min-width: 600px) {
  .con03 { /* 600px以上のとき */
    left: 718px;
  }
}
@media screen and (max-width: 599px) {
  .con03 { /* 600px以上のとき */
    left: 210px;
  }
}

@media screen and (min-width: 600px) {
  .con04 { /* 600px以上のとき */
    left: 1015px;
  }
}
@media screen and (max-width: 599px) {
  .con04 { /* 600px以上のとき */
    left: 300px;
  }
}

/* tab サムネイルリスト */
.workspace, .workspace02 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .workspace, .workspace02 { /* PC */
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .workspace, .workspace02 { /* mobile */
    margin-top: 50px;
    text-align: left;
  }
}

.workspace02 {
  margin-top: 50px;
}

.workarea, .workarea02 {
  margin: 0 0 10px 0;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 18px;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .workarea, .workarea02 { /* PC */
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .workarea, .workarea02 { /* mobile */
    width: 180px;
    vertical-align: top;
  }
}

.workarea img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .workarea img { /* PC */
    width: 250px;
    height: 190px;
  }
}
@media screen and (max-width: 599px) {
  .workarea img { /* mobile */
    width: 160px;
    height: 120px;
  }
}
.workarea .wcate1, .workarea .wcate3, .workarea .wcate2 {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0.3em 0 0.3em 1em;
  box-sizing: border-box;
  color: #fff;
  background-color: #9C2326;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .workarea .wcate1, .workarea .wcate3, .workarea .wcate2 { /* PC */
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .workarea .wcate1, .workarea .wcate3, .workarea .wcate2 { /* mobile */
    width: 160px;
  }
}
.workarea .wcate2 {
  background-color: #B38A53;
}
.workarea .wcate3 {
  background-color: #6A433E;
}

.wttl {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .wttl { /* PC */
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .wttl { /* mobile */
    width: 160px;
  }
}
.wttl .cateimg {
  float: right;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) {
  .workarea02 { /* PC */
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .workarea02 { /* mobile */
    width: 360px;
  }
}
@media screen and (min-width: 600px) {
  .workarea02 img { /* PC */
    margin: 5px 0 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .workarea02 img { /* mobile */
    width: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.toWorkButton {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.toWorkButton02 {
  position: relative;
  margin: 30px 20px;
}

.newsspace {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .newsspace { /* PC */
    margin-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .newsspace { /* mobile */
    margin-top: 50px;
  }
}

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

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

.n-title {
  display: block;
  list-style: none;
  border-bottom: 2px #9C2326 solid;
}
@media screen and (min-width: 600px) {
  .n-title { /* PC */
    width: 920px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 100px 10px 100px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  .n-title { /* mobile */
    width: 320px;
    margin: 20px 0 5px 10px;
    text-align: left;
  }
}
.n-title a:link, .n-title a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.n-title .wcate1, .n-title .wcate3, .n-title .wcate2 {
  margin-top: 20px;
  padding: 0.3em 0 0.3em 1em;
  box-sizing: border-box;
  color: #fff;
  background-color: #9C2326;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .n-title .wcate1, .n-title .wcate3, .n-title .wcate2 { /* PC */
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .n-title .wcate1, .n-title .wcate3, .n-title .wcate2 { /* mobile */
    width: 160px;
  }
}
.n-title .wcate2 {
  background-color: #B38A53;
}
.n-title .wcate3 {
  background-color: #6A433E;
}

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

.kiji {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 599px) {
  .kiji { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .kiji { /* 600px以上のとき */
    width: 800px;
  }
}
.kiji:before {
  clear: both;
}

/* 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;
}

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

img.view2 {
  width: 400px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

img.view3 {
  width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

img.margin20 {
  margin: 20px 0;
}

.view50 {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .view50 img { /* 600px以上のとき */
    width: 400px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .view50 img { /* 599px以下のとき */
    width: 95%;
  }
}

/* ルーテルびより */
#daywrap {
  width: 100%;
  height: 630px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f7f3e9;
}

.dayarea {
  height: 630px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .dayarea { /* PC */
    width: 1200px;
  }
}
@media screen and (max-width: 599px) {
  .dayarea { /* mobile */
    width: 360px;
  }
}

.dayarea02 {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .dayarea02 { /* PC */
    width: 1017px;
    height: 460px;
    background: url("../images/dayarea_bk.png") center top no-repeat;
    background-color: #C0AE72;
  }
}
@media screen and (max-width: 599px) {
  .dayarea02 { /* mobile */
    width: 342px;
    height: 456px;
    background: url("../images/dayarea_bk_s.png") center top no-repeat;
    background-color: #C0AE72;
  }
}
.dayarea02 .da-txt {
  position: absolute;
  width: 300px;
  counter-reset: #6A433E;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .dayarea02 .da-txt { /* PC */
    top: 60px;
    left: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .dayarea02 .da-txt { /* mobile */
    top: 10px;
    left: 20px;
    font-size: 14px;
  }
}
.dayarea02 .da-button {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .dayarea02 .da-button { /* PC */
    left: 150px;
    bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .dayarea02 .da-button { /* mobile */
    left: 23px;
    bottom: 10px;
  }
}
.dayarea02 .da-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .dayarea02 .da-img { /* PC */
    right: 110px;
    top: 85px;
    width: 350px;
    height: 260px;
  }
}
@media screen and (max-width: 599px) {
  .dayarea02 .da-img { /* mobile */
    left: 52px;
    top: 153px;
    width: 235px;
    height: 175px;
  }
}
.dayarea02 .da-date {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .dayarea02 .da-date { /* PC */
    right: 200px;
    bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .dayarea02 .da-date { /* mobile */
    left: 90px;
    bottom: 65px;
  }
}

/* subpage */
#subarea {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #subarea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #subarea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #subarea { /* pc */
    min-height: 500px;
  }
}
@media screen and (max-width: 599px) {
  #subarea { /* mobile */
    width: 360px;
    margin-top: 20px;
  }
}
#subarea h1 {
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  line-height: 10px;
  color: #016EB1;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  #subarea h1 { /* 600px以上のとき */
    font-size: 36px;
    height: 45px;
    background: url("../images/h1_bk.png") bottom center no-repeat;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #subarea h1 { /* 600px以上のとき */
    font-size: 22px;
    background: url("../images/h1_bk_s.png") bottom center no-repeat;
    margin-top: 40px;
    margin-bottom: 20px;
    min-height: 30px;
  }
}
#subarea h1 a:link, #subarea h1 a:visited {
  color: #016EB1;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
#subarea h1 .sml {
  font-size: 0.6em;
  display: inline;
  color: #000;
}

#subarea02 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #subarea02 { /* pc */
    min-height: 500px;
  }
}
@media screen and (max-width: 599px) {
  #subarea02 { /* mobile */
    width: 360px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 600px) {
  #rside-wrap { /* pc */
    position: sticky;
    top: 10px;
    right: 10px;
    float: right;
    z-index: 45;
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  #rside-wrap { /* mobile */
    width: 360px;
  }
}

@media screen and (min-width: 600px) {
  .rside { /* pc */
    width: 250px;
  }
}
.rside ul.right {
  margin: 0;
  list-style-type: none;
  font-weight: normal;
  border-top: 1px #6A433E solid;
  border-left: 1px #6A433E solid;
  border-right: 1px #6A433E solid;
  background-color: #fff;
}
.rside ul.right li .sub01, .rside ul.right li .sub02 {
  width: 100%;
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  padding: 0.8em 0 0.8em 2.5em;
  box-sizing: border-box;
  text-align: left;
  background: url("../images/rside_bk01.png") 5px 10px no-repeat;
  background-size: 30px;
  background-color: #fff;
  border-bottom: 1px #6A433E solid;
  transition: all 0.3s ease;
}
.rside ul.right li .sub01:hover, .rside ul.right li .sub02:hover {
  opacity: 0.3;
  text-decoration: none;
}
.rside ul.right li .sub01 a:link, .rside ul.right li .sub02 a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.rside ul.right li .sub01 a:visited, .rside ul.right li .sub02 a:visited {
  text-decoration: none;
}
.rside ul.right li .sub02 {
  background: url("../images/rside_bk02.png") 5px 10px no-repeat;
  background-size: 30px;
  background-color: #fff;
}
.rside ul.right li a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.rside ul.rsub {
  margin: 0 0 0 0.8em;
  font-weight: normal;
  border: none;
  list-style-type: disc;
  list-style-position: inside;
}
.rside ul.rsub li {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  padding: 0.3em 0;
  text-align: left;
  border: none;
}

/* 在園児さんへ */
#yearmenu {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  #yearmenu { /* 600px以上のとき */
    width: 1050px;
    min-height: 70px;
  }
}
@media screen and (max-width: 599px) {
  #yearmenu { /* 599px以下のとき */
    width: 360px;
  }
}
#yearmenu .b-btn {
  font-size: 1.2em;
  width: 150px;
  border-radius: 30px;
  text-align: center;
  float: left;
  background-color: #48A6DE;
  transition: all 0.3s ease;
  border: 1px #48A6DE solid;
  color: #fff;
  line-height: 50px;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  #yearmenu .b-btn { /* 600px以上のとき */
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  #yearmenu .b-btn { /* 599px以下のとき */
    margin: 0 10px 20px 10px;
  }
}
#yearmenu .b-btn :hover {
  color: #48A6DE;
  background-color: #fff;
}
#yearmenu .b-btn a:link {
  text-decoration: none;
}
#yearmenu :hover {
  color: #48A6DE;
  background-color: #fff;
}
#yearmenu a:link {
  text-decoration: none;
}

/* 入園案内 */
/* zukaiarea */
.zukaiarea {
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1.8em;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .zukaiarea { /* 600px以上のとき */
    width: 950px;
  }
}
@media screen and (max-width: 599px) {
  .zukaiarea { /* 599px以下のとき */
    width: 320px;
    flex-wrap: wrap;
  }
}
.zukaiarea .maru01 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ded2ad;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .zukaiarea .maru01 { /* 599px以下のとき */
    margin-bottom: 10px;
  }
}
.zukaiarea .maru01 .mmtxt {
  width: 100px;
  text-align: center;
  color: #9C2326;
  line-height: 1.3em;
  flex-shrink: 0;
}
.zukaiarea .maru02 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px #ded2ad solid;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .zukaiarea .maru02 { /* 599px以下のとき */
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.zukaiarea .maru02 .mmtxt {
  width: 120px;
  text-align: center;
  line-height: 1.3em;
}
.zukaiarea .mtxt01 {
  margin: 0 2em;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .zukaiarea .mtxt01 { /* 599px以下のとき */
    margin: 0 0 0 0.5em;
  }
}
.zukaiarea .arrow {
  color: #9C2326;
  font-size: 1.2em;
}

/* 園について */
.houshinarea {
  position: relative;
  margin: 0 auto;
  text-align: left;
  background: url("../about/images/houshin_bk.png") center top no-repeat;
}
@media screen and (min-width: 600px) {
  .houshinarea { /* 600px以上のとき */
    width: 800px;
    height: 720px;
  }
}
@media screen and (max-width: 599px) {
  .houshinarea { /* 599px以下のとき */
    width: 100%;
    height: 380px;
    background-size: 100%;
  }
}
.houshinarea .txt01, .houshinarea .txt02 {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .houshinarea .txt01, .houshinarea .txt02 { /* 600px以上のとき */
    top: 50px;
    left: 300px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  .houshinarea .txt01, .houshinarea .txt02 { /* 599px以下のとき */
    top: 0;
    left: 80px;
    font-size: 1.3em;
    line-height: 1.2em;
  }
}
.houshinarea .txt02 {
  top: 380px;
  left: 80px;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .houshinarea .txt02 { /* 600px以上のとき */
    top: 380px;
    left: 80px;
  }
}
@media screen and (max-width: 599px) {
  .houshinarea .txt02 { /* 599px以下のとき */
    top: 140px;
    left: 10px;
  }
}

.naiyouarea {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .naiyouarea { /* 600px以上のとき */
    width: 800px;
    height: 540px;
  }
}
@media screen and (max-width: 599px) {
  .naiyouarea { /* 599px以下のとき */
    width: 100%;
    height: 260px;
  }
}
.naiyouarea .front, .naiyouarea .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.naiyouarea .back {
  z-index: 5;
}

.henseiarea {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .henseiarea { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  .henseiarea { /* 599px以下のとき */
    width: 100%;
  }
}
.henseiarea .cname01, .henseiarea .cname02 {
  height: 180px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .henseiarea .cname01, .henseiarea .cname02 { /* 600px以上のとき */
    width: 180px;
    line-height: 180px;
  }
}
@media screen and (max-width: 599px) {
  .henseiarea .cname01, .henseiarea .cname02 { /* 599px以下のとき */
    width: 100px;
  }
}
.henseiarea .cname02 {
  line-height: 1em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .henseiarea .cname02 { /* 600px以上のとき */
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .henseiarea .cname02 { /* 599px以下のとき */
    width: 130px;
  }
}
.henseiarea .cname02 img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0;
}
@media screen and (min-width: 600px) {
  .henseiarea .cname02 img { /* 600px以上のとき */
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .henseiarea .cname02 img { /* 599px以下のとき */
    width: 120px;
  }
}

/* 園の生活 */
.summerarea, .springarea, .winterarea, .autumnarea {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .summerarea, .springarea, .winterarea, .autumnarea { /* 600px以上のとき */
    background: url("../life/images/summer_bk.02.png") left top no-repeat;
    width: 800px;
    min-height: 500px;
    margin-top: -120px;
    padding: 120px 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .summerarea, .springarea, .winterarea, .autumnarea { /* 599px以下のとき */
    background: url("../life/images/summer_bk.02.png") right top no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 80%;
    margin-top: -80px;
    padding: 80px 0 0 0;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 600px) {
  .summerarea img, .springarea img, .winterarea img, .autumnarea img { /* 600px以上のとき */
    margin: 10px 25px 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .summerarea img, .springarea img, .winterarea img, .autumnarea img { /* 599px以下のとき */
    margin: 10px 5px 0 5px;
    width: 160px;
  }
}

@media screen and (min-width: 600px) {
  .autumnarea { /* 600px以上のとき */
    background: url("../life/images/autumn_bk.png") 50px 20px no-repeat;
    background-size: 60%;
  }
}
@media screen and (max-width: 599px) {
  .autumnarea { /* 599px以下のとき */
    background: url("../life/images/autumn_bk.png") 100px 20px no-repeat;
    background-size: 60%;
  }
}

@media screen and (min-width: 600px) {
  .winterarea { /* 600px以上のとき */
    background: url("../life/images/winter_bk.png") 50px top no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .winterarea { /* 599px以下のとき */
    background: url("../life/images/winter_bk.png") 80px top no-repeat;
    background-size: 60%;
  }
}

@media screen and (min-width: 600px) {
  .springarea { /* 600px以上のとき */
    background: url("../life/images/spring_bk.02.png") left top no-repeat;
    margin-top: -100px;
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .springarea { /* 599px以下のとき */
    background: url("../life/images/spring_bk.02.png") 90px top no-repeat;
    background-size: 60%;
    margin-top: -80px;
    padding: 80px 0 0 0;
  }
}

.ichinichiarea {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 0;
  min-height: 180px;
}
@media screen and (min-width: 600px) {
  .ichinichiarea { /* 600px以上のとき */
    width: 900px;
    display: flex;
    justify-self: start;
  }
}
@media screen and (max-width: 599px) {
  .ichinichiarea { /* 599px以下のとき */
    width: 360px;
  }
}
.ichinichiarea .ichinichi01, .ichinichiarea .ichinichi02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .ichinichiarea .ichinichi01, .ichinichiarea .ichinichi02 { /* 600px以上のとき */
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .ichinichiarea .ichinichi01, .ichinichiarea .ichinichi02 { /* 599px以下のとき */
    width: 100%;
  }
}
.ichinichiarea .ichinichi01 .ichi01-01, .ichinichiarea .ichinichi02 .ichi01-01 {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  color: #9C2326;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .ichinichiarea .ichinichi01 .ichi01-01, .ichinichiarea .ichinichi02 .ichi01-01 { /* 599px以下のとき */
    width: 100px;
    font-size: 18px;
  }
}
.ichinichiarea .ichinichi01 .ichi01-01 img, .ichinichiarea .ichinichi02 .ichi01-01 img {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .ichinichiarea .ichinichi01 .ichi01-01 img, .ichinichiarea .ichinichi02 .ichi01-01 img { /* 599px以下のとき */
    margin-top: 5px;
  }
}
.ichinichiarea .ichinichi01 .ichi01-02, .ichinichiarea .ichinichi02 .ichi01-02 {
  width: 250px;
  height: 180px;
  line-height: 180px;
  margin-left: 10px;
  background-color: #FBE5D6;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .ichinichiarea .ichinichi01 .ichi01-02, .ichinichiarea .ichinichi02 .ichi01-02 { /* 599px以下のとき */
    height: 120px;
    line-height: 120px;
  }
}
.ichinichiarea .ichinichi01 .ichi01-02 .sheeptxt, .ichinichiarea .ichinichi02 .ichi01-02 .sheeptxt {
  margin-top: 60px;
  line-height: 1.2em;
}
@media screen and (max-width: 599px) {
  .ichinichiarea .ichinichi01 .ichi01-02 .sheeptxt, .ichinichiarea .ichinichi02 .ichi01-02 .sheeptxt { /* 599px以下のとき */
    margin-top: 40px;
  }
}
.ichinichiarea .ichinichi02 {
  width: 500px;
  justify-content: start;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .ichinichiarea .ichinichi02 { /* 599px以下のとき */
    width: 360px;
    min-height: 120px;
  }
}
.ichinichiarea .ichinichi02 img {
  margin: 0 5px 0 5px;
}
@media screen and (max-width: 599px) {
  .ichinichiarea .ichinichi02 img { /* 599px以下のとき */
    width: 160px;
  }
}

.sheep, .sheep02 {
  background: url("../images/sheep.png") center top no-repeat;
  background-size: 100%;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .sheep, .sheep02 { /* 600px以上のとき */
    position: absolute;
    top: 10px;
    right: 20px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  .sheep, .sheep02 { /* 599px以下のとき */
    position: relative;
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 600px) {
  .sheep02 { /* 600px以上のとき */
    top: -80px;
    right: -50px;
    background-size: 80%;
  }
}
@media screen and (max-width: 599px) {
  .sheep02 { /* 599px以下のとき */
    background-size: 100%;
  }
}

/* policy */
dl.policy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  dl.policy { /* pc */
    width: 950px;
  }
}
@media screen and (max-width: 599px) {
  dl.policy { /* mobile */
    width: 340px;
  }
}
dl.policy dt {
  text-align: left;
}
dl.policy dd {
  text-align: left;
  width: 900px;
}
@media screen and (min-width: 600px) {
  dl.policy dd { /* pc */
    margin: 10px 0 25px 30px;
    width: 900px;
  }
}
@media screen and (max-width: 599px) {
  dl.policy dd { /* mobile */
    margin: 5px 0 20px 10px;
    width: 320px;
  }
}

/* common */
.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 600px) {
  .next { /* 600px以上のとき */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.next div {
  margin: 0 20px;
}

.txt {
  position: relative;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .txt { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .txt { /* 600px以上のとき */
    width: 950px;
  }
}

/* mail */
@media screen and (min-width: 600px) {
  .formarea { /* 600px以上のとき */
    width: 900px;
    margin: 30px 0 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .formarea { /* 600px以下のとき */
    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;
}

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 screen and (min-width: 600px) {
  form dl { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  form dl { /* 600px以下のとき */
    width: 340px;
  }
}

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

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

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

@media screen and (min-width: 600px) {
  .input-area { /* 600px以上のとき */
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .input-area { /* 600px以下のとき */
    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;
}

/* ~~ フッター ~~ */
@media screen and (min-width: 600px) {
  footer { /* 600px以上のとき */
    min-height: 340px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    min-height: 240px;
  }
}

#fwrap {
  width: 100%;
  display: block;
  text-align: center;
  height: auto;
  border-bottom: 3px #BBA96A solid;
}
@media screen and (min-width: 600px) {
  #fwrap { /* 600px以上のとき */
    min-height: 340px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap {
    min-height: 240px;
  }
}

#farea {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #farea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #farea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #farea { /* 600px以上のとき */
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  #farea {
    padding-top: 5px;
  }
}

.footer1 {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .footer1 { /* PC */
    width: 380px;
    float: left;
    min-height: 100px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 599px) {
  .footer1 {
    width: 100%;
    min-height: 200px;
  }
}
.footer1 .icon {
  width: 100%;
  position: absolute;
  display: flex;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .footer1 .icon { /* 600px以上のとき */
    top: 170px;
    left: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .footer1 .icon {
    bottom: 10px;
    left: 0;
    justify-content: center;
  }
}
.footer1 .icon .f-icon {
  font-size: 30px;
  display: block;
  margin: 10px 20px;
}
.footer1 .f-logo {
  display: block;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .footer1 .f-logo { /* 600px以上のとき */
    position: absolute;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer1 .f-logo {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.footer1 .f-logo img {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .footer1 .f-logo img {
    width: 220px;
  }
}
.footer1 a:link, .footer1 a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

.footer2 {
  padding: 0;
  text-align: center;
  position: relative;
  height: auto;
  float: right;
  margin-right: 0;
  font-size: 15px;
  display: flex;
}
@media screen and (min-width: 600px) {
  .footer2 { /* PC */
    width: 720px;
  }
}
@media screen and (max-width: 599px) {
  .footer2 {
    display: none;
  }
}
.footer2 .f-home {
  font-size: 26px;
}
.footer2 .fmenu1 {
  margin: 10px 0 0 0;
  text-align: left;
  display: block;
  height: auto;
  padding: 0 20px 0 0;
  line-height: 2em;
}
.footer2 .fmenu1 a:link, .footer2 .fmenu1 a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.footer2 .ftitle {
  font-size: 1em;
  margin: 0 0 0.3em 0;
}
.footer2 .ftitle:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0c8"; /*アイコンのユニコード*/
  font: var(--fa-font-solid);
  position: relative; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  margin: -5px 0 0 2px;
}
.footer2 .ftitle ul {
  margin: 0px 0 0 20px;
  list-style-position: inside;
  width: 200px;
}
.footer2 .ftitle ul.sub {
  list-style: none;
  margin: 0px 0 0 40px;
}
.footer2 .ftitle li {
  margin: 0 0 5px 0;
  line-height: 1.7em;
}

#fcopy {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0 0 8px 0;
}
@media screen and (max-width: 600px) {
  #fcopy {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #fcopy {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #fcopy { /* pc */
    margin-top: 5px;
    font-size: 1em;
  }
}
@media screen and (max-width: 599px) {
  #fcopy {
    margin-top: 5px;
    font-size: 0.8em;
  }
}
#fcopy div {
  position: relative;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */