@charset "UTF-8";
@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: #335a4b;
}

.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;
}

.link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e"; /*アイコンのユニコード*/
  font: var(--fa-font-solid);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #335a4b; /*アイコン色*/
  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: #335a4b; /*アイコン色*/
  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: 0;
  padding: 0;
}

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

.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: none;
}

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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #f4f4ea;
  font-weight: 400;
  width: 100%;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 600px) {
  body {
    min-width: 360px;
  }
}
@media screen and (min-width: 599px) {
  body {
    min-width: 1120px;
  }
}
@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: #335a4b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  width: 300px;
  top: -800px;
  right: 0;
  transition: all 0.3s;
}

/*アクティブクラスがついたら表示位置変更*/
#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: #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;
}

.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: 45px;
    right: 40px;
    width: 45px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .btn { /* mobile */
    position: absolute;
    top: 60px;
    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% - 1.5px);
}
@media screen and (min-width: 600px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
    background-color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
    background-color: #fff;
  }
}
.btn:before {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 3px);
    border-top: 3px solid #fff;
  }
}
.btn:after {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .btn:after { /* 600px以上のとき */
    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 */
.hcopy-wrap {
  width: 100%;
  display: block;
  background-color: #fff;
}

.hcopy {
  margin: 0 auto;
  padding: 2px 0;
  text-align: left;
  color: #000;
  min-height: 20px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .hcopy { /* 600px以上のとき */
    width: 1120px;
    font-size: 90%;
  }
}
@media screen and (max-width: 599px) {
  .hcopy { /* 600px以下のとき */
    width: 360px;
    font-size: 14px;
  }
}

.header-wrap {
  width: 100%;
  background-color: #335A4B;
  display: block;
}

.header {
  margin: 0 auto;
  height: 65px;
}
@media screen and (min-width: 600px) {
  .header { /* 600px以上のとき */
    width: 1120px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .header { /* 600px以下のとき */
    width: 360px;
    text-align: left;
  }
}

@media screen and (min-width: 600px) {
  .logo { /* 600px以上のとき */
    margin: 18px 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .logo { /* 600px以下のとき */
    width: 200px;
    margin: 10px 0 0 10px;
  }
}

/* main area */
main {
  min-height: 300px;
  z-index: 0;
}

/* slideshow */
@media screen and (max-width: 599px) {
  #topwrap { /* 599px以下のとき */
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #topwrap { /* 600px以上のとき */
    width: 100%;
    text-align: left;
    position: relative;
    bottom: 0;
  }
}

.bg-slider {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 300px;
  z-index: 5;
  background-position: center center;
  background-size: cover;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* top page */
#gallery-area {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  #gallery-area { /* 600px以上のとき */
    width: 850px;
    height: 600px;
    background: url("../images/gallery_bk.jpg") center center no-repeat;
  }
}
@media screen and (max-width: 599px) {
  #gallery-area { /* 599px以下のとき */
    width: 360px;
    height: 480px;
    background: url("../images/gallery_bk_s.png") center center no-repeat;
  }
}
#gallery-area .gsub1 {
  position: absolute;
  top: 0;
  left: 0;
}
#gallery-area .gsub2 {
  position: absolute;
  top: 0;
  right: 0;
}
#gallery-area .gsub3 {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 600px) {
  #gallery-area .gsub3 { /* 600px以上のとき */
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #gallery-area .gsub3 { /* 599px以下のとき */
    bottom: 40px;
  }
}
#gallery-area .gsub4 {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 600px) {
  #gallery-area .gsub4 { /* 600px以上のとき */
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #gallery-area .gsub4 { /* 599px以下のとき */
    bottom: 40px;
  }
}
#gallery-area .to-gallery {
  position: absolute;
  bottom: 10px;
}
@media screen and (min-width: 600px) {
  #gallery-area .to-gallery { /* 600px以上のとき */
    left: 320px;
  }
}
@media screen and (max-width: 599px) {
  #gallery-area .to-gallery { /* 599px以下のとき */
    left: 90px;
  }
}
#gallery-area img.view {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  #gallery-area img.view { /* 600px以上のとき */
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 599px) {
  #gallery-area img.view { /* 599px以下のとき */
    width: 170px;
    height: 170px;
  }
}

#marea {
  background-color: #fff;
  border-radius: 20px; /* CSS3草案 */
  -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
  -moz-border-radius: 20px; /* Firefox用 */
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  height: auto;
  min-height: 500px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  #marea { /* 600px以上のとき */
    width: 1000px;
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  #marea { /* 599px以下のとき */
    width: 360px;
    padding: 10px 5px 30px 5px;
  }
}
#marea h1 {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.d-view {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .d-view { /* 600px以上のとき */
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .d-view { /* 599px以下のとき */
    width: 320px;
  }
}

.to-list {
  width: 90%;
  text-align: right;
  margin: 10px 0;
}

.to-link {
  width: 90%;
  text-align: right;
  margin: 10px 0;
  background: url("../images/link_top.jpg") right top no-repeat;
  padding: 0 20px 0 0;
  font-size: 0.9em;
}

.to-link2 {
  width: 90%;
  text-align: right;
  margin: 10px 0;
  font-size: 90%;
}

/* top-news */
.top-news {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .top-news { /* 600px以上のとき */
    width: 860px;
    margin: 10px 0 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news { /* 599px以下のとき */
    width: 340px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.top-news p {
  margin: 10px 0 10px 30px;
  font-size: 0.9em;
  text-align: left;
}
.top-news .view {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .top-news .view { /* 600px以上のとき */
    width: 195px;
    height: 195px;
    float: right;
  }
}
@media screen and (max-width: 599px) {
  .top-news .view { /* 599px以下のとき */
    width: 195px;
    height: 195px;
  }
}

.title {
  background: url("../images/list_top.jpg") left 2px no-repeat;
  padding: 0 0 0 20px;
  font-size: 1em;
  margin: 0 0 0 10px;
  text-align: left;
}

.new {
  vertical-align: middle;
}

/* fmenu */
#fmenu-wrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  min-height: 140px;
  padding: 0;
}

.fmenu {
  margin: 0 auto;
  position: relative;
  height: 140px;
  display: block;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px 0 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .fmenu { /* 600px以上のとき */
    width: 990px;
    background: url("../images/fmenu_bk.png") left top no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .fmenu { /* 599px以下のとき */
    width: 360px;
    background: url("../images/fmenu_bk_s.png") center bottom no-repeat;
  }
}
.fmenu img {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.fmenu img:hover {
  opacity: 0.5;
}

.fm-home {
  position: absolute;
  top: 20px;
  left: 80px;
}

.fm-gallery {
  position: absolute;
  top: 22px;
  left: 220px;
}

.fm-reform {
  position: absolute;
  top: 22px;
  left: 420px;
}

.fm-zakka {
  position: absolute;
  top: 22px;
  left: 620px;
}

.fm-gaiyou {
  position: absolute;
  top: 22px;
  left: 800px;
}

.fm-news {
  position: absolute;
  top: 22px;
  left: 960px;
}

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

.txt {
  margin: 0 auto;
  text-align: left;
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .txt { /* 599px以下のとき */
    width: 330px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 600px) {
  .txt { /* 600px以上のとき */
    width: 880px;
    line-height: 1.8em;
  }
}

h2.news {
  position: relative;
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #666;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  h2.news { /* 599px以下のとき */
    width: 340px; /* 幅指定 */
    font-size: 20px; /* 文字サイズ指定 */
  }
}
@media screen and (min-width: 600px) {
  h2.news { /* 600px以上のとき */
    width: 900px;
    font-size: 22px; /* 文字サイズ指定 */
  }
}

h2.sub {
  width: 100%;
  text-align: center;
  color: #6C3;
  margin: 40px 0 20px 0;
  border: none;
}
@media screen and (min-width: 600px) {
  h2.sub { /* 600px以上のとき */
    font-size: 130%;
  }
}
@media screen and (max-width: 599px) {
  h2.sub { /* 599px以下のとき */
    font-size: 1.2em;
    line-height: 0.9em;
  }
}
h2.sub img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  h2.sub img { /* 600px以上のとき */ }
}
@media screen and (max-width: 599px) {
  h2.sub img { /* 599px以下のとき */
    width: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

h2.sub02 {
  border-bottom: #9CF 1px solid;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  h2.sub02 { /* 599px以下のとき */
    width: 350px; /* 幅指定 */
  }
}
@media screen and (min-width: 600px) {
  h2.sub02 { /* 600px以上のとき */
    width: 900px;
  }
}
h2.sub02 div {
  border-bottom: #096 2px solid;
  padding: 3px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  h2.sub02 div { /* 599px以下のとき */
    width: 200px; /* 幅指定 */
    font-size: 80%;
  }
}
@media screen and (min-width: 600px) {
  h2.sub02 div { /* 600px以上のとき */
    width: 600px;
    font-size: 0.8em;
    line-height: 1em;
  }
}

.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;
}

.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 img {
  margin: 0 10px;
}

.garea {
  width: 320px;
  text-align: center;
  font-size: 80%;
}
@media screen and (max-width: 599px) {
  .garea { /* 599px以下のとき */
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .garea { /* 600px以上のとき */
    float: left;
    margin: 10px 0;
  }
}
.garea img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.garea .new {
  width: 53px;
  height: 21px;
  -o-object-fit: none;
     object-fit: none;
}

/* policy */
ol.policy {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  ol.policy { /* 600px以上のとき */
    width: 860px;
  }
}
@media screen and (max-width: 599px) {
  ol.policy { /* 599px以下のとき */
    width: 330px;
    list-style-position: inside;
  }
}

ol.policy li {
  font-size: 0.9em;
  margin: 0 0 10px 0;
}
ol.policy li div.policy {
  text-align: right;
}
@media screen and (min-width: 600px) {
  ol.policy li div.policy { /* 600px以上のとき */
    width: 840px;
  }
}
@media screen and (max-width: 599px) {
  ol.policy li div.policy { /* 599px以下のとき */
    width: 330px;
  }
}

/* about */
dl.about {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) {
  dl.about { /* 600px以上のとき */
    width: 800px;
    border-top: 2px #9CF dotted;
  }
}
@media screen and (max-width: 599px) {
  dl.about { /* 599px以下のとき */
    width: 330px;
  }
}

dl.about dt {
  padding: 5px 0;
  font-size: 0.9em;
  border-bottom: 2px #9CF dotted;
}
@media screen and (min-width: 600px) {
  dl.about dt { /* 600px以上のとき */
    clear: both;
    float: left;
    width: 10em;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  dl.about dt { /* 599px以下のとき */
    width: 100%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
  }
}

dl.about dd {
  font-size: 0.9em;
}
@media screen and (min-width: 600px) {
  dl.about dd { /* 600px以上のとき */
    margin: 0 0 0 11em;
    padding: 5px 0 5px 20px;
    border-bottom: 2px #9CF dotted;
  }
}
@media screen and (max-width: 599px) {
  dl.about dd { /* 599px以下のとき */
    width: 100%;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 600px) {
  .about-box { /* 600px以上のとき */
    min-height: 110px;
  }
}
@media screen and (max-width: 599px) {
  .about-box { /* 599px以下のとき */ }
}

/* mail */
.formarea {
  font-size: 0.9em;
}
@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;
  }
}

.mail {
  list-style-type: none;
  border: 1px #335a4b solid;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .mail { /* 600px以上のとき */
    width: 800px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .mail { /* 600px以下のとき */
    width: 340px;
  }
}

.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;
}

.mail dt, .mail dd {
  box-sizing: border-box;
}

.mail dt {
  text-align: left;
  padding: 20px;
  background-color: #335a4b;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .mail dt { /* 600px以上のとき */
    display: flex;
    align-items: center;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .mail dt { /* 600px以下のとき */
    width: 100%;
  }
}

.mail dt:last-of-type,
.mail dd:last-of-type {
  border: none;
}

.mail dd {
  text-align: left;
  display: block;
  align-items: center;
  margin-left: 0;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #335a4b;
}
@media screen and (min-width: 600px) {
  .mail dd { /* 600px以上のとき */
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .mail dd { /* 600px以下のとき */
    width: 100%;
  }
}

.mail dd.order {
  margin: 0 0 0.8em 0;
  text-align: left;
  display: block;
}
@media screen and (min-width: 600px) {
  .mail dd.order { /* 600px以上のとき */
    float: left;
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .mail 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;
}

/* ~~ フッター ~~ */
.footer-wrap {
  width: 100%;
  background-color: #335a4b;
  display: block;
}

.footer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .footer {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  .footer {
    width: 1120px;
  }
}
.footer img.logo1 {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .footer img.logo1 { /* pc */
    top: 20px;
    left: 60px;
  }
}
@media screen and (max-width: 599px) {
  .footer img.logo1 {
    top: 10px;
    left: 10px;
    width: 100px;
  }
}
.footer img.logo2 {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .footer img.logo2 { /* pc */
    top: 23px;
    left: 230px;
  }
}
@media screen and (max-width: 599px) {
  .footer img.logo2 {
    top: 23px;
    left: 120px;
  }
}
.footer img.addr {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .footer img.addr { /* pc */
    top: 80px;
    left: 230px;
  }
}
@media screen and (max-width: 599px) {
  .footer img.addr {
    top: 80px;
    left: 120px;
  }
}
.footer img.f-mail {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .footer img.f-mail { /* pc */
    bottom: 50px;
    left: 230px;
  }
}
@media screen and (max-width: 599px) {
  .footer img.f-mail {
    bottom: 50px;
    left: 120px;
  }
}
@media screen and (min-width: 600px) {
  .footer ul.fmenu1 { /* pc */
    position: absolute;
    top: 20px;
    left: 820px;
    list-style-type: none;
  }
}
@media screen and (max-width: 599px) {
  .footer ul.fmenu1 {
    display: none;
  }
}
.footer ul.fmenu1 li {
  font-size: 0.9em;
  color: #fff;
  text-align: left;
  margin: 0 0 8px 0;
}
.footer ul.fmenu1 li a:link, .footer ul.fmenu1 li a:visited {
  color: #fff; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

.fcopy-wrap {
  width: 100%;
  background-color: #fff;
  display: block;
}

.fcopy {
  margin: 0 auto;
  min-height: 20px;
  height: auto;
  display: block;
  text-align: center;
  padding: 2px 0;
  font-size: 0.8em;
}
@media screen and (max-width: 600px) {
  .fcopy {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  .fcopy {
    width: 1120px;
  }
}
@media screen and (min-width: 600px) {
  .fcopy { /* pc */
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .fcopy {
    margin-top: 5px;
  }
}/*# sourceMappingURL=style.css.map */