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



.layout01 h3, .layout01 h5, .layout03 h5 {
	font-family: var(--title-font2);
}

.maincontents-inner {
	text-align: center;
}

.maincontents-inner section > div:not(:last-child) {
	margin-bottom: 0px;
}

/* contents02 */

.maincontents-inner section.contents02 {
	margin-bottom: 0px;
	padding: 80px 0px;
	background : rgba(254, 243, 198, 0.2);
}

/* contents03 */

.maincontents-inner section.contents03 {
	padding: 80px 0px;
	background : rgba(255, 175, 161, 0.2);
    margin-bottom: 0px;
}

.contents03 .layout-contents01 {
	border-style : none;
}

.contents03 .layout-contents01 h3 {
	background-color: #716F5F;
}

/* contents04 */

.contents04 {
	padding: 80px 0px 120px;
	background : #fffbe6;
}

.contents04 .layout-contents01-pink {
border-color : var(--color-main);
}

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

.contents04 .midashi02 {
	background-color: var(--color-sub);
}

/* layout01 */

.layout01 h3, .layout01 h5 {
	font-size: 28px;
line-height: 1.4;
letter-spacing: 0.2em;
font-weight: 400;
	margin-bottom: 30px;
}

.layout01 h3 {
    font-size: 32px;
	color: var(--color-sub);
    font-weight: 500;
}

.layout01 p {
line-height: 2.2;
}

/* layout02 */

.layout02 .box {
	padding-top: 90px;
	position: relative;
}

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

.layout02 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 75px;
}

.layout02 .box:nth-child(1)::before {
	background-image: url("images/f01.svg");
}

.layout02 .box:nth-child(2)::before {
	background-image: url("images/f02.svg");
}

.layout02 .box:nth-child(3)::before {
	background-image: url("images/f03.svg");
}

.layout02 .box:nth-child(4)::before {
	background-image: url("images/f04.svg");
}

.layout02 .box:nth-child(5)::before {
	background-image: url("images/f05.svg");
}

.layout02 p {
	font-size: 18px;
	line-height: 2;
}

.layout02 p span {
	color: var(--color-sub);
}

/* layout03 */

.layout03 {
	width: 900px;
}

.layout03:not(:last-child) {
	margin-bottom: 80px;
}

.layout03 .midashi02 {
	border-style : solid;
border-color : var(--color-main);
border-width : 2px;
	color: #42210B;
	background-color: #FFF;
}

.layout03 .box-wrap {
	padding-top: 20px;
	width: 840px;
}

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

.layout03 .box:not(:last-child) {
	margin-bottom: 40px;
}

.layout03 .box-title {
	width: 120px;
}

.layout03 .box-text {
	text-align: left;
	flex: 1;
	padding-left: 30px;
}

.layout03 h5 {
	font-size: 15px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	padding: 6px 0px;
	border-radius: 60px;
	background-color: var(--color-main);
}

/* layout04 */

.layout04 {
    padding-top: 80px;
}

/* box-movie */

.box-movie {
   width: 800px;
    padding-top: 15px;
}

.box-movie div {
    position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.box-movie iframe {
    position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*banner*/

.banner-box {
  width: 100%;
  padding-top: 60px;
  text-align: center;
}

.banner-box img {
  width: auto;
  height: auto;
}


/* layout05 */

.layout05 {
    padding: 30px 50px;
}

.layout05 .box:not(:last-child) {
    margin-bottom: 70px;
}

.layout05 .box-detail {
    width: 94%;
   display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    gap:40px;
    padding-top: 15px;
}

.layout05 .box-text {
   flex: 1;
    text-align: left;
}

.layout05 .box-img {
   width: 30%;
}

.layout05 .box-img img {
   border-radius: 25px;
}

.layout05 p span {
   color: var(--color-back1);
    font-weight: 500;
}



.sp-view {
	display: none;
}
