.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
a[href^="tel:"] {
  pointer-events: none;
}
body {
  background: center center / cover url(../img/0000.png) no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width:720px){
  body {
    background: none;
  }
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
  padding: 5px;
  width: 100%;
  z-index: 10;
}
header .header__top__wrap .logo {
  display: block;
  margin: auto;
  max-width: 96px;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 10px;
  width : 40px;
  height: 40px;
  background: #841618;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 16px;
  height  : 2px ;
  left    : 12px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 19px;
}
.hamburger span:nth-child(3) {
  top: 25px;
}
.hamburger.active span:nth-child(1) {
  top : 19px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 59px;
  right : 0;
  color: #fff;
  background: #fff;
  text-align: center;
  transform: translateX(300px);
  transition: all 0.6s;
  background: center center / cover url(../img/0007.png) no-repeat;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  width: 300px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.globalMenuSp.active {
  transform: translateX(0);
}
.globalMenuSp ul li {
  font-size: 1.9rem;
  letter-spacing: .09em;
  margin-bottom: 1.5em;
}
.globalMenuSp ul li img {
  display: block;
  margin: 6em auto 0;
  width: 30px;
}
.globalMenuSp ul li .inst {
  font-size: 1.4rem;
}
.bg-cover {
  position: absolute;
  width: 0vw;
  height: 0vh;
  top: 60px;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: -1;
}
.globalMenuSp.active~.bg-cover {
  width: 100vw;
  height: 100vh;
  opacity: .4;
  z-index: 1;
}
header .header__main__wrap {
  /*margin-top: 60px;*/
  margin-top: 58px;
}
header .header__main {
  background: center center / cover url(../img/0006.png) no-repeat;
  margin: auto;
  max-width: 375px;
  padding: 260px 0 30px;
}
header .header__main .logo {
  display: block;
  margin: 0 auto 260px;
  max-width: 282px;
}
header .header__main a {
  background: #841618;
  border-radius: 2em;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin: auto;
  max-width: 200px;
  padding: .75em 0;
  text-align: center;
}

/*notes*/
.s01 {
  background: center center / cover url(../img/0100.png) no-repeat;
  background-color: #fff;
  margin: auto;
  max-width: 375px;
  padding: 70px 0;
}
h2 {
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 2.9rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.s01 ul {
  margin-top: 5em;
}
.s01 li {
  margin-top: 3em;
}
.s01 li img {
  max-width: 330px;
}
.s01 li div {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  margin-top: -3em;
  margin-left: auto;
  max-width: 340px;
  padding: 1em 2em;
  z-index: 1;
}
.s01 li:nth-child(even) img {
  display: block;
  margin-left: auto;
}
.s01 li:nth-child(even) div {
  margin-left: 0;
}

/*notes*/
.s02 {
  background-color: #fff;
  margin: auto;
  max-width: 375px;
  padding: 70px 0;
}
h2 span {
  display: block;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-size: 1.4rem;
  letter-spacing: .2em;
}
.s02 .item__wrap {
  margin: auto;
  max-width: 375px;
  padding: 5%;
}
.s02 .item__wrap div {
  align-items: center;
  border-bottom: 1px solid #DDB725;
  display: flex;
  justify-content: space-between;
  margin-bottom: .5em;
  padding-bottom: .25em;
}
.s02 .item__wrap div h3 {
  font-size: 2.0rem;
}
.s02 .item__wrap div p {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-size: 1.7rem;
}
.s02 .item__wrap div p span {
  font-size: 1.2rem;
}
.s02 .slider {
  margin: 1em 0;
}
.s02 .slide__box img {
  display: block;
  margin: auto;
  width: 230px;
}
/*slick*/
.slick-next {
  right: 28px!important;
}
.slick-prev {
  left: 28px!important;
}
.slick-next:before {
  background: url(../img/0202-r.png)!important;
  background-size: 32px!important;
}
.slick-prev:before {
  background: url(../img/0202-l.png)!important;
  background-size: 32px!important;
}
.slick-arrow {
  top: 28%!important;
  width: 32px!important;
  height: 32px!important;
  z-index: 2!important;
}
.slick-arrow:before {
  position: absolute;
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  top: 0;
  left: 0;
  opacity: 1!important;
}

/*notes*/
.s03 {
  background: center center / cover url(../img/0300.png) no-repeat;
  background-color: #fff;
  margin: auto;
  max-width: 375px;
  padding: 70px 0;
}
.s03 p {
  padding: 5% 5% 10%;
}
.btn_common {
  background: #841618;
  border-radius: 2em;
  color: #fff;
  display: block;
  margin: auto;
  max-width: 200px;
  padding: .75em 0;
  text-align: center;
}

/*notes*/
.s04 {
  background-color: #fff;
  margin: auto;
  max-width: 375px;
  padding: 70px 0;
}
dl {
  font-size: 1.5rem;
  padding: 5% 5% 10%;
}
dl div {
  border-top: 1px solid #D2D2D2;
  padding: 1em 0;
}
dl div:last-child {
  border-bottom: 1px solid #D2D2D2;
}
dd {
  font-size: 1.5rem;
}
dl div a {
  color: #575757;
}

/*notes*/
footer {
  background: #CEB554;
  color: #fff;
  font-size: 1.2rem;
  margin: auto;
  max-width: 375px;
  padding: 70px 0;
  text-align: center;
}
footer .logo {
  margin: auto;
  max-width: 126px;
}
footer .inst {
  display: block;
  margin: 28px auto 36px;
  max-width: 39px;
}

#totop {
  position: fixed;
  display: block;
  width: 64px;
  right: -290px;
  left: 0;
  margin: auto;
  bottom: 10px;
  z-index: 2;
}

/*notes*/
.s05 {
  background: top center / contain url(../img/0500-1.png) no-repeat,
  bottom center / contain url(../img/0500-2.png) no-repeat;
  background-color: #fff;
  margin: auto;
  max-width: 375px;
  padding: 120px 0 50px;
}
.s05 .box__wrap {
  background: #fff;
  /*border: .25px solid #707070;*/
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  box-sizing: border-box;
  color: #707070;
  margin: 30px auto;
  padding: 6%;
  width: 90%;
}
.s05 .box__wrap .date {
  color: #575757;
  margin-bottom: .5em;
}
.s05 .box__wrap h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
}
.s05 .box__wrap p {
  letter-spacing: .09em;
}
.s05 .box__wrap img {
  margin: 1em 0;
}
.s05 a {
  margin: 4em auto 0;
}



@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
a[href^="tel:"] {
  pointer-events: auto;
}

/*notes*/
.globalMenuSp {
  transform: translateX(100%);
  width: 100%;
}
.globalMenuSp.active {
  transform: translateX(0);
}
header .header__main__wrap {
  background: top center / cover url(../img/0006_sp.png) no-repeat;
  /*height: 80vh;*/
  height: 90vh;
}
header .header__main {
  background: none;
  max-width: 100%;
  position: relative;
  height: 100%;
  padding: 0;
}
header .header__main .logo {
  position: absolute;
  /*top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 86%;*/
  top: calc((100% - 260px) / 2);
  bottom: unset;
  left: calc((100% - 375px) / 2);
  right: unset;
  margin: 0;
  max-width: 375px;
}
header .header__main a {
  position: absolute;
  /*bottom: 20px;*/
  bottom: 50px;
  left: 0;
  right: 0;
  background: #DCAE03;
  color: #000;
}

/*notes*/
.s01,
.s02,
.s03,
.s04,
footer,
.s05 {
  max-width: 100%;
}
.s01 li img {
  max-width: 88%;
}
.s01 li div {
  max-width: 88%;
}

/*notes*/
#totop {
  right: 10px;
  left: auto;
}
}