* {
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em;
  text-align: left;
}




body {
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}



/* 自動改行を避け */
.shop_txt_3 span.aks {
  display: inline-block;
}


/* 自動改行を避け */
span.aks {
  display: inline-block;
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-main {
  display: block !important;
}

.sp-main {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
  .pc-main {
    display: none !important;
  }

  .sp-main {
    display: block !important;
  }
}





.btn {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.click img {
  transition: 0.5s;
}

.click img:hover {
  opacity: 0.8;
}


.background-black {
  background-color: #000000;
  width: 100vw;
}

.white_bg {
  background-color: #ffffff;
}





@media screen and (min-width: 768px) {
  .pc_br {
    display: block;
  }

  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }
}















/* ==========================================================================
   Layout & Wrapper
   ========================================================================== */
.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.contents {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .contents {
    padding-left: 5%;
    padding-right: 5%;
  }
}


.main_contener {
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}






/************************************************************
 * ヘッダー
 ************************************************************/

.header {
  padding-top: 26px;
  padding-bottom: 26px;
}


/* CSS */
.logo {
  width: 110px;
  /* 好きなサイズに指定 */
  height: auto;
  margin: 0 auto;
}

/* Mobile (~ 768px) */
@media screen and (max-width: 768px) {
  .logo {
    width: 90px;
  }
}



/************************************************************
 * Swiper
 ************************************************************/

.swiper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #ffffff;
  /*ここに変更する色を指定*/
}

.swiper-area {
  max-width: 100%;
  margin-inline: auto;
  position: relative;
  margin-bottom: 30px;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px !important;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #ffffff !important;
}

/* 前への矢印 */
.swiper-button-prev {
  left: 20px !important;
}

/* 次への矢印 */
.swiper-button-next {
  right: 20px !important;
}

.swiper-pagination {
  z-index: 100 !important;
}


/* 左右の矢印のサイズを変更 */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
  /* デフォルトは44pxくらいです。ここを小さくします */
}

/* 矢印自体の枠の大きさも調整したい場合（任意） */
.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  /* 必要に応じて調整 */
  height: 30px !important;
  /* 必要に応じて調整 */
  margin-top: -15px !important;
  /* 高さの半分をマイナス指定して垂直中央揃えを維持 */
}




/* .swiper-paginationにはposition:absolute;が当たっているため、新しい基準点を用意 */
.parent {
  position: relative;
}



/************************************************************
 * メイン下
 ************************************************************/


.fair_txt1 {
  font-size: 34px;
  line-height: 1.4;
  padding: 40px 0 26px 0;
}

/* Mobile (~ 768px) */
@media screen and (max-width: 768px) {
  .fair_txt1 {
    font-size: 28px;
    line-height: 1.4;
    padding: 20px 0 26px 0;
  }
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .fair_txt1 {
    font-size: 5vw;
    line-height: 1.4;
    padding: 20px 0 26px 0;
  }
}

.fair_txt2 {
  font-size: 22px;
  line-height: 3;
  border: #ffffff;
  background-color: #780000;
  border: 1px solid #ffffff;
  text-align: center;
}

.fair_txt3 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  padding: 20px 0 26px 0;
}

.fair_box {
  margin-bottom: 6px;
}


.otoku-txt1 {
  font-size: 44px;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .otoku-txt1 {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .otoku-txt1 {
    font-size: 6vw;
    line-height: 1.7;
    margin-bottom: 40px;
  }
}


/************************************************************
 * 複数行にドットをひく
 ************************************************************/
.dotted-line {
  /* spanは元々インライン要素なので display: inline は不要です */
  border-bottom: 1px dotted #ffffff;
}


.otoku-txt2 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: -15px;
  margin-bottom: 140px;
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .otoku-txt2 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .otoku-txt2 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: -18px;
  }
}

.otoku-txt2__betu {
  font-size: 18px;
  line-height: 1.5;
  margin-top: -15px;
  margin-bottom: 20px;
}

.otoku-txt3 {
  font-size: 16px;
  line-height: 1.7;
  background-color: #780000;
  border: #ffffff;
  border: 1px solid #ffffff;
  padding: 18px;
  margin-bottom: 34px;
}

.reason-4_wrappe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.reason-4_item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reason-4_item_left {
  width: 136px;
}

.reason-4_item_left img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.reason-4_item_right {
  width: 70%;
  font-size: 14px;
  line-height: 1.6;
}

.reason-4_item_right img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.reason-4_item_right span {
  font-size: 11px;
  line-height: 1.5;
}

.topic {
  width: 300px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .topic {
    width: 240px;
  }
}


.topic_etc {
  font-size: 16px;
  line-height: 1.6;
  margin-top: -20px;
  margin-bottom: 40px;
}




.yakusoku {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 140px;
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .yakusoku {
    margin-bottom: 80px;
  }
}






/************************************************************
* 左右いっぱいに伸びた横線
 ************************************************************/
.heading {
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 16px;
  letter-spacing: 1px;
}

.heading::before,
.heading::after {
  background-color: #ffffff;
  /* 横線の色 */
  content: "";
  flex-grow: 1;
  /* 横幅いっぱい */
  height: 1px;
  /* 横線の高さ */
}

.heading_b {
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
  justify-content: center;
  /*左右のセンター*/
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

.heading_b::before,
.heading_b::after {
  background-color: #000000;
  /* 横線の色 */
  content: "";
  flex-grow: 1;
  /* 横幅いっぱい */
  height: 1px;
  /* 横線の高さ */
}

.heading::before,
.heading_b::before {
  margin-right: 15px;
  /* 文字との余白 */
}

.heading::after,
.heading_b::after {
  margin-left: 15px;
  /* 文字との余白 */
}






/************************************************************
 * ポイント関係
 ************************************************************/

.etc {
  font-size: 13px;
  line-height: 1.5;
  padding: 20px 0 140px 0;
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .etc {
    font-size: 13px;
    line-height: 1.5;
    padding: 20px 0 80px 0;
  }
}

.list {
  list-style: none;
  padding: 0;
}


.otoku_wrappe {
  display: flex;
  margin-bottom: 10px;
}

.otoku-item1 {
  flex: 0 0 102px;
}

@media only screen and (max-width: 768px) {
  .otoku-item1 {
    flex: 0 0 80px;
  }
}

.otoku-item1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.otoku-item2 {
  flex: 1;
  margin-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .otoku-item2 {
    margin-left: 18px;
    font-size: 20px;
  }
}


/************************************************************
 * 大きなボタン
 ************************************************************/

.wrap_box {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  margin-bottom: 70px;
}

/* ボタン */
.btn_arrow {
  display: table;
  position: relative;
  min-width: 100%;
  color: #000000 !important;
  font-size: 29px;
  min-height: 0vw;
  line-height: 2.6;
  /* Safari用バグフィックス */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
  background-color: #ffffff;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .btn_arrow {
    font-size: 27px;
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 14px;
  }
}




/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .btn_arrow {
    font-size: 5vw;
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 14px;
  }
}

.btn_arrow::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
}



/* ホバーアクションをPCだけにしたい場合、←のメディアクエリで囲む */
@media (hover: hover) and (pointer: fine) {
  .btn_arrow:hover {
    background-color: #ffcf17;
  }
}


.black_border_10 {
  border-top: 10px;
  border-color: #000000;
}





/* ★子要素を親要素（インナー幅）からはみ出して画面いっぱいにする */
.full {
  max-width: 100vw;
  margin: 0 auto;
  background-color: #ffffff;
}

.shop_contener img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.shop_contener {
  overflow: hidden;
}

.shop_wrape {
  color: #000000;
}

.shop_body {
  padding: 26px 0px 26px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.shop_body {
  display: flex;
  width: auto;
  border-bottom: 1px dotted #191919;
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .shop_body {
    width: 100％;
    flex-direction: column;
  }
}

.shop_body:last-child {
  border-bottom: 0px;
}

.shop_body .item1 {
  flex: 0 0 380px;
}


@media only screen and (max-width: 768px) {
  .shop_body .item1 {
    flex: 0 0 320px;
  }
}


/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .shop_body .item1 {
    flex: 0 0 0px;
    margin-bottom: 20px;
  }
}

.shop_body .item2 {
  flex: 1;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .shop_body .item2 {
    margin-left: 0px;
  }
}

.shop_txt_1 {
  font-size: 14px;
  line-height: 1.8;
}

.shop_txt_2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .shop_txt_2 {
    font-size: 18px;
  }
}

.shop_txt_3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .shop_txt_3 {
    margin-bottom: 10px;
  }
}


/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .shop_txt_3 {
    font-size: 13px;
    margin-bottom: 18px;
  }
}

.shop_txt_3 span {
  font-size: 120%;
  font-weight: 700;
}


.Button3 {
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: auto;
}

.Button3 a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: left;
  background-color: #000000;
  color: #FFFFFF;
  /*縦の中心に。但し一行のみ*/
  height: 44px;
  line-height: 44px;
  /*縦の中心に。但し一行のみここまで*/
  text-decoration: none;
  padding-left: 26px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  width: 134px;
}

/* Mobile (~ 599px) */
@media screen and (max-width: 599px) {
  .Button3 a {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    width: 180px;
  }
}



/* ホバーアクションをPCだけにしたい場合、←のメディアクエリで囲む */
@media (hover: hover) and (pointer: fine) {
  .Button3 a:hover {
    background-color: #3C3C3C;
    /* マウスオーバーカラー */
    transition: background-color 0.3s ease;
    /* 背景色を0.3秒かけて変化 */
  }
}




#IconList1 a:before {
  /*白いひし型 */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #FFFFFF;
}

#IconList1 a:after {
  /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #000000;
}

#IconList1 a:hover:after {
  /*「after要素」のマウスオーバー（カラーを合わせる） */
  background: #3C3C3C;
}







.izmir_wrape_pc {
  display: block !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 599px) {
  .izmir_wrape_pc {
    display: none !important;
  }
}

.izmir_wrape_sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 599px) {
  .izmir_wrape_sp {
    display: block !important;
  }
}

.sp_btn {
  display: block;
  margin-bottom: 10px;
}





/************************************************************
 * フッター
 ************************************************************/

.corporation {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding-top: 40px;
  padding-bottom: 65px;
  color: #000000;
}