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

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


/* contents01 */

.contents01 {
	text-align: center;
	width: 100%;
}

.contents01 .box-img {
	width: 100%;
	background-image: url("images/back01.png");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 660px;
	padding-top: 50px;
}

.contents01 .box-img img {
	width: 92%;
	height: auto;
	max-width: 1500px;
	display: inline-block;
}

.contents01 h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
color: #b07c47;
line-height: 1.6;
letter-spacing: 0.25em;
font-weight: 400;
	margin-bottom: 30px;
}

.contents01 p {
	line-height: 2.2;
}

/* contents02 */

.contents02 {
	width: 90%;
	max-width: 1500px;
}

/* contents03 */

section.contents03 {
	width: 1200px;
}


/* layout01 */

.layout01 {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout01 .box-img {
	width: 55%;
}

.layout01 .box-img img {
	width: 100%;
height: auto;
	max-height: 660px;
	border-radius: 35px;
}

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

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

.layout01 h6 {
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 20px;
}

.layout01 p {
	padding: 50px 0px;
}


/* layout02 */

.layout02 {
	text-align: center;
	width: 100%;
	position: relative;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 40px;
	background-image: url("../top/images/back04.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	border-radius: 30px;
	padding: 65px 0px 40px;
}

.layout02::after {
	content: "アクセス";
	position: absolute;
left: 38%;
top: 0px;
	width: 24%;
	display: inline-block;
	padding: 12px 0px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	background-color: #b07c47;
	border-radius: 60px;
	margin-top: -25px;
}

.layout02 p {
color: #4d4d4d;
line-height: 1.2;
	position: relative;
	padding-left: 40px;
}

.layout02 p::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left center;
background-repeat: no-repeat;
	width: 30px;
	height: 35px;
	margin-top: -8px;
}

.layout02 .box:nth-child(1) p::before {
	background-image: url("../common/images/icon-access01.svg");
	background-size: auto 23px;
}

.layout02 .box:nth-child(2) p::before {
	background-image: url("../common/images/icon-access02.svg");
	background-size: auto 35px;
}

.layout02 .box:nth-child(3) p::before {
	background-image: url("../common/images/icon-access03.svg");
	background-size: auto 28px;
}

/* layout03 */

.layout03 {
	text-align: center;
}



/* layout04 */

.layout04 {
	padding-top: 80px;
	text-align: center;
}

.contents02 .layout04 {
	padding-top: 0px;
	margin-bottom: 120px;
}

.contents02 .layout04 p {
	padding-top: 20px;
}

.layout04 .box-detail {
	border-radius: 30px;
	border-style : solid;
border-color : #f0968c;
border-width : 1px;
	padding: 40px 0px;
	display: flex;
  justify-content: center;
	align-items: center;
flex-wrap: wrap;
	flex-direction: column;
	gap:40px 0px;
}

.layout04 ul {
	display: inline-block;
}

.layout04 ul li {
	text-align: left;
	font-size: 20px;
line-height: 1.4;
letter-spacing: 0.05em;
	text-indent: -28px;
	margin-left: 28px;
}

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

.layout04 h6 {
	width: 80%;
	text-align: right;
	padding-bottom: 20px;
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}


.sp-view {
	display: none;
}
