@charset "UTF-8";
@media (max-width: 600px) {
  .pc { /* モバイル */
    display: none;
  }
}

@media (min-width: 601px) {
  .sp { /* デスクトップ */
    display: none;
  }
}

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

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

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

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

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

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

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

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

.red {
  color: red;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.blue2 {
  color: dodgerblue;
}

.violet {
  color: purple;
}

.green {
  color: green;
}

.brown {
  color: brown;
}

.grey {
  color: gray;
}

.sitecolor {
  color: #ffc000;
}

.small85 {
  font-size: 0.85em;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.strong {
  font-weight: bold;
}

/* ~~ エレメント / タグセレクター ~~ */
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: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

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

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

.container {
  width: 100%;
  margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

p {
  margin: 10px 0 0 0;
}

.new {
  vertical-align: central;
}

.inlink:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #000;
  margin: -5px 0 0 5px;
  font-size: 1.3em;
  font-weight: 900;
}

.exlink:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  color: #000;
  margin: -5px 0 0 5px;
  font-size: 1.3em;
  font-weight: 900;
}

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

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

.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #000;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

.pdf-r:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #C33;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

/* ~~ その他の 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;
}

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

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

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

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

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

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

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f04d";
  color: #333;
  margin: -5px 0 0 5px;
  font-size: 1em;
  font-weight: 900;
}

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

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

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

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

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

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

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

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

.opacity:hover {
  opacity: 0.5;
}

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

@keyframes fuwari {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sitecolor {
  color: #ffc000;
}

.basecolor {
  color: #072d54;
}

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

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

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

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

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

.kyokasho {
  font-family: "UDDigiKyokasho R JIS2004";
}

.new {
  vertical-align: central;
}

body {
  font-family: "A1 Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  margin: 0;
  padding: 0;
  color: #000;
  min-width: 1200px;
  width: 100%;
  min-height: 1000px;
  font-size: 16px;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 601px) {
  body { /* desktop */
    background: url("../images/footer_bk.png") center bottom no-repeat;
    background-color: #dfdfdf;
  }
}
@media (max-width: 600px) {
  body { /* 599px以下のとき */
    position: relative;
    left: 0;
    overflow-x: hidden;
    font-size: 16px;
    min-width: 360px;
    background: url("../images/footer_bk_s.png") left bottom no-repeat;
    background-color: #dfdfdf;
  }
}

/* ドロワーメニュー */
/* ドロワーメニュー */
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: 8;
  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: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  width: 300px;
  top: -150%;
  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 0 7px 20px;
  box-sizing: border-box;
  font-size: 1em;
  text-align: left;
}
.p-sp-nav_li.bottom {
  margin-bottom: 100px;
}
.p-sp-nav_li a:link {
  color: #fff;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.p-sp-nav_li a:visited {
  color: #fff;
  text-decoration: none;
}

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

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

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

.btn {
  position: absolute;
  background: #6c6766;
  border-radius: 50%;
  z-index: 200;
}
@media (min-width: 601px) {
  .btn { /* pc */
    top: 16px;
    right: 5px;
    width: 43px;
    height: 43px;
  }
}
@media (max-width: 600px) {
  .btn { /* mobile */
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px;
  }
}
.btn:before, .btn:after, .btn span {
  display: #000;
  width: 55%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span {
  top: calc(50% - 1.5px);
}
@media (min-width: 601px) {
  .btn span { /* pc */
    height: 2px;
    background-color: #000;
  }
}
@media (max-width: 600px) {
  .btn span { /* mobile */
    height: 2px;
    background-color: #000;
  }
}
.btn:before {
  content: "";
}
@media (min-width: 601px) {
  .btn:before { /* pc */
    top: calc(30% - 3px);
    border-top: 2px solid #000;
  }
}
@media (max-width: 600px) {
  .btn:before { /* mobile */
    top: calc(30% - 3px);
    border-top: 2px solid #000;
  }
}
.btn:after {
  content: "";
}
@media (min-width: 601px) {
  .btn:after { /* pc */
    bottom: calc(30% - 2px);
    border-bottom: 3px solid #000;
  }
}
@media (max-width: 600px) {
  .btn:after { /* mobile */
    bottom: calc(30% - 2px);
    border-bottom: 3px solid #000;
  }
}

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

/* ヘッダー */
/* header */
#t-headwrap {
  width: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 601px) {
  #t-headwrap { /* pc */
    min-width: 1200px;
    height: 820px;
  }
}
@media (max-width: 600px) {
  #t-headwrap { /* mobile */
    min-width: 360px;
    height: 360px;
  }
}
#t-headwrap .naviwrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: rgba(7, 45, 84, 0.8);
  z-index: 30;
}
@media (min-width: 601px) {
  #t-headwrap .naviwrap .bg-slider { /* pc */
    width: 100%;
    height: 820px;
    background-position: center center;
    display: block;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  #t-headwrap .naviwrap .bg-slider { /* mobile */
    display: none;
  }
}
@media (min-width: 601px) {
  #t-headwrap .naviwrap .s-bg-slider { /* pc */
    display: none;
  }
}
@media (max-width: 600px) {
  #t-headwrap .naviwrap .s-bg-slider { /* mobile */
    width: 100%;
    height: 360px;
    background-position: center center;
    display: block;
    align-items: center;
    justify-content: center;
  }
}
#t-headwrap .naviwrap .toparea {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 601px) {
  #t-headwrap .naviwrap .toparea { /* pc */
    width: 1200px;
    height: 1000px;
  }
}
@media (max-width: 600px) {
  #t-headwrap .naviwrap .toparea { /* mobile */
    width: 360px;
    height: 360px;
  }
}
#t-headwrap .naviwrap .toparea .top-logo {
  position: absolute;
}
@media (min-width: 601px) {
  #t-headwrap .naviwrap .toparea .top-logo { /* pc */
    top: 23px;
    left: 49px;
  }
}
@media (max-width: 600px) {
  #t-headwrap .naviwrap .toparea .top-logo { /* mobile */
    top: 50px;
    left: 49px;
  }
}
#t-headwrap .naviwrap .toparea .top-lang {
  position: absolute;
  color: #fff;
}
@media (min-width: 601px) {
  #t-headwrap .naviwrap .toparea .top-lang { /* pc */
    top: 22px;
    left: 997px;
  }
}
@media (max-width: 600px) {
  #t-headwrap .naviwrap .toparea .top-lang { /* mobile */
    top: 10px;
    left: 20px;
  }
}
#t-headwrap .naviwrap .toparea .top-lang a:link {
  color: #fff;
}
#t-headwrap .naviwrap .toparea .top-lang a:visited {
  color: #fff;
}

#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 601px) {
  #header { /* pc */
    min-width: 1200px;
    height: 173px;
  }
}
@media (max-width: 600px) {
  #header { /* mobile */
    min-width: 360px;
    height: 210px;
  }
}
#header .naviwrap01 {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #333;
  z-index: 30;
  color: #fff;
}
#header .naviwrap01 .headarea {
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
}
@media (min-width: 601px) {
  #header .naviwrap01 .headarea { /* pc */
    height: 110px;
  }
}
@media (max-width: 600px) {
  #header .naviwrap01 .headarea { /* mobile */
    height: 120px;
  }
}
#header .naviwrap01 .headarea .h-logo {
  position: relative;
}
@media (min-width: 601px) {
  #header .naviwrap01 .headarea .h-logo { /* desktop */
    margin-top: 20px;
    margin-left: -540px;
  }
}
@media (max-width: 600px) {
  #header .naviwrap01 .headarea .h-logo { /* mobile */
    margin: 0 auto;
    margin-top: 60px;
    width: 90%;
  }
}
#header .naviwrap01 .headarea .h-lang {
  position: absolute;
}
@media (min-width: 601px) {
  #header .naviwrap01 .headarea .h-lang { /* pc */
    top: 20px;
    left: 850px;
  }
}
@media (max-width: 600px) {
  #header .naviwrap01 .headarea .h-lang { /* mobile */
    top: 10px;
    left: 20px;
    font-size: 16px;
  }
}
#header .naviwrap01 .headarea .h-fb {
  position: absolute;
}
@media (min-width: 601px) {
  #header .naviwrap01 .headarea .h-fb { /* pc */
    top: 16px;
    right: 55px;
  }
}
@media (max-width: 600px) {
  #header .naviwrap01 .headarea .h-fb { /* mobile */
    top: 10px;
    right: 60px;
    font-size: 26px;
  }
}
#header .naviwrap01:hover {
  color: #fff;
}
#header .naviwrap01 a:link, #header .naviwrap01 a:visited {
  color: #fff;
}
#header .naviwrap02 {
  width: 100%;
  display: block;
  min-width: 1100px;
  min-height: 63px;
  text-align: center;
  position: relative;
  background-color: #666666;
  z-index: 8;
}
@media (max-width: 600px) {
  #header .naviwrap02 { /* 599px以下のとき */
    min-width: 360px;
    min-height: 63px;
  }
}
#header .naviwrap02 .ss-menu {
  width: 360px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 601px) {
  #header .naviwrap02 .ss-menu { /* PC */
    display: none;
  }
}
#header .naviwrap02 .ss-menu a:link, #header .naviwrap02 .ss-menu a:visited {
  color: #fff;
  text-decoration: none;
}
#header .naviwrap02 .ss-menu .m-item {
  width: 160px;
  height: 35px;
  margin: 5px 10px;
  background-color: #444;
  padding: 0.2em 0 0 0;
  box-sizing: border-box;
}

/* global-nav */
#global-nav {
  width: 100%;
  display: block;
  min-width: 1100px;
  min-height: 63px;
  z-index: 50;
  text-align: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  position: sticky;
  top: 0;
}
@media (max-width: 600px) {
  #global-nav { /* 599px以下のとき */
    min-width: 360px;
    min-height: 63px;
    z-index: 5;
  }
}

.menu {
  width: 1100px;
  height: 63px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .menu { /* 599px以下のとき */
    display: none;
  }
}
.menu :hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu a:link, .menu a:visited {
  color: #fff;
  text-decoration: none;
}
.menu div {
  width: 183px;
  height: 40px;
  border-left: 1px #fff solid;
  padding: 0.5em 0 0 0;
  box-sizing: border-box;
}
.menu div :hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu .last {
  border-right: 1px #fff solid;
}

.s-menu {
  width: 360px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 601px) {
  .s-menu { /* PC */
    display: none;
  }
}
.s-menu a:link, .s-menu a:visited {
  color: #fff;
  text-decoration: none;
}
.s-menu div {
  width: 160px;
  height: 30px;
  margin: 5px;
  background-color: #666;
  padding: 0.2em 0 0 0;
  box-sizing: border-box;
}

/* main area */
main {
  position: relative;
  width: 100%;
  margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
  min-height: 300px;
  z-index: 0;
}
@media (min-width: 601px) {
  main { /* pc */
    background: url("../images/main_bk.png") center top no-repeat;
    border: 1px #dfdfdf solid;
  }
}
@media (max-width: 600px) {
  main { /* mobile */
    background: url("../images/main_bk_s.png") right 270px no-repeat;
    border: 1px #dfdfdf solid;
  }
}

.mainarea, .mainarea02 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
@media (min-width: 601px) {
  .mainarea, .mainarea02 { /* pc */
    width: 1200px;
    height: 2000px;
  }
}
@media (max-width: 600px) {
  .mainarea, .mainarea02 { /* mobile */
    width: 360px;
    padding-top: 30px;
  }
}
.mainarea a:link, .mainarea02 a:link {
  text-decoration: none;
}
.mainarea a:visited, .mainarea02 a:visited {
  text-decoration: none;
}

@media (min-width: 601px) {
  .mainarea02 { /* pc */
    padding-top: 60px;
    height: auto;
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .mainarea02 { /* mobile */ }
}

/* toppage only */
/* news */
.top-news-area {
  width: 1100px;
  position: absolute;
  top: 50px;
  left: 50px;
  height: 350px;
  border-left: 1px #000 solid;
  padding-left: 137px;
}
.top-news-area img.title {
  position: absolute;
  top: 20px;
  left: 55px;
}
.top-news-area img.toptolist {
  position: absolute;
  top: 170px;
  left: 35px;
}

.top-news-area02 {
  width: 960px;
  background: url("../images/news_bk.png") 10px 35px no-repeat;
  background-color: #fff;
  height: 160px;
  margin-bottom: 10px;
  position: relative;
}

.top-news-title {
  position: relative;
  text-align: left;
  width: 800px;
  font-family: "Midashi Min MA31";
  color: #993333;
  font-size: 1.2em;
  margin: -10px 0 0 120px;
}
.top-news-title a:link, .top-news-title a:visited {
  color: #993333;
}

.top-kiji {
  position: relative;
  text-align: left;
  width: 800px;
  margin: 5px 0 0 120px;
  line-height: 1.3em;
}

.top-date {
  position: absolute;
  left: 25px;
  top: 70px;
  font-size: 0.9em;
}

.top-news-area-s {
  width: 320px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px #000 solid;
}
.top-news-area-s img.title {
  margin: 5px 0;
}
.top-news-area-s div.toptoList {
  width: 98%;
  text-align: right;
  margin-top: 5px;
  line-height: 1.5em;
}

.newsarea {
  margin: 0 auto;
  margin: 20px 0 0 100px;
  width: 850px;
  min-height: 175px;
  text-align: left;
}
@media (max-width: 600px) {
  .newsarea { /* mobile */
    margin: 20px 0 0 10px;
    width: 340px;
  }
}
.newsarea .newsttl {
  margin: 20px 0;
  width: 95%;
  padding: 0 0 5px 20px;
  text-align: left;
  border-bottom: 1px #666 solid;
}
@media (max-width: 600px) {
  .newsarea .newsttl { /* mobile */
    width: 100%;
    padding: 0 0 5px 0;
  }
}

.newsarea-s {
  width: 100%;
  text-align: left;
  border-top: 1px #000 solid;
  padding-bottom: 10px;
}
.newsarea-s p {
  margin: 10px 0;
  display: block;
}

.top-sake-area-s {
  width: 320px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px #000 solid;
}
.top-sake-area-s img.title {
  margin: 5px 0;
}
.top-sake-area-s div.toptoList {
  width: 98%;
  text-align: right;
  margin-top: 5px;
  line-height: 1.5em;
}

/* osusume */
.top-sake-area {
  width: 1100px;
  position: absolute;
  top: 410px;
  left: 50px;
  min-height: 360px;
  border-left: 1px #000 solid;
  padding-left: 137px;
}
.top-sake-area img.title {
  position: absolute;
  top: 20px;
  left: 55px;
}

.top-sake-area02 {
  width: 960px;
  background-color: #fff;
  height: 160px;
  position: relative;
  margin-bottom: 10px;
}

.top-s-title {
  position: relative;
  text-align: left;
  width: 560px;
  font-family: "Midashi Min MA31";
  color: #993333;
  font-size: 1.2em;
  margin: 0px 0 0 170px;
  padding-top: 20px;
}
.top-s-title a:link, .top-s-title a:visited {
  color: #993333;
}

.top-s-kiji {
  position: relative;
  text-align: left;
  width: 560px;
  margin: 5px 0 0 170px;
}

.top-s-detail {
  position: absolute;
  right: 10px;
  top: 10px;
}

.top-s-shop {
  position: absolute;
  right: 10px;
  top: 85px;
}

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

.s-banner {
  margin: 10px 0;
}

.syusenkan {
  position: absolute;
  top: 777px;
  left: 50px;
}

.aisenkan {
  position: absolute;
  top: 1137px;
  left: 50px;
}

.kamoizumikan {
  position: absolute;
  top: 1137px;
  right: 50px;
}

.recipe {
  position: absolute;
  top: 1507px;
  left: 50px;
}

.onlineshop {
  position: absolute;
  top: 1727px;
  left: 50px;
}

.subarea {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  min-height: 500px;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0 40px 0;
}
@media (max-width: 600px) {
  .subarea { /* mobile */
    width: 360px;
  }
}
.subarea .n-title {
  margin: 20px 0 20px 0;
  font-size: 1.2em;
  width: 100%;
  border-bottom: 1px #ccc solid;
  padding: 5px 0 5px 0;
  font-weight: bold;
  position: relative;
  min-height: 25px;
  text-align: center;
}
@media (max-width: 600px) {
  .subarea .n-title { /* mobile */
    margin: 20px 0 10px 0;
  }
}

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

.recipearea {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recipearea .ritem {
  width: 333px;
  padding: 5px 2px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .recipearea .ritem { /* mobile */
    width: 120px;
  }
}
.recipearea .ritem img {
  width: 280px;
}
@media (max-width: 600px) {
  .recipearea .ritem img { /* mobile */
    width: 108px;
  }
}

.covid19 {
  width: 840px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.7em;
  font-size: 1em;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  border: 1px #C06 solid;
  color: #c06;
}
@media (max-width: 600px) {
  .covid19 { /* mobile */
    width: 320px;
    margin-bottom: 20px;
  }
}

.sub-menu {
  width: 95%;
  margin: auto;
  padding: auto;
  margin: 10px 0 30px 30px;
  text-align: left;
  display: block;
  height: auto;
  visibility: visible;
  height: 50px;
  clear: both;
}
@media (max-width: 600px) {
  .sub-menu { /* mobile */
    margin: 10px 0 30px 10px;
  }
}
.sub-menu ul {
  margin: 0;
  list-style-position: inside;
  list-style-type: none;
}
.sub-menu li {
  float: left;
  padding: 8px 10px 10px 10px;
  margin: 0 10px 0 0;
  border: 1px #666666 solid;
  background-color: #666666;
  color: #fff;
  border-radius: 15px;
  min-width: 100px;
  text-align: center;
}
@media (max-width: 600px) {
  .sub-menu li { /* mobile */
    padding: 5px;
    margin: 0 10px 10px 0;
    min-width: 130px;
    font-size: 0.9em;
  }
}
.sub-menu a:link, .sub-menu a:visited {
  color: #fff;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

.sub-menu02 {
  width: 90%;
  margin: auto;
  padding: auto;
  margin: 10px 0 30px 30px;
  text-align: left;
  display: block;
  height: auto;
  visibility: visible;
  height: auto;
  clear: both;
}
@media (max-width: 600px) {
  .sub-menu02 { /* mobile */
    margin: 10px 0 30px 10px;
  }
}
.sub-menu02 ul {
  margin: 0;
  list-style-position: inside;
}
.sub-menu02 li {
  float: left;
  padding: 0 0 10px 5px;
  margin: 0 40px 0 0;
  list-style-type: none;
}
.sub-menu02 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  color: #2a4692;
  margin: -5px 5px 0 0;
  font-size: 1em;
  font-weight: 900;
}

.kiteitxt {
  margin: 10px 0 20px 60px;
  padding-left: 1.3em;
  text-align: left;
  text-indent: -1.3em;
  width: 85%;
}
@media (max-width: 600px) {
  .kiteitxt { /* mobile */
    margin: 10px 0 20px 20px;
  }
}

div.kiteitxt2 {
  margin: 5px 0 20px 80px;
  padding-left: 1.3em;
  text-align: left;
  text-indent: -1.3em;
  width: 85%;
}
@media (max-width: 600px) {
  div.kiteitxt2 { /* mobile */
    margin: 5px 0 20px 20px;
  }
}

div.kiteitxt3 {
  margin: 5px 0 10px 80px;
  padding-left: 1.3em;
  text-align: left;
  text-indent: -1.3em;
  width: 85%;
  text-align: right;
}
@media (max-width: 600px) {
  div.kiteitxt3 { /* mobile */
    margin: 5px 0 10px 20px;
  }
}

ul.kitei {
  margin: 5px 0 0 60px;
  list-style-type: square;
  font-size: 90%;
  width: 85%;
  list-style-position: outside;
  padding: 0 0 0 15px;
}
ul.kitei li {
  margin: 0 0 5px 0;
  line-height: 150%;
}

table.ryokin {
  margin: 0 auto;
  margin-top: 5px;
  font-size: 90%;
  width: 80%;
}
table.ryokin th {
  background-color: #666666;
  color: #fff;
  padding: 2px;
  font-weight: normal;
  border-right: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  text-align: center;
}
table.ryokin td {
  padding: 2px;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  text-align: center;
}

table.setsubi {
  margin: 0 auto;
  margin-top: 5px;
  font-size: 90%;
  width: 80%;
}
table.setsubi th {
  background-color: #666666;
  color: #fff;
  padding: 2px;
  font-weight: normal;
  border-left: none;
  border-right: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  text-align: center;
}
table.setsubi th.right {
  border-right: none;
  float: none;
}
table.setsubi td {
  padding: 2px;
  border-left: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  text-align: center;
}
table.setsubi td.right {
  border-right: 1px #cccccc solid;
  text-align: right;
  padding: 2px 5px 2px 2px;
  float: none;
}

ol.tyuui {
  margin: 10px 0 0 70px;
  width: 80%;
  list-style-position: outside;
  padding: 0 0 0 25px;
}
ol.tyuui li {
  margin: 0 0 10px 0;
  line-height: 150%;
  text-align: left;
}

table.month {
  border: none;
  margin: 0 auto;
  margin-top: 30px;
  width: 90%;
}
table.month td.month {
  text-align: center;
}

table.cal {
  width: 60%;
  margin: 0 auto;
  border-top: 1px #e1e5cf solid;
}
table.cal td {
  border-bottom: 1px #e1e5cf solid;
  border-right: 1px #e1e5cf solid;
  line-height: 150%;
  text-align: left;
  padding: 1px 2px 1px 5px;
  background-color: #ffffff;
}
table.cal td dl {
  width: 400px;
}
table.cal td dt {
  float: left;
  width: 40px;
}
table.cal td dd {
  float: left;
  width: 340px;
  margin: 0 0 0 5px;
}
table.cal td a:hover {
  text-decoration: underline;
}
table.cal th {
  border-bottom: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  font-weight: normal;
  text-align: center;
  padding: 1px 2px 1px 5px;
  background-color: #666666;
  color: #fff;
  width: 60px;
}

.leftimg {
  min-width: 200px;
  text-align: center;
  font-size: 1em;
}
@media (min-width: 601px) {
  .leftimg { /* desktop */
    float: left;
  }
}
.leftimg img {
  padding: 5px;
}

.saketxt01, .e_saketxt01 {
  width: 570px;
  position: relative;
}
@media (min-width: 601px) {
  .saketxt01, .e_saketxt01 { /* desktop */
    float: right;
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .saketxt01, .e_saketxt01 { /* mobile */
    width: 340px;
    margin: 0 auto;
  }
}

.saketxt02 {
  margin-top: 20px;
  width: 100%;
  border-top: 1px #666 solid;
}

@media (min-width: 601px) {
  .e_saketxt01 { /* desktop */
    margin-top: 0px;
  }
}

#catearea {
  width: 940px;
  position: relative;
  margin: 0 auto;
  min-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em 0 0.5em 3em;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
@media (max-width: 600px) {
  #catearea { /* mobile */
    width: 320px;
    padding: 0.5em 0 0.5em 0.5em;
  }
}
#catearea .cttl {
  width: 100px;
}
#catearea .carea {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-left: 2em;
}
#catearea .carea div {
  margin-right: 4em;
}

/* 共通部品 */
h2.sub02 {
  margin: 10px 0 30px 50px;
  width: 1100px;
  height: 80px;
  background-color: #333;
  font-size: 2em;
}
@media (max-width: 600px) {
  h2.sub02 { /* mobile */
    margin: 10px 0 10px 0;
    width: 360px;
    height: auto;
    min-height: 30px;
    font-size: 1.2em;
  }
}
h2.sub02 div {
  padding: 25px 0 0 50px;
  font-family: "UDDigiKyokasho R JIS2004";
  text-align: left;
  color: #fff;
}
@media (max-width: 600px) {
  h2.sub02 div { /* mobile */
    padding: 15px 0 15px 20px;
  }
}

h3.sub {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 4px solid #DDD;
  width: 940px;
  margin-top: 20px;
  margin-left: 30px;
  font-size: 1.5em;
  text-align: left;
  font-family: "UDDigiKyokasho R JIS2004";
}
@media (max-width: 600px) {
  h3.sub { /* mobile */
    width: 340px;
    margin-left: 10px;
    font-size: 1.2em;
  }
}
h3.sub div {
  margin: 0 0 0 20px;
}
@media (max-width: 600px) {
  h3.sub div { /* mobile */
    margin: 0 0 0 10px;
  }
}

h3.sub::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #446689;
  bottom: -4px;
  width: 10%;
  display: block;
}

h4.sub {
  position: relative;
  padding-left: 1.5em;
  margin: 20px 0 20px 60px;
  text-align: left;
  font-family: "UDDigiKyokasho R JIS2004";
  font-size: 1.2em;
}
@media (max-width: 600px) {
  h4.sub { /* mobile */
    margin: 20px 0 20px 20px;
  }
}

h4.sub::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 4px;
  background-color: #446689;
}

h4.sake {
  position: relative;
  padding: 0.3em 1em;
  box-sizing: border-box;
  border-bottom: 2px solid #446689;
  width: 940px;
  margin-top: 20px;
  margin-left: 30px;
  text-align: left;
  font-family: "UDDigiKyokasho R JIS2004";
}
@media (max-width: 600px) {
  h4.sake { /* mobile */
    width: 340px;
    margin-left: 10px;
    font-size: 1.2em;
  }
}

h5.sub {
  position: relative;
  padding-left: 1.5em;
  margin: 20px 0 20px 60px;
  font-size: 1em;
  text-align: left;
  font-family: "UDDigiKyokasho R JIS2004";
}

h5.sub::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border: solid 4px #446689;
  border-radius: 100%;
}

table.mail {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border: none;
}
table.mail th {
  border: none;
  width: 30%;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  font-weight: normal;
  padding-left: 15px;
  font-size: 0.9em;
}
table.mail td {
  border: none;
  width: 70%;
  padding: 5px;
  line-height: 120%;
  text-align: left;
  vertical-align: text-top;
  font-size: 0.9em;
}
table.mail td.conf {
  border: none;
  width: 70%;
  padding: 5px;
  line-height: 120%;
  text-align: left;
  vertical-align: text-top;
}

@media (min-width: 601px) {
  #navi { /* desktop */
    width: 1100px;
    margin: 0 auto;
    text-align: right;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  #navi { /* mobile */
    display: none;
  }
}

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

dl.sub02 {
  width: 950px;
  margin: 0 0 20px 60px;
}
@media (max-width: 600px) {
  dl.sub02 { /* mobile */
    width: 340px;
    margin: 0 0 20px 10px;
  }
}
dl.sub02 dt {
  clear: both;
  width: 150px;
  text-align: left;
  font-size: 1.1em;
  float: left;
  margin: 3px 0 0 0;
  font-family: "Midashi Min MA31";
}
@media (max-width: 600px) {
  dl.sub02 dt { /* mobile */
    font-size: 1em;
  }
}
dl.sub02 dd {
  margin: 0 10px 5px 10px;
  text-align: left;
  width: 700px;
  font-size: 1em;
  line-height: 1.7em;
  float: left;
}
@media (max-width: 600px) {
  dl.sub02 dd { /* mobile */
    margin: 0 10px 5px 30px;
    width: 300px;
  }
}

dl.sub03 {
  width: 900px;
  margin: 0 0 20px 100px;
}
@media (max-width: 600px) {
  dl.sub03 { /* mobile */
    width: 320px;
    margin: 0 0 20px 30px;
  }
}
dl.sub03 dt {
  clear: both;
  width: 150px;
  text-align: left;
  font-size: 1.1em;
  float: left;
  margin: 3px 0 0 0;
  font-family: "Midashi Min MA31";
}
@media (max-width: 600px) {
  dl.sub03 dt { /* mobile */
    font-size: 1em;
    margin: 3px 0 0 0;
  }
}
dl.sub03 dd {
  margin: 0;
  margin: 0 10px 5px 10px;
  text-align: left;
  width: 700px;
  font-size: 1em;
  line-height: 1.7em;
  float: left;
}
@media (max-width: 600px) {
  dl.sub03 dd { /* mobile */
    font-size: 1em;
    margin: 0 10px 5px 30px;
    width: 300px;
  }
}

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

.txt, .txt02, .txt02-h {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-left: 20px;
  line-height: 1.7em;
  text-align: left;
}
@media (min-width: 601px) {
  .txt, .txt02, .txt02-h { /* pc */
    width: 960px;
  }
}
@media (max-width: 600px) {
  .txt, .txt02, .txt02-h { /* mobile */
    width: 340px;
  }
}

.txt02, .txt02-h {
  width: 880px;
  margin: 0 0 30px 60px;
}
@media (max-width: 600px) {
  .txt02, .txt02-h { /* mobile */
    width: 340px;
    margin: 0 0 30px 10px;
  }
}

.txt02-h {
  line-height: 1.9em;
}

.txt03, .txt032 {
  width: 420px;
  margin: 0 0 30px 60px;
  line-height: 1.7em;
  font-size: 1em;
  text-align: left;
  float: left;
}
@media (max-width: 600px) {
  .txt03, .txt032 { /* mobile */
    width: 340px;
    margin: 0 0 30px 10px;
  }
}

.txt032 {
  margin: 0 0 30px 10px;
}
@media (max-width: 600px) {
  .txt032 { /* mobile */
    width: 340px;
    margin: 0 0 30px 10px;
  }
}

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

.inview.show {
  opacity: 1;
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

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

.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.next div {
  margin: 0 20px;
}

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

@media (max-width: 600px) {
  img.view50 { /* mobile */
    width: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.view60 {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  img.view60 { /* mobile */
    width: 80%;
  }
}

img.view60per {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  img.view60per { /* mobile */
    width: 60%;
  }
}

.pagenation {
  margin: 20px 0;
}

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

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

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

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

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
@media (min-width: 601px) {
  form dl { /* desktop */
    width: 80%;
  }
}

form dt {
  text-align: left;
}
@media (min-width: 601px) {
  form dt { /* desktop */
    float: left;
    width: 38%;
  }
}
@media (max-width: 600px) {
  form dt { /* 599px以下のとき */
    width: 100%;
    text-align: left;
    padding: 0 0.2em;
    box-sizing: border-box;
  }
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
  display: block;
}
@media (min-width: 601px) {
  form dd { /* desktop */
    float: left;
    width: 60%;
  }
}
@media (max-width: 600px) {
  form dd { /* 599px以下のとき */
    width: 100%;
    padding: 0 0.5em;
    box-sizing: border-box;
  }
}

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

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

@media (min-width: 601px) {
  .input-area2 { /* desktop */
    width: 80%;
  }
}
@media (max-width: 600px) {
  .input-area2 { /* 599px以下のとき */
    width: 60%;
  }
}

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: 100px;
  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 {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 601px) {
  footer { /* pc */
    min-height: 350px;
  }
}
@media (max-width: 600px) {
  footer { /* mobile */
    min-height: 150px;
  }
}

#fwrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: auto;
  color: #fff;
  padding-top: 20px;
}
@media (min-width: 601px) {
  #fwrap { /* pc */
    width: 1200px;
    min-height: 100px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  #fwrap { /* mobile */
    width: 360px;
    min-height: 150px;
  }
}

.footer1 {
  margin: 0 auto;
  color: #fff;
  width: 50%;
}
@media (min-width: 601px) {
  .footer1 { /* pc */
    padding-top: 0;
    min-height: 100px;
  }
}
@media (max-width: 600px) {
  .footer1 { /* mobile */
    padding-top: 5px;
    min-height: 150px;
    width: 100%;
  }
}
.footer1 .f-logo {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
}
.footer1 .f-logo a:link, .footer1 .f-logo a:visited {
  color: #fff;
}
@media (min-width: 601px) {
  .footer1 .f-logo { /* pc */
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .footer1 .f-logo { /* mobile */
    padding: 0;
    font-size: 14px;
    margin: 0 auto;
    justify-content: center;
  }
}
.footer1 .f-logo img {
  margin: 10px;
}
@media (max-width: 600px) {
  .footer1 .f-logo .ff-logo { /* mobile */
    width: 80px;
  }
}
.footer1 .f-logo .f-addr {
  margin-left: 20px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .footer1 .f-logo .f-addr { /* mobile */
    margin-left: 0;
    margin-top: 0;
  }
}
.footer1 .f-logo .f-addr div {
  margin-left: 12px;
}
@media (max-width: 600px) {
  .footer1 .f-logo .f-addr img { /* mobile */
    width: 200px;
  }
}
.footer1 .icon {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin-left: 130px;
}
@media (max-width: 600px) {
  .footer1 .icon { /* mobile */
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    justify-content: center;
  }
}
.footer1 .icon img {
  margin: 0 10px;
}
@media (max-width: 600px) {
  .footer1 .icon img { /* mobile */
    width: 60px;
  }
}

.footer2 {
  padding: 0 0 20px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  height: auto;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.footer2 .fmenu1 {
  box-sizing: border-box;
  margin: 10px 0;
  min-height: 100px;
  min-width: 30%;
  text-align: left;
  vertical-align: top;
  display: block;
  height: auto;
  line-height: 2em;
  display: inline-block;
}
@media (min-width: 601px) {
  .footer2 .fmenu1 { /* pc */ }
}
@media (max-width: 600px) {
  .footer2 .fmenu1 { /* mobile */
    display: none;
  }
}
.footer2 .fmenu1 a:link, .footer2 .fmenu1 a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.footer2 .fmenu1 .item {
  margin: 0 0 0 70px;
}
.footer2 .fmenu1 .item02 {
  margin: 60px 0 0 50px;
}
.footer2 .fmenu1 .ftitle {
  color: #fff;
}
.footer2 .fmenu1 .ftitle a:link, .footer2 .fmenu1 .ftitle a:visited {
  color: #fff;
}
.footer2 .fmenu1 .fttl_long {
  margin-bottom: 20px;
}
.footer2 .fmenu1 ul {
  margin: 0 0 20px 40px;
}
.footer2 .fmenu1 li {
  margin: 0;
}

img.bnr180 {
  width: 180px;
}

#fcopy {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 0 8px 0;
  font-size: 1em;
  color: #fff;
}
@media (min-width: 601px) {
  #fcopy { /* pc */
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  #fcopy { /* mobile */
    margin-top: 5px;
  }
}
#fcopy div {
  margin: 0 auto;
  min-height: 15px;
  height: auto;
  position: relative;
  font-size: 0.85em;
}/*# sourceMappingURL=style.css.map */