@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}

/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

/* レスポンシブ対応 */
img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* リンク */
a {
  display: inline-block;
}

a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.zen {
  /* font-family: 'Zen Old Mincho', serif; */
  font-weight: 400;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ▼ title
--------------------------------------- */
#site_title {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

h1.title {
  overflow: hidden;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  overflow: hidden;
}

header .container {
  padding: 0;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.flex {
  display: flex;
  column-gap: 30px;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.flex_box > div {
  width: 48%;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ fotter
===================================== */
footer {
  width: 100%;
  height: 300px;
  max-width: 750px;
  background-image: url(../img/fotter.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0 10%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

#footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#footer_inner p {
  text-align: center;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 5px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
  font-size: 2vw;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2%;
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20px;
}

#not_found p {
  font-size: 14px;
  text-align: center;
}

#not_found p.arial {
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Arial", "メイリオ";
}

#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.9;
}

#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}

.slider {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
}
/* arrowsカスタム */
.slider::before,
.slider::after {
  content: "";
  width: 80px;
  height: 80px;
  /* background: #fff; */
  background: url(../img/slider_icon.webp) no-repeat top center / contain;
  position: absolute;
  top: 20%;
  z-index: 1;
  /* opacity: 0.3; */
}
.slider::before {
  transform: rotate(180deg);
  left: -30px;
}
.slider::after {
  right: -30px;
}
.slider2::before,
.slider2::after {
  content: "";
  width: 80px;
  height: 80px;
  /* background: #fff; */
  background: url(../img/slider_icon.webp) no-repeat top center / contain;
  position: absolute;
  top: 33%;
  z-index: 1;
  /* opacity: 0.3; */
}
.slider2::before {
  transform: rotate(180deg);
  left: -30px;
}
.slider2::after {
  right: -30px;
}
.slider .slick-prev,
.slider .slick-next {
  top: 45%;
  height: 40px;
  width: 40px;
  z-index: 2;
  height: 100%;
}
.slider .slick-prev {
  left: -30px;
}
.slider .slick-next {
  right: -30px;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  opacity: 1;
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .slider::before,
  .slider::after {
    content: "";
    width: 40px;
    height: 40px;
  }
  .slider .slick-prev {
    left: -20px;
  }
  .slider .slick-next {
    right: -20px;
  }

  body.wrap {
    overflow: hidden;
  }

  #wrapper {
    width: 100%;
  }

  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
  #header_inner,
  #main,
  #contents,
  #side,
  footer,
  #footer_inner {
    float: none;
    width: 100%;
  }

  .container {
    padding: 0px 20px;
  }
}
