@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* reset */
*, *::before, *::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0
}
ul[role='list'], ol[role='list'] {
  list-style: none
}
body {
  min-height: 100vh;
  line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1
}
h1, h2, h3, h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img, picture {
  max-width: 100%;
  display: block
}
input, button, textarea, select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
p {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.b {
  font-weight: 700;
}
.pink {
  color: #f2557e;
  font-weight: 700;
  font-size: 1.1em;
}
.red {
  color: #d3405f;
  font-weight: 700;
}
.bg-pink {
  background: #fdf0f1;
  overflow: hidden;
}
.bg-white {
  background: #fff;
  overflow: hidden;
}
.marker-pink {
  background: linear-gradient(transparent 50%, #ffd2e4 50%);
}
.marker-yellow {
  background: linear-gradient(transparent 50%, #feffcf 50%);
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
main {
  background: linear-gradient(-40deg, #fff5f6 0%, #fff 100%);
  background-attachment: fixed;
  overflow: hidden;
}
.main-inner {
  background-image: url("../images/main-bg.png");
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: hidden;
  padding-bottom: 50px;
}
.main-inner > div {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, .2);
}
.area-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .area-inner {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 1.45rem;
  }
}

.schedule{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 30px;
	background: #fafeff;
	overflow: hidden;
}
.schedule h2,
.schedule .sub-ttl{
	text-align: center;
	line-height: 1.6;	
}
.schedule h2{
	color: #3c0100;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
	margin-top: 35px;
}
.schedule .sub-ttl{
	font-size: 18px;
	font-weight: 700;
}
.schedule table{
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: #fff;
	color: #333;
	border: 3px solid #b7a45f;
}
.schedule th,
.schedule td{
	border: 1px solid #b7a45f;
	border-bottom: none;
	display: block;
	padding: 15px;
}
.schedule th{
	display: flex;
	justify-content: space-around;
	font-size: 18px;
	color: #3c0100;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.schedule th::before {
	content: attr(data-label);
	font-size: 16px;
	padding-right: 15px;
}

@media (min-width: 640px) {
	.schedule h2{
		font-size: 36px;
		margin-top: 50px;
	}
	.schedule th,
	.schedule td{
		display: table-cell;
		padding: 15px 20px;
		line-height: 2.4;
	}
	.schedule th{
		text-align: left;
		vertical-align: top;
	}
	.schedule p{
		text-align: right;
	}
}

.youtube-box iframe {
  display: block;
  width: 100%;
  height: calc(100vw * .5625);
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .youtube-box iframe {
    height: 320px;
  }
}

.area-sns {
  width: 180px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area-sns > div a {
  text-decoration: none;
}
.area-sns > div a img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}
.area-sns > div a, .area-sns > div span {
  display: block;
  text-align: center;
  font-size: .8em;
}
.main-area02 p {
  padding-top: 0;
}
.main-area02-1-bg {
  background: url("../images/main-area02-1-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .075);
}
.main-area02-2-bg {
  background: url("../images/main-area02-2-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .075);
}
.main-area02-3-bg {
  background: url("../images/main-area02-3-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .125);
}

@media (min-width: 640px) {
  .main-area02-1-bg, .main-area02-2-bg {
    padding-bottom: calc(100vw * .05);
  }
  .main-area02-3-bg {
    padding-bottom: calc(100vw * .075);
  }
}

.main-area03-2-bg {
  background: url("../images/main-area03-2-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .05);
}
.main-area03-3-bg {
  background: url("../images/main-area03-3-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .05);
}
.main-area03-4-bg {
  background: url("../images/main-area03-4-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .05);
}
.main-area03 .main-btn{
	background-color: #f0f7fc;
	padding-bottom: 50px;
}
.main-area06 {
  padding-bottom: 20px;
}
.main-area07-4-bg {
  background: url("../images/main-area07-4-bg.png") repeat top;
  padding-bottom: 20px;
}
.main-area08 {
  background: url("../images/main-area08-bg.png") repeat-y;
  background-size: 100% auto;
}
.main-area08 img {
  width: 100%;
  height: auto;
}
.main-area08-part {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.main-area11 {
  background: url("../images/main-area11-bg.png") repeat;
  overflow: hidden;
  padding-top: 20px;
	margin-bottom: 50px;
}
.main-area11 p {
  margin-bottom: 0;
}
.main-area11 .date {
  color: #685d4c;
  font-weight: 700;
}
.main-area11-3 {
  background: url("../images/main-area11-3-bg.png") no-repeat bottom/100% auto;
}
.main-area11-3 > div {
  font-feature-settings: "palt";
  font-size: .8em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: calc(100vw * .15);
}
.main-area11-3 p, .main-area11-3 table {
  padding-top: .5em;
  margin-bottom: 0;
}
.main-area11-3 table.pr-20 {
  padding-right: 20%;
}
.main-area11-3 table th {
  font-weight: 400;
  text-align: left;
  width: 6.5em;
  vertical-align: top;
}

@media (min-width: 640px) {
  .main-area11-3 > div {
    font-size: .6em;
    padding-bottom: calc(100vw * .075);
  }
  .main-area11-3 table.pr-20 {
    padding-right: 20%;
  }
}

.main-area12 p {
  padding-top: 0;
}
.main-area12-2-bg {
  background: url("../images/main-area12-2-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .075);
}
.main-area12-3-bg {
  background: url("../images/main-area12-3-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .075);
}
.main-area12-4-bg {
  background: url("../images/main-area12-4-bg.png") no-repeat bottom/100% auto;
  padding: 0 10%;
  padding-bottom: calc(100vw * .125);
}

@media (min-width: 640px) {
  .main-area12-2-bg, .main-area12-3-bg {
    padding-bottom: calc(100vw * .05);
  }
  .main-area12-4-bg {
    padding-bottom: calc(100vw * .075);
  }
}

.main-area13 {
  background: url("../images/main-area13-bg.png") repeat;
  overflow: hidden;
}
.main-area13-box {
  background: #fff;
  border: #cbcbcb 3px solid;
  margin: 0 1.5rem 40px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.main-area13-box p {
  background: url("../images/main-area13-a.png") no-repeat top left/100% auto;
  padding: 0 0 1rem 15%;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .main-area13-box {
    padding-top: 0;
  }
  .main-area13-box p {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}

.main-area14 .area-inner {
  background: url("../images/main-area14-bg.png") repeat-y;
  background-size: 100% auto;
  overflow: hidden;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.main-area14 p {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .main-area14 .area-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #e5939f;
  color: #fff;
  padding: 16px 0;
}
footer a, footer a:link {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}
.copyright {
  text-align: center;
  font-size: .8em;
}

/* follow-banner */
.follow-banner{
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	visibility: hidden;
	width: 50%;
	padding-top: 10px;
	z-index: 3;
	transition: opacity 2s ease;
}
.follow-banner.show{
	opacity: 1;
	visibility: visible;
}
.follow-banner #close{
	width: 30px;
	color: #f2557e;
	background: #fff;
	border: #f2557e 1px solid;
	font-size: 18px;
	border-radius: 15px;
	padding: 0 4px 2px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -5px;
}
.follow-banner > a{
	display: block;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {
	.follow-banner{
		width: auto;
		right: 20px;
		bottom: 20px;
	}
}
