@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* 1600以上 */
@media screen and (max-width: 1600px) {
  .only1600 {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* 1300以上 */
@media screen and (max-width: 1300px) {
  .only1300 {
    display: none !important;
  }
}
/* 1200以上 */
@media screen and (max-width: 1200px) {
  .only1200 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1600px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #0b1029;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.7;
  font-size: 1.5rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  /*任意でフォントサイズを指定*/
}
@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 0;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: 0.1s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*カラー*/
.cl-red {
  color: #f04242 !important;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mb35 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

.mt00 {
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .mt00 {
    margin-top: 0px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt40 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.file-btn {
  display: flex;
  align-items: center;
  max-width: 355px;
  height: 100%;
  padding: 18px 18px 18px 55px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  color: #323f63;
  font-size: 1.5rem;
  font-family: "BIZ UDGothic", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .file-btn {
    padding: 15px 15px 15px 45px;
    background-size: 18px auto;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .file-btn:hover {
    background-color: #323f63;
    border-color: #323f63;
    color: #fff;
  }
}
.file-btn.pdf {
  background-image: url(../img/common/icon_pdf02.png);
  background-position: center left 20px;
  background-size: 20px auto;
}
@media screen and (max-width: 834px) {
  .file-btn.pdf {
    background-size: 18px auto;
    background-position: center left 15px;
  }
}

.file-btn02 {
  display: inline-block;
  position: relative;
  padding: 10px 30px 10px 50px;
  background-color: #323f63;
  background-position: center left 20px;
  background-repeat: no-repeat;
  border-radius: 30px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "BIZ UDGothic", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .file-btn02 {
    background-position: center left 15px;
  }
}
.file-btn02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.file-btn02.word {
  background-image: url(../img/common/icon_word.svg);
  background-size: 20px auto;
}
@media screen and (max-width: 834px) {
  .file-btn02.word {
    background-size: 18px auto;
  }
}
.file-btn02.pdf {
  background-image: url(../img/common/icon_pdf.svg);
  background-size: 19px auto;
}
@media screen and (max-width: 834px) {
  .file-btn02.pdf {
    background-size: 17px auto;
  }
}
.file-btn02.excel {
  background-image: url(../img/common/icon_excel.svg);
  background-size: 20px auto;
}
@media screen and (max-width: 834px) {
  .file-btn02.excel {
    background-size: 18px auto;
  }
}

.base-btn {
  display: block;
  position: relative;
  border-radius: 100px;
  background-color: #323f63;
  margin: 0 auto;
  padding: 14px 25px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .base-btn {
    padding: 13px 20px;
  }
}
.base-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .base-btn:hover {
    background-color: #181829;
    border-color: transparent;
    color: #fff;
  }
  .base-btn:hover::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.base-btn.excel {
  background-image: url(../img/common/icon_excel.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 15px 8px;
  padding-left: 50px;
}
@media screen and (max-width: 834px) {
  .base-btn.excel {
    background-size: 18px auto;
  }
}
.base-btn--blue {
  background-color: #181829;
}
@media screen and (min-width: 1025px) {
  .base-btn--blue:hover {
    background-color: #323f63;
  }
}
.base-btn--back::after {
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (min-width: 1025px) {
  .base-btn--back:hover::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

.line-btn {
  display: inline-block;
  position: relative;
  padding: 8px 50px 8px 25px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #323f63;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .line-btn {
    background-position: center left 15px;
  }
}
.line-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #323f63;
  border-right: 2px solid #323f63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .line-btn:hover {
    background-color: #323f63;
    color: #fff;
  }
  .line-btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

.footer {
  background-color: #0a0a14;
  text-align: center;
  padding: 125px 50px 200px;
  background-image: url(../img/common/footer_bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1400px) {
  .footer {
    padding: 90px 50px 150px;
    background-size: 300px auto;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 60px 20px 120px;
  }
}

.footer-inner {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
}

.footer-logo {
  margin: 0 auto 30px;
  max-width: 150px;
}
@media screen and (max-width: 599px) {
  .footer-logo {
    max-width: 130px;
  }
}

.footer-address {
  margin-bottom: 40px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}

.footer-address a {
  color: #fff !important;
}

.footer-copy {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.03em;
}

/*ヘッダー*/
.header {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .header {
    height: 100svh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.header-time {
  position: absolute;
  top: 27px;
  right: 28px;
  width: 306px;
  height: 165px;
  display: block;
  background-image: url(../img/common/placemat.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 28px;
}
.header-time__title {
  text-align: center;
}
.header-time__time {
  padding-left: 15px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1400px) {
  .header-time {
    top: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .header-time {
    top: auto;
    bottom: 70px;
    left: 50%;
    margin-left: -150px;
  }
}

.des-contents {
  text-align: center;
  padding: 110px 30px 140px;
}
@media screen and (max-width: 1400px) {
  .des-contents {
    padding: 90px 30px 120px;
  }
}
.des-contents--pt-middle {
  padding: 70px 30px 140px;
}

.content {
  max-width: 1140px;
  margin: 70px auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 1400px) {
  .content {
    margin: 60px auto 90px;
  }
}
@media screen and (max-width: 599px) {
  .content {
    margin: 40px auto 50px;
  }
}
.content.has-side {
  max-width: 1400px;
}

.content-block {
  width: calc(100% - 260px);
  text-align: right;
  padding-bottom: 100px;
  margin: 0 auto;
  padding-left: 30px;
}

/*サイドあり*/
.content-side {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .content-side {
    flex-direction: column-reverse;
  }
}
.content-side__side {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .content-side__side {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .content-side__side {
    margin-bottom: 30px;
  }
}
.content-side__main {
  width: calc(100% - 220px);
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .content-side__main {
    width: 100%;
    padding-right: 0;
  }
}
.content-side__main .sec-block:last-of-type {
  min-height: 350px;
}
@media screen and (max-width: 1024px) {
  .content-side__main .sec-block:last-of-type {
    min-height: auto;
  }
}

.sec-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .sec-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .sec-block {
    margin-bottom: 40px;
  }
}
.sec-block:last-of-type {
  margin-bottom: 0;
}

#nav-open {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: #181829;
  z-index: 100;
  border-radius: 5px;
}
@media screen and (min-width: 1025px) {
  #nav-open {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #nav-open {
    top: 13px;
    right: 12px;
    width: 50px;
    height: 50px;
  }
}
#nav-open.active {
  background-color: rgba(255, 255, 255, 0.3);
}
#nav-open > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}
#nav-open > span > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transition: all 0.3s ease;
}
#nav-open > span > span::before, #nav-open > span > span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#nav-open > span > span::before {
  top: -7px;
}
#nav-open > span > span::after {
  bottom: -7px;
}
#nav-open.active > span > span {
  background-color: transparent;
}
#nav-open.active > span > span::before, #nav-open.active > span > span::after {
  top: 0;
}
#nav-open.active > span > span::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#nav-open.active > span > span::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

#nav-content {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-color: rgba(24, 24, 41, 0.95);
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  #nav-content {
    display: none;
  }
}

#nav-input {
  display: none;
}
#nav-input:checked ~ #nav-content {
  pointer-events: auto;
  opacity: 1;
}

.text-base, .text-base--kome, .text-base--al-right {
  color: #323f63;
  font-size: 1.5rem;
  font-family: "BIZ UDGothic", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .text-base, .text-base--kome, .text-base--al-right {
    font-size: 1.4rem;
  }
}
.text-base--al-right {
  text-align: right;
}
.text-base--kome {
  text-indent: -1em;
  padding-left: 1em;
}

.text-base-link {
  color: #468d09;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .text-base-link:hover {
    text-decoration: none;
  }
}

.text-link {
  color: #181829;
}

.text-em {
  color: #181829;
  font-size: 1.8rem;
  font-family: "BIZ UDGothic", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}

.text-file {
  position: relative;
  padding-left: 30px;
  color: #323f63;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.text-file::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background-repeat: no-repeat;
}
.text-file.pdf::before {
  width: 19px;
  height: 20px;
  background-image: url(../img/common/icon_pdf.svg);
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(100px);
}
@media screen and (max-width: 599px) {
  .inview-b.fadein {
    transform: translateY(30px);
  }
}
.inview-b.fadein-active {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(100px);
}
@media screen and (max-width: 599px) {
  .inview-b.fadein-active {
    transform: translateY(30px);
  }
}
.inview-b.fadein-active--on {
  opacity: 1;
  transform: translateY(0);
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 1025px) {
  .deley01 {
    transition-delay: 0.2s;
  }
  .deley02 {
    transition-delay: 0.4s;
  }
  .deley03 {
    transition-delay: 0.6s;
  }
  .deley04 {
    transition-delay: 0.8s;
  }
  .deley05 {
    transition-delay: 1s;
  }
}
/*--------------------------------------------------------
top
----------------------------------------------------------*/
/* ==========================
  ローディング画面
========================== */
body {
  overflow: hidden;
}
body.active-scroll {
  overflow: auto;
}

#bl_loading {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #181829;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 200;
  color: #f4f1e9;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4em;
}

#bl_loadingPercentImg {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  animation: 10s linear infinite rotation;
  -webkit-animation: 10s linear infinite rotation;
}
@media screen and (max-width: 599px) {
  #bl_loadingPercentImg {
    width: 110px;
    height: 110px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#bl_loadingPercentNumber_wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

#bl_loadingPercentWrap {
  width: 200px;
  height: 220px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #bl_loadingPercentWrap {
    height: 200px;
  }
}

#bl_loadingGaugeWrap {
  width: 200px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#bl_loadingGaugeMeter {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f4f1e9;
  border-radius: 2px;
  display: block;
  transition: 0.7s;
}

.top-main {
  width: 100%;
  height: 100svh;
  display: flex;
  background-color: #f4f1e9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-main {
    height: auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-main__slide {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-main__slide {
    width: 100%;
    order: 2;
    height: 600px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__slide {
    height: 400px;
  }
}
.top-main__slide .slick-list {
  height: 100%;
}
.top-main__slide .slick-track {
  height: 100%;
}
.top-main__slide .slick-slide > div {
  height: 100%;
}
.top-main__slide-item {
  height: 100%;
}
.top-main__slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 50% bottom 20%;
}
.top-main__site-name {
  width: 50%;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-image: url(../img/top/main_bg02.png), url(../img/top/main_bg01.png);
  background-repeat: no-repeat;
  background-position: right bottom, left top;
}
@media screen and (max-width: 1400px) {
  .top-main__site-name {
    background-size: 270px auto, 160px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__site-name {
    order: 1;
    width: 100%;
    height: 700px;
    padding-top: 0;
    background-position: right bottom, left 100px top 0;
  }
}
@media screen and (max-width: 599px) {
  .top-main__site-name {
    height: 100svh;
    padding-bottom: 110px;
    background-size: 200px auto, 120px auto;
    background-position: left -80px bottom 0, right 0 top 0;
  }
}
.top-main__logo {
  max-width: 231px;
}
@media screen and (max-width: 1024px) {
  .top-main__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__logo {
    max-width: 160px;
  }
}
.top-main__logo-ja {
  position: absolute;
  top: 50px;
  left: 50px;
}
.top-main__logo-ja img {
  width: 100%;
  max-width: 154px;
}
@media screen and (max-width: 1400px) {
  .top-main__logo-ja {
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__logo-ja {
    max-width: 110px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__logo-ja {
    top: 20px;
    left: 20px;
    max-width: 100px;
  }
}
.top-main__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -27px;
}
.top-main__scroll img {
  max-width: 54px;
}

.top-nav {
  background-color: #181829;
  text-align: center;
  padding: 27px;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .top-nav {
    padding: 17px 10px 14px;
  }
}
.top-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .top-nav__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-nav__list__item {
  margin-right: 55px;
}
.top-nav__list__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .top-nav__list__item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-nav__list__item {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .top-nav__list__item > a:hover {
    opacity: 0.8;
  }
}
.top-nav__list__item > a > span {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  background-image: url(../img/common/icon_sake.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding: 2px 0 2px 20px;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-nav__list__item > a > span {
    font-size: 1.4rem;
    background-size: 8px auto;
    padding: 6px 0 2px 17px;
    background-position: left 0 top 5px;
  }
}
@media screen and (max-width: 599px) {
  .top-nav__list__item > a > span {
    padding: 3px 0 5px 17px;
  }
}
.top-nav__list__net {
  margin-left: -20px;
}
@media screen and (max-width: 1024px) {
  .top-nav__list__net {
    margin-left: 0;
  }
}
.top-nav__list__net a {
  display: block;
  background-color: #ca0c0c;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 3px;
}
@media screen and (min-width: 1025px) {
  .top-nav__list__net a:hover {
    opacity: 0.8;
  }
}
.top-nav__list__net a span {
  padding: 5px 25px 5px 45px;
  display: block;
  background-image: url(../img/top/icon_net.png);
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: left 15px top 10px;
}

.top-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f1e9;
}
@media screen and (max-width: 1024px) {
  .top-about {
    display: block;
  }
}
.top-about__text-box {
  width: 50%;
  padding: 50px 80px 50px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-image: url(../img/top/about_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 1400px) {
  .top-about__text-box {
    background-size: 430px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__text-box {
    width: 100%;
    padding: 210px 50px 160px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__text-box {
    padding: 195px 20px 120px;
    background-size: 320px auto;
    background-position: left -40px bottom 0;
  }
}
.top-about__title {
  position: absolute;
  top: 94px;
  left: 0;
  max-width: 155px;
}
@media screen and (max-width: 1400px) {
  .top-about__title {
    top: 50px;
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__title {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top-about__title img {
    max-width: 200px;
  }
}
.top-about__text-inner {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-about__text-inner {
    text-align: center;
  }
}
.top-about__copy {
  margin-bottom: 34px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 599px) {
  .top-about__copy {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
}
.top-about__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top-about__photo {
  width: 50%;
  height: 800px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-about__photo {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__photo {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photo {
    height: 400px;
  }
}
.top-about__photo01 {
  width: 100%;
  height: 100%;
}
.top-about__photo01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-about__photo02 {
  position: absolute;
  bottom: 0;
  left: -160px;
  z-index: 1;
  max-width: 450px;
  background-color: #f4f1e9;
  padding: 60px;
}
@media screen and (max-width: 1400px) {
  .top-about__photo02 {
    max-width: 350px;
    padding: 40px;
    left: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__photo02 {
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photo02 {
    max-width: 200px;
    padding: 20px;
  }
}

.top-dish {
  background-color: #181829;
  position: relative;
  background-image: url(../img/top/dish_bg3.png), url(../img/top/dish_bg2.png), url(../img/top/dish_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom, right 0 top 40%, right top;
}
@media screen and (max-width: 1400px) {
  .top-dish {
    background-size: 300px auto, 280px auto, 320px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-dish {
    background-position: right bottom, right 0 top 45%, right top;
    background-size: 230px auto, 210px auto, 240px auto;
  }
}
.top-dish__title {
  position: absolute;
  left: 0;
  top: 70px;
  max-width: 186px;
}
@media screen and (max-width: 1400px) {
  .top-dish__title {
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dish__title {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top-dish__title img {
    max-width: 200px;
  }
}
.top-dish__photos {
  padding: 0 60px 190px;
}
@media screen and (max-width: 1400px) {
  .top-dish__photos {
    padding: 0 60px 140px;
  }
}

.top-dish-contents {
  padding: 130px 60px 110px;
}
@media screen and (max-width: 1400px) {
  .top-dish-contents {
    padding: 140px 60px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dish-contents {
    padding: 240px 60px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-dish-contents {
    padding: 195px 30px 50px;
  }
}
.top-dish-contents__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-dish-contents__inner {
    display: block;
  }
}
.top-dish-contents__photo {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .top-dish-contents__photo {
    width: 100%;
    max-width: 550px;
    height: 400px;
    margin: 0 auto 60px;
  }
  .top-dish-contents__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left 50% top 80%;
  }
}
@media screen and (max-width: 599px) {
  .top-dish-contents__photo {
    height: auto;
    margin: 0 auto 40px;
  }
  .top-dish-contents__photo img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
.top-dish-contents__text-box {
  width: 39%;
  margin-left: 9%;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .top-dish-contents__text-box {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .top-dish-contents__text-box {
    width: 100%;
    margin-left: 0;
    max-width: 550px;
    margin: 0 auto;
  }
}
.top-dish-contents__copy {
  margin-bottom: 45px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .top-dish-contents__copy {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-dish-contents__copy {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
}
.top-dish-contents__text {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 599px) {
  .top-dish-contents__text {
    line-height: 1.9;
  }
}

.top-dish-photos {
  padding: 0 60px 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .top-dish-photos {
    padding: 0 60px 140px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dish-photos {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 0 160px;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .top-dish-photos {
    padding: 0 30px 100px;
  }
}
.top-dish-photos__block01 {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .top-dish-photos__block01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
}
.top-dish-photos__block01-sub01 {
  width: 56%;
  margin-right: 6%;
}
.top-dish-photos__block01-sub02 {
  width: 38%;
  padding-top: 8%;
}
.top-dish-photos__block01-sub-inner01 {
  margin-bottom: 10%;
}
.top-dish-photos__block01-sub-inner02 {
  width: 78%;
  margin-left: 22%;
}
.top-dish-photos__block02 {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1024px) {
  .top-dish-photos__block02 {
    width: 100%;
  }
}
.top-dish-photos__block02-sub01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 6%;
  position: relative;
}
.top-dish-photos__block02-sub01::before {
  content: "";
  position: absolute;
  bottom: -9.2%;
  left: 0;
  width: 145px;
  height: 24px;
  background-image: url(../img/top/dish_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-dish-photos__block02-sub01::before {
    bottom: -11%;
    width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .top-dish-photos__block02-sub01::before {
    content: none;
  }
}
.top-dish-photos__block02-sub-inner01 {
  width: 38%;
  margin-right: 6%;
}
.top-dish-photos__block02-sub-inner02 {
  width: 56%;
}
.top-dish-photos__block02-sub02 {
  width: 61%;
}
@media screen and (max-width: 1024px) {
  .top-dish-photos__block02-sub02 {
    margin-left: 15%;
  }
}

.top-lunch {
  background-color: #f4f1e9;
  padding: 96px 60px 170px;
  position: relative;
  background-image: url(../img/top/lunch_bg04.png), url(../img/top/lunch_bg03.png), url(../img/top/lunch_bg02.png), url(../img/top/lunch_bg01.png);
  background-repeat: no-repeat;
  background-position: right bottom, left bottom, right 0 top 0, left 130px top 0;
}
@media screen and (max-width: 1400px) {
  .top-lunch {
    background-size: 210px auto, 190px auto, 380px auto, 250px auto;
    padding: 96px 60px 130px;
  }
}
@media screen and (max-width: 1024px) {
  .top-lunch {
    padding: 200px 60px 160px;
    background-position: right bottom, left bottom, right -140px top 0, left 0 top 0;
  }
}
@media screen and (max-width: 599px) {
  .top-lunch {
    padding: 190px 30px 110px;
    background-size: 160px auto, 140px auto, 280px auto, 180px auto;
    background-position: right bottom, left bottom, right -160px top 0, left -70px top -40px;
  }
}
.top-lunch__title {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  max-width: 155px;
}
@media screen and (max-width: 1400px) {
  .top-lunch__title {
    top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top-lunch__title {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top-lunch__title img {
    max-width: 200px;
  }
}
.top-lunch__inner {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-lunch__inner {
    max-width: 550px;
    margin: 0 auto;
  }
}
.top-lunch__sub-title {
  margin-bottom: 70px;
  background-image: url(../img/top/lunch_title_bg.png);
  background-repeat: no-repeat;
  background-size: 332px auto;
  background-position: left 52% top 0;
  padding: 210px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-lunch__sub-title {
    margin-bottom: 50px;
    padding: 170px 0 0 0;
    background-size: 270px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-lunch__sub-title {
    margin-bottom: 40px;
    padding: 150px 0 0 0;
    background-size: 240px auto;
    background-position: left calc(50% + 10px) top 0;
  }
}
.top-lunch__sub-title-en {
  font-size: 3.2rem;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .top-lunch__sub-title-en {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
  }
}
.top-lunch__sub-title-ja {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.top-lunch-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-lunch-contents__photo {
  width: 50%;
  margin-right: 7%;
}
@media screen and (max-width: 1400px) {
  .top-lunch-contents__photo {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-lunch-contents__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__photo {
    margin-bottom: 40px;
  }
}
.top-lunch-contents__text-box {
  width: 43%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .top-lunch-contents__text-box {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .top-lunch-contents__text-box {
    width: 100%;
  }
}
.top-lunch-contents__time {
  margin-bottom: 30px;
  border-top: 1px solid #dddad3;
}
.top-lunch-contents__time > div {
  border-bottom: 1px solid #dddad3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__time > div {
    display: block;
  }
}
.top-lunch-contents__time > div > dt {
  width: 170px;
  background-color: #181829;
  color: #fff;
  text-align: center;
  padding: 28px 20px;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__time > div > dt {
    width: 100%;
    padding: 10px;
  }
}
.top-lunch-contents__time > div > dd {
  width: calc(100% - 170px);
  padding: 28px 20px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__time > div > dd {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
.top-lunch-contents__menu {
  width: 100%;
  background-color: #fff;
  padding: 102px 30px 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu {
    padding: 40px 20px 30px;
  }
}
.top-lunch-contents__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../img/top/arrow01.svg);
  background-size: 100% 100%;
  background-position: 0 0;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu::before {
    height: 15px;
  }
}
.top-lunch-contents__menu::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../img/top/arrow02.svg);
  background-size: 100% 100%;
  background-position: 0 0;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu::after {
    height: 15px;
    bottom: -15px;
  }
}
.top-lunch-contents__menu > div {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu > div {
    writing-mode: horizontal-tb;
  }
}
.top-lunch-contents__menu-title {
  font-size: 2.4rem;
  margin-left: 38px;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu-title {
    font-size: 2.1rem;
    letter-spacing: -0.05em;
    margin-left: 28px;
  }
}
.top-lunch-contents__menu-title span {
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu-title span {
    letter-spacing: 0;
  }
}
.top-lunch-contents__menu-list {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu-list {
    padding-top: 15px;
  }
}
.top-lunch-contents__menu-list > li {
  margin-left: 10px;
}
.top-lunch-contents__menu-list > li:last-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .top-lunch-contents__menu-list > li {
    margin-left: 0;
  }
}

.top-lunch-slide .slick-dots li button:before {
  font-size: 9px;
}
.top-lunch-slide .slick-dots {
  bottom: -30px;
}
.top-lunch-slide .slick-next {
  width: 30px;
  height: 30px;
  right: -40px;
}
.top-lunch-slide .slick-next::before {
  content: none;
}
@media screen and (max-width: 599px) {
  .top-lunch-slide .slick-next {
    width: 20px;
    height: 20px;
    right: -25px;
  }
}
.top-lunch-slide .slick-prev {
  width: 30px;
  height: 30px;
  left: -40px;
}
.top-lunch-slide .slick-prev::before {
  content: none;
}
@media screen and (max-width: 599px) {
  .top-lunch-slide .slick-prev {
    width: 20px;
    height: 20px;
    left: -25px;
  }
}

.top-alcohol {
  background-color: #181829;
  background-image: url(../img/top/alcohol_bg.png);
  background-repeat: no-repeat;
  padding: 130px 60px 160px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-alcohol {
    padding: 130px 60px 130px;
  }
}
@media screen and (max-width: 1024px) {
  .top-alcohol {
    padding: 240px 60px 160px;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 599px) {
  .top-alcohol {
    padding: 200px 30px 100px;
    background-size: 100% auto;
  }
}
.top-alcohol__title {
  position: absolute;
  left: 0;
  top: 70px;
  max-width: 182px;
}
@media screen and (max-width: 1400px) {
  .top-alcohol__title {
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-alcohol__title {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top-alcohol__title img {
    max-width: 200px;
  }
}

.top-alcohol-contents {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-alcohol-contents {
    max-width: 550px;
    margin: 0 auto;
  }
}
.top-alcohol-contents__head {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .top-alcohol-contents__head {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-alcohol-contents__head {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .top-alcohol-contents__head {
    margin-bottom: 50px;
  }
}
.top-alcohol-contents__text-box {
  width: 39%;
  margin-right: 8%;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .top-alcohol-contents__text-box {
    width: 45%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-alcohol-contents__text-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-alcohol-contents__text-box {
    margin-bottom: 50px;
  }
}
.top-alcohol-contents__photo {
  width: 53%;
}
@media screen and (max-width: 1400px) {
  .top-alcohol-contents__photo {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .top-alcohol-contents__photo {
    width: 100%;
    height: 400px;
  }
  .top-alcohol-contents__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 599px) {
  .top-alcohol-contents__photo {
    height: auto;
  }
  .top-alcohol-contents__photo img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
.top-alcohol-contents__copy {
  margin-bottom: 34px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .top-alcohol-contents__copy {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-alcohol-contents__copy {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
}
.top-alcohol-contents__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .top-alcohol-contents__text {
    line-height: 1.9;
  }
}

.top-alcohol-brewery {
  background-color: #fff;
  position: relative;
}
.top-alcohol-brewery__title {
  background-color: #f3efe4;
  text-align: center;
}
.top-alcohol-brewery__logo {
  max-width: 274px;
}
@media screen and (max-width: 599px) {
  .top-alcohol-brewery__logo {
    max-width: 220px;
  }
}
.top-alcohol-brewery__2f {
  position: absolute;
  top: 35px;
  left: 0;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .top-alcohol-brewery__2f {
    width: 60px;
    top: 25px;
  }
}
.top-alcohol-brewery__text-box {
  position: absolute;
  left: 4%;
  bottom: 13%;
}
@media screen and (max-width: 1024px) {
  .top-alcohol-brewery__text-box {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 40px 30px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-alcohol-brewery__text-box {
    text-align: left;
    padding: 30px 20px;
  }
}
.top-alcohol-brewery__text01 {
  margin-bottom: 22px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  line-height: 1.5;
  color: #62512a;
}
@media screen and (max-width: 1024px) {
  .top-alcohol-brewery__text01 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-alcohol-brewery__text01 {
    font-size: 1.6rem;
  }
}
.top-alcohol-brewery__text02 {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  color: #50401b;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .top-alcohol-brewery__text02 {
    font-size: 1.4rem;
  }
}

.top-info {
  background-color: #f4f1e9;
  padding: 184px 60px 170px;
  position: relative;
  background-image: url(../img/top/info_bg03.png), url(../img/top/info_bg02.png), url(../img/top/info_bg01.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top, left 0 top 0;
}
@media screen and (max-width: 1400px) {
  .top-info {
    background-position: left bottom, right top, left 30% top 0;
    background-size: 360px auto, 220px auto, 250px auto;
    padding: 214px 60px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-info {
    background-position: left bottom, right top, left 0 top 0;
    padding: 190px 60px 160px;
  }
}
@media screen and (max-width: 599px) {
  .top-info {
    background-position: left bottom, right -60px top, left -80px top 0;
    background-size: 300px auto, 180px auto, 200px auto;
    padding: 200px 30px 120px;
  }
}
.top-info__title {
  position: absolute;
  left: 0;
  top: 100px;
  max-width: 155px;
}
@media screen and (max-width: 1400px) {
  .top-info__title {
    top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-info__title {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top-info__title img {
    max-width: 200px;
  }
}
.top-info__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.top-info-data {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .top-info-data {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-info-data {
    margin-bottom: 40px;
  }
}
.top-info-data__text-wrapper {
  width: calc(50% - 80px);
  margin-right: 80px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-info-data__text-wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-info-data__text-wrapper {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.top-info-data__text-wrapper > div {
  max-width: 470px;
}
@media screen and (max-width: 1400px) {
  .top-info-data__text-wrapper > div {
    max-width: 100%;
  }
}
.top-info-data__photo {
  width: 50%;
}
.top-info-data__photo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-info-data__photo {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .top-info-data__photo {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}
.top-info-data__name {
  margin-bottom: 25px;
  color: #0b1029;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.top-info-data__name span {
  display: block;
  width: 139px;
}
@media screen and (max-width: 599px) {
  .top-info-data__name span {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 599px) {
  .top-info-data__name {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.top-info-data__address {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
.top-info-data__address span {
  margin-bottom: 10px;
  background-image: url(../img/top/icon_map.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-info-data__address span {
    margin-bottom: 15px;
  }
}
.top-info-data__address__tel {
  margin-bottom: 5px;
  font-size: 1.8rem;
  color: #30308d;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 2.2;
  display: inline-block;
}
.top-info-data__address__net {
  margin-bottom: 20px;
  display: block;
  background-color: #ca0c0c;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 3px;
  text-align: center;
  max-width: 200px;
}
@media screen and (min-width: 1025px) {
  .top-info-data__address__net:hover {
    opacity: 0.8;
  }
}
.top-info-data__address__net span {
  display: block;
  padding: 5px 25px 5px 45px;
  background-image: url(../img/top/icon_net.png);
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: left 15px top 10px;
}
.top-info-data__time-item {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 1.4rem;
}
.top-info-data__time-item:first-child {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .top-info-data__time-item {
    padding: 10px 0;
  }
}
.top-info-data__time-item dt {
  width: 85px;
  color: #30308d;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .top-info-data__time-item dt {
    width: 70px;
    font-size: 1.4rem;
  }
}
.top-info-data__time-item dd {
  width: calc(100% - 85px);
}
@media screen and (max-width: 599px) {
  .top-info-data__time-item dd {
    width: calc(100% - 70px);
  }
}
.top-info-data__insta {
  margin-top: 30px;
  width: 100%;
  max-width: 370px;
}
@media screen and (min-width: 1025px) {
  .top-info-data__insta:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 599px) {
  .top-info-data__insta {
    margin: 30px auto 20px;
  }
}

.top-info-copy {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-info-copy {
    margin-bottom: 20px;
  }
}
.top-info-copy::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dddad3;
  z-index: -1;
}
.top-info-copy > p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  line-height: 2.2;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #f4f1e9;
  padding: 0 40px;
}
@media screen and (max-width: 1400px) {
  .top-info-copy > p {
    font-size: 1.5rem;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-info-copy > p {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-info-copy > p {
    line-height: 2;
  }
}

.top-info-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-info-photos > li {
  width: calc((100% - 36px) / 3);
  margin-left: 18px;
  margin-bottom: 20px;
}
.top-info-photos > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .top-info-photos > li {
    width: calc((100% - 20px) / 3);
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-info-photos > li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .top-info-photos > li:nth-child(3n+1) {
    margin-left: 10px;
  }
  .top-info-photos > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.top-keiretsu {
  background-color: #181829;
  padding: 150px 60px 150px;
  position: relative;
  background-image: url(../img/top/keiretsu_bg02.png), url(../img/top/keiretsu_bg01.png);
  background-repeat: no-repeat;
  background-position: right bottom, left top;
}
@media screen and (max-width: 1400px) {
  .top-keiretsu {
    padding: 140px 60px 140px;
    background-size: 250px auto, 130px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-keiretsu {
    padding: 240px 60px 160px;
    background-position: right bottom, left -15px top -40px;
  }
}
@media screen and (max-width: 599px) {
  .top-keiretsu {
    background-size: 220px auto, 120px auto;
    padding: 200px 20px 120px;
  }
}
.top-keiretsu__title {
  position: absolute;
  left: 0;
  top: 70px;
  max-width: 186px;
}
@media screen and (max-width: 1400px) {
  .top-keiretsu__title {
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-keiretsu__title {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .top-keiretsu__title img {
    max-width: 200px;
  }
}
.top-keiretsu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-keiretsu__list {
    max-width: 550px;
    margin: 0 auto;
    display: block;
  }
}
.top-keiretsu__list > li {
  width: calc((100% - 40px) / 2);
}
.top-keiretsu__list > li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top-keiretsu__list > li {
    width: 100%;
  }
  .top-keiretsu__list > li:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.top-keiretsu-contents {
  max-width: 1240px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.08);
  height: 100%;
  padding: 50px 80px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .top-keiretsu-contents {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents {
    padding: 35px 20px 30px;
  }
}
.top-keiretsu-contents__title {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__title {
    margin-bottom: 20px;
  }
}
.top-keiretsu-contents__title > span {
  font-size: 2rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__title > span {
    font-size: 1.6rem;
  }
}
.top-keiretsu-contents__title > span > span {
  font-size: 1.4rem;
  margin-right: 5px;
}
.top-keiretsu-contents__title--01 > span {
  background-image: url(../img/top/icon_keiretsu01.png);
  background-size: 18px auto;
  padding: 5px 0 2px 35px;
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__title--01 > span {
    background-size: 13px auto;
    padding: 2px 0 2px 25px;
  }
}
.top-keiretsu-contents__title--02 > span {
  background-image: url(../img/top/icon_keiretsu02.png);
  background-size: 37px auto;
  padding: 5px 0 2px 48px;
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__title--02 > span {
    background-size: 27px;
    padding: 2px 0 2px 32px;
  }
}
.top-keiretsu-contents__photo {
  margin-bottom: 25px;
}
.top-keiretsu-contents__text {
  margin-bottom: 25px;
}
.top-keiretsu-contents__address {
  background-image: url(../img/top/icon_map2.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-left: 22px;
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__address {
    margin-bottom: 20px;
  }
}
.top-keiretsu-contents__tel {
  margin-bottom: 20px;
}
.top-keiretsu-contents__tel > a {
  padding-left: 10px;
  font-size: 1.8rem;
  color: #fff;
}
.top-keiretsu-contents__time {
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__time {
    margin-bottom: 20px;
  }
}
.top-keiretsu-contents__time > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-keiretsu-contents__time > div > dt {
  width: 80px;
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__time > div > dt {
    width: 70px;
  }
}
.top-keiretsu-contents__time > div > dd {
  width: calc(100% - 80px);
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__time > div > dd {
    width: calc(100% - 70px);
  }
}
.top-keiretsu-contents__btn {
  width: 100%;
  max-width: 170px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #fff;
  background-color: #a68212;
  display: inline-block;
  text-align: center;
  padding: 12px;
  position: relative;
  margin-right: 6px;
}
@media screen and (max-width: 599px) {
  .top-keiretsu-contents__btn {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.top-keiretsu-contents__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
.top-keiretsu-contents__btn--white {
  background-color: #fff;
  color: #181829;
}
.top-keiretsu-contents__btn--white::before {
  border-top: 1px solid #181829;
  border-right: 1px solid #181829;
}
@media screen and (min-width: 1025px) {
  .top-keiretsu-contents__btn:hover {
    opacity: 0.8;
  }
}
.top-keiretsu-contents__close {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */