@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	scroll-behavior: smooth;
}
body{
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Droid Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Open Sans", Helvetica, Arial, Roboto, YuGothic, sans-serif;
	line-height: 1.618;
	font-size: 15px;
	color:#2b2b2b;
	background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
}
a {
  text-decoration: none;
}
section {
  padding: 0;
  margin: 0 auto;
}
video {
  width: 100%;
}
.fontMincho {
	font-family: "Noto Serif JP", "DM Serif Display", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  .spLineOnly {
    display: none !important;
  }
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block;
  }
  .spLineOnly {
    display: inline;
  }
}
/* SNSブロック表示用 */
.spTabOnly {
  display: none;
}
@media screen and (max-width: 834px) {
  .spTabOnly {
    display: block;
  }
}
/*  Transition */
.invisible{
 transition: opacity 0.5s ease;
 opacity: 0.0;
 }
.delay02 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.delay03 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.delay04 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.delay05 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay06 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.delay09 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.delay12 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
/* Latout */
.txtCenter {
  text-align: center;
}
.txtTop06 {
  margin-top: 0.6rem;
}
.txtTop10 {
  margin-top: 1.0rem;
}
.txtLeft16 {
  margin-left: 1.4rem;
}

h2 {
  width: 96%;
  margin: 0 auto 1.6rem;
	font-family: "Noto Serif JP", "DM Serif Display", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border-bottom: 1px solid #e34b00;
  color: #404040;
  font-size: 1.4rem;
}
/* Page loaded */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
.topCatch {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;  
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
  padding: 64px 0;
  background-color: #ffe8cf;
}
.topCatch .topLogo {
  margin: 2.4rem auto 0;
}
.topCatch img {
  width: 160px;
}
.topCatch h2 {
  display: inline-block;
  width: 100%;
  margin: 2.4rem auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #e14b00;
  border: none;
}
.topSlide {
	/*display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  justify-content: space-between;*/
  width: 100%;
}
#mainvisual{
  position: relative;
  height: calc(64vw * .66);
  width: 100%;
}
.vegasSliderInner {
  width: 100%;
  position: relative;
}
#mainvisual h3 {
  position: absolute;
  text-align: center;
	font-family: "Noto Serif JP", "DM Serif Display", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 3px 4px 4px black;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  transition: 1s;
  opacity: 0;
  animation: catch_anime 0.8s forwards 1s;
}
@keyframes catch_anime {
  0% {
    /*transform: translateY(20px);*/
  }
   100% {
    opacity: 1;
    /*transform: translateY(0);*/
  }
}

.topMessage {
  width: 94%;
}
.topMessage ul {
  width: 54%;
  background-color: #ffffff;
  margin: 1.6rem auto 2.4rem;
  padding: 1.6rem 1.6rem 1.0rem;
  border-radius: 8px;
}
.topSpotImg01, .topSpotImg02 {
  width: 16vw;
  max-width: 160px;
  margin: auto;
  text-align: center;
}
.topMessage img {
  width: 16vw;
  margin: 1.6rem auto;
}
.newsBlock {
  width: 36vw;
  margin: auto;
  padding: 0 1.6rem;
}
.newsBlock ul {
  /*padding: 1.0rem;*/
}
.newsBlock img {
  margin-bottom: 2.4rem;
}
.newsDate {
  margin-bottom: 1.6rem;
  text-align: right;
  color: #91441f;
}
.newsTitle {
  margin-bottom: 0.4rem;
  padding-left: 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  border-left: 6px solid #e34b00;
  border-bottom: 1px dotted #e34b00;
}
.secCalender {
  margin-top: -64px;
  padding: 96px 1.6rem 1.6rem;
}
.secCalender .calBlock {
  width: 84%;
  max-width: 640px;
  margin: 2.4rem auto;
}
.secCalender .calBlock a {
  display: block;
}
.secCalender .calBlock a:nth-of-type(2), .secCalender .calBlock a:nth-of-type(3), .secCalender .calBlock a:nth-of-type(4) {
  margin-top: 1.6rem;
  border-top: 1px solid #c0c0c0;
}
.secCalender .calBlock h3 {
	font-family: "Noto Serif JP", "DM Serif Display", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 1.14rem;
}
.secCalender .calBlock p {
  text-align: center;
}
#sect03 {
  height: 60vh;
}
.secPrise {
  background-color: #feffda;
  margin-top: -32px;
  padding: 64px 1.6rem 1.6rem;
}
.priceImage {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;  
  width: 54%;
  margin: 2.4rem auto;
}
.priceImage img {
  width: 45%;
}
.priceBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: flex-start;
}
.priceBlock ul {
  width: 31.6%;
  background-color: #ffffff;
  padding: 0.6rem 1.0rem;
  border-radius: 8px;
}
.priceBlock h3 {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #e58e89;
  text-align: center;
  font-size: 1.36rem;
}
.priceBlock dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  width: 100%;
  line-height: 1.14rem;
}
.priceBlock dt {
  width: calc(100% - 4.0rem);
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.priceBlock dd {
  width: 4.0rem;
  margin-bottom: 0.4rem;
  text-align: right;
  font-weight: 700;
}
.priceBlock .priceNotice {
  font-size: 0.85rem;
  color: #800000;
}
/* Accodion */
.toggle {
  display: none;
}
.priceEng {
  position: relative;
  margin-top: 1.6rem;
}
.engLabel {
  border: solid 1px #ffffff;
  padding: 0.6rem 1em;
  display: block;
  width: 12.0rem;
  margin: auto;
  color: #ffffff;
  background-color: #606060;
  font-weight: bold;
}
.engLabel, .contEng {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.engLabel::before {
  position: absolute;
  right: 1.0rem;
  top: 1.0rem;
  transition: all 0.3s;
  font: var(--fa-font-solid);
  content: "\f309";
}
.engLabel:hover {
  cursor: pointer;
}
.contEng {
  margin-top: 1.6rem;
  max-height: 0;
  overflow: hidden;
}
.contEng p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .engLabel + .contEng {
max-height: 1200px;
transition: all 1.0s;
}
.toggle:checked + .engLabel::before {
  font: var(--fa-font-solid);
  content: "\f30c";
}
#sect05 {
  height: 60vh;
}
.secMap {
  margin-top: -32px;
  padding: 64px 1.6rem 1.6rem;
}
.mapBlock {
  text-align: center;
}
.mapBlock iframe {
  width: 72%;
  height: 36vh;
}

.secInfo {
  background-color: #ffe8cf;
  padding: 2.4rem 1.6rem 0.6rem;
}
.secInfo h3 {
  text-align: center;
}
.secInfo .infoShop {
  font-size: 2.0rem;
}
.secInfo .infoMes {
  width: 378px;
  margin: 1.6rem auto 2.4rem;
}
.secInfo .infoMes li {
  display: flex;
  align-items: center;
  margin-bottom: 1.0rem;
}
.secInfo .infoMes li span {
  line-height: 1.3;
}
.secInfo .infoMes li i {
  width: 3.2rem;
  font-size: 2.0rem;
  vertical-align: middle;
}
.secInfo .infoMes li br::after {
  padding-left: 1.2rem;
}
.secInfo .infoMes li:last-child {
  text-align: center;
}
.secInfo .infoMes li img {
  width: 36%;
  margin: 0.6rem auto 0;
}

.secRegist {
    background-color: #ffffff;
    padding: 2.4rem 1.6rem 0.6rem;
}
.secRegist h3 {
	text-align: center;
}
.secRegist .registMes {
	margin-bottom: 1.6rem;
}
.secRegist .registMes ul {
	width: 560px;
	margin: auto;
	display: flex;
	align-items: center;
}
.secRegist .registMes li {
	margin: 0.6rem;
	text-align: center;
}
.secRegist .registMes img {
	border: 1px solid #d4d4d4;
}
.secRegist p {
	text-align: center;
	font-size: 0.8rem;
}
.secRegist p > a {
	color: #674611;
}
.secRegist footer {
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .topSlide {
    display: block;
  }
  #mainvisual{
    width: 100%;
    height: 66.666666vw;
  }
  #mainvisual h3 {
    width: 100%;
    font-size: 1.16rem;
    display: block;
  }
  .topSpotImg01, .topSpotImg02 {
    width: inherit;
    max-width: inherit;
  }
  .topCatch img {
    width: 28vw;
    margin-top: 1.6rem;
  }
  .topMessage {
    width: 96%;
    margin-bottom: 1.6rem;
  }
  .topMessage ul {
    width: inherit;
    margin: 0 auto;
    padding: 1.0rem 0.6rem 0.6rem;
  }
  .topMessage img {
    width: 25vw;
  }
  .newsBlock {
    width: inherit;
    margin: auto;
  }
  .secCalender {
    margin-top: inherit;
    padding: 2.4rem 1.6rem 1.0rem;
  }
  .secCalender .calBlock {
    width: inherit;
    max-width: 540px;
  }
  #sect03 {
    height: 34vh;
  }
  .secPrise {
    margin-top: inherit;
    padding: 2.4rem 0.6rem;
  }
  .priceImage {
    width: inherit;
    margin: 1.6rem auto;
  }
.priceImage img {
  width: 45%;
}
  .priceBlock {
    display: block;
  }
  .priceBlock ul {
    width: inherit;
    max-width: 360px;
    margin: 1.6rem auto 0;
  }
   #sect05 {
    height: 34vh;
  }
 .secMap {
    margin-top: inherit;
    padding: 2.4rem 0.6rem 1.6rem;
  }
  .mapBlock iframe {
    width: 100%;
    height: 32vh;
  }
  .secInfo {
    padding: 2.4rem 0.6rem 0.6rem;
  }
  .secInfo .infoMes {
    display: block;
    width: inherit;
    max-width: 372px;
  }
  .secInfo .infoMes div {
    margin: auto;
    max-width: 372px;
  }
  .secInfo .infoMes img {
    margin-top: 1.0rem;
    width: 100%;
  }
  .secInfo .infoMes ul {
    width: inherit;
    padding: 0;
  }
  .secInfo .infoMes li img {
    width: 25%;
  }
	.secRegist {
		padding: 2.4rem 0.6rem 0.6rem;
	}
	.secRegist .registMes {
    margin-bottom: inherit;
	}
	.secRegist .registMes ul {
		width: auto;
	}
}
