@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
/*
Copperplate Medium
font-family: "copperplate", serif;
font-weight: 500;
font-style: normal;


.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

font-family: "mrs-eaves-xl-serif", serif;
font-weight: 400;
font-style: normal;
*/

/*----------------------------------------------------
	BODY
----------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p{
  font-family: "shippori-mincho", sans-serif;
}

html,
div,
dt,
dd,
li {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  color: #575757;
  letter-spacing: 0.05em;
}

/* スクロールバーの有無によるズレ対策 */
html {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  background: #fff url() no-repeat top left;
}

/* for IE6 */
* html body {
  font-size: 75%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 75%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: normal;
  font-family: "Shippori Mincho", serif;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a img {
  border: none;
}

a:link,
a:visited {
  /* color: #333; */
  text-decoration: none;
  outline: 0;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

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

.clear {
  clear: both;
}

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

em,
i {
  font-style: normal;
}

/*----------------------------------------------------
	COMMON
----------------------------------------------------*/

.disnon {
  display: none;
}
.disblo {
  display: block;
}

@media (min-width: 769px) {
  .visible_pc {
    display: block;
  }
  .visible_sp {
    display: none;
  }

  .display_pc {
    display: inline;
  }
  .display_sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .visible_sp {
    display: block;
  }
  .visible_pc {
    display: none;
  }
  .hidden_sp {
    display: none;
  }

  .display_pc {
    display: none;
  }
  .display_sp {
    display: inline;
  }
}

/* 土曜日 */
.sat {
  color: #2359c0;
}

/* 日曜日、祝日 */
.sun,
.hol {
  color: #c02323;
}

/*----------------------------------------------------
	RESET
----------------------------------------------------*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*============================
#FADE
============================*/

.faDe,
.mainV {
  opacity : 0;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  transition: all 1s;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 0 10px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: transparent;
  height: 0px;
  width: 0px;
}
