@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
	width: 100%;
	padding-top: 130px;
	background-image: url("top/images/back01.svg");
background-position: center top -30px;
background-repeat: no-repeat;
background-size: 110% auto;
}

@media screen and (min-width: 1800px) {
	.contents-top {
background-size: auto 1320px;
}
}

.contents-top img {
	width: 100%;
	height: auto;
}

.contents-top-wrap {
	padding-top: 200px;
}

.contents-top-wrap section:not(:last-child) {
	margin-bottom: 120px;
}

.layout01 h5 {
	font-family: var(--title-font);
}

.contents-top-wrap p, .box-list ul li, .layout03 h5, .news-box h6 {
	font-family: var(--title-font2);
}


/* main-img-top */

.main-img-top {
	width: 100%;
	position: relative;
}

.main-img-top::before {
	content: "";
	position: absolute;
left: 2%;
top: 0px;
	background-image: url("common/images/copy.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 200px;
	width: 20px;
	height: 100%;
}

.main-img-top::after {
	content: "";
	position: absolute;
right: 5%;
bottom: 0px;
	background-image: url("top/images/icon-feature.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 200px;
	margin-bottom: -100px;
}

@media screen and (min-width: 1700px) {
    .main-img-top::after {
	height: 280px;
	margin-bottom: -140px;
}
}

.main-img-top .box-img {
	width: 90%;
	position: relative;
}

.main-img-top .box-img-inner img {
	border-radius: 60px;
	max-height: 760px;
}

.main-img-top .box-text-top {
	position: absolute;
left: 0%;
bottom: 0px;
	width: 100%;
    margin-left: -40px;
    margin-bottom: -120px;
}

.main-img-top .box-text-top h2 {
	padding-left: 6%;
    margin-bottom: 40px;
}

.main-img-top .box-text-top h2 img {
	width: 40%;
	height: auto;
	mix-blend-mode: multiply;
}

.main-img-top .box-time {
	background-color: #fef8f7;
    width: 45%;
    min-width: 660px;
}

.main-img-top .box-day {
	position: absolute;
right: 0%;
top: 80px;
	width: 100%;
	padding-right: 3%;
	text-align: right;
}

.main-img-top .box-day img {
	width: 38%;
	height: auto;
}


/* contents01 */

.contents01 .box-text {
	margin-bottom: 30px;
}

.contents01 .layout-contents01-pink {
border-color : var(--color-main);
    margin-top: 70px;
}

.contents01 .layout-contents01-pink h3 {
	background-color: var(--color-main);
}

.contents01 .layout-contents01-green p {
	font-size: 20px;
}

.box-list {
	background-color: #FFEBE7;
	padding: 35px;
	border-radius: 25px;
}

.box-list ul {
	display: inline-block;
	text-align: left;
}

.box-list ul li {
	font-size: 20px;
line-height: 1.4;
letter-spacing: 0.2em;
font-weight: 400;
	text-indent: -25px;
	margin-left: 25px;
}

.box-list ul li:not(:last-child) {
	margin-bottom: 15px;
}

/* contents02 */

.contents02 .box-img {
	margin-bottom: 80px;
	text-align: center;
}

.contents02 .box-img img {
	border-radius: 45px;
}

.contents02 .box-img p {
	padding-top: 40px;
}


/* contents05 */

.contents05 {
	width: 100%;
	background : #fffbe6;
	padding: 80px 0px 100px;
}

.contents05 .news-box {
	height: 450px;
}

.contents05 .news-box iframe {
	width: 100%;
	height: 450px;
}

.contents05 .box:not(:last-child) {
	margin-bottom: 30px;
}

.contents05 .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 15px;
	position: relative;
	background-color: #FFF;
	border-radius: 15px;
}

.contents05 h6 {
	width: 100px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	color: #FFF;
	font-size: 15px;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
	background-color:var(--color-main);
	border-radius: 10px;
}

.contents05 p {
	flex: 1;
	padding: 20px 30px;
	text-align: left;
	font-size: 16px;
}



/* layout01 */

.layout01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}

.layout01 .box-detail {
	flex: 1;
	padding-left: 20px;
}

.layout01 .box-img {
	width: 640px;
}

.layout01 h4 img {
	height: 28px;
	width: auto;
}

.layout01 h5 {
	font-size: 30px;
color: var(--color-sub);
line-height: 1.6;
letter-spacing: 0.15em;
font-weight: 400;
	padding: 20px 0px 30px;
}

.layout01 p {
	line-height: 2.2;
}


/* layout02 */

.layout02-wrap {
	width: 100%;
	padding: 80px 0px 100px;
	background : rgba(254, 243, 198, 0.2);
	text-align: center;
}

.layout02 .box:not(:last-child) {
	margin-bottom: 60px;
}

.layout03 .midashi02 {
	font-size: 26px;
}


/* layout03 */

.layout03 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
}

.layout03 .box-img {
	width: 500px;
}

.layout03 .box-img img {
	border-radius: 50%;
}

.layout03 .box-detail {
	width: 410px;
	text-align: center;
}

.layout03 h5 {
	font-size: 35px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	padding: 30px 0px 40px;
}

.layout03 h5 span {
	font-size: 26px;
	display: inline-block;
	padding-right: 10px;
}

.layout03 p {
	text-align: left;
	line-height: 2;
	padding: 0px 20px;
}



/* box-event */

.box-event {
    text-align: center;
}

.box-event .box-text {
    margin-bottom: 60px;
}


.box-event .box-text img {
    width: 80%;
}

.box-event .box-link img {
    height: 80px;
    width: auto;
}

footer {
    border-style : none;
}


.sp-view {
	display: none;
}
