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



.contents {
	width: 100%;
	padding-top: 0px;
	background-image:none;
}


/* contents01 */

.contents01 {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	background-image: none;
background-position: center top;
background-repeat: no-repeat;
	padding-top: 120px;
}

.contents01 .box02 {
	width: 100%;
	background-image: url("images/back02_03.png");
background-position: center bottom;
background-repeat: no-repeat;
	padding-bottom: 110px;
}

.contents01 h3 {
	margin-bottom: 40px;
}

.contents01 h3 p {
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 20px;
	color: #303030;
font-family: 'Roboto Slab', sans-serif;
font-weight: 400;
font-style: normal;
	display: inline-block;
}

.contents01 h4 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-size: 32px;
	color: #303030;
	font-weight: normal;
	margin-bottom: 5px;
}

.contents01 p, .contents02 p {
	font-size: 14px;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #4d4d4d;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.contents01 .box01 {
	margin-bottom: 50px;
}

.gallery br {display: none;} 

/* slider */

div.prev, div.next {
background-repeat: no-repeat;
	width: 90px;
	height: 48px;
	position: absolute;
	top: 45%;
}

div.prev:hover, div.next:hover {
	cursor: pointer;
}

div.prev {
	background-image: url("images/back.png");
	left: 0px;
	background-position: left top;
}

div.next {
	background-image: url("images/next.png");
	right: 0px;
	background-position: right top;
}

#gallery-1 {
    width: 1280px;
	padding: 0px 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}


#gallery-1 img, #gallery-2 img{
	border-radius:10px;
}

#gallery-1 .gallery-icon {
    height: 660px;
	max-width: 1100px;
	overflow: hidden;
	border-radius:10px;
	display: flex;
  justify-content: center;
	align-items: center;
}

#gallery-1 img {
    height: 660px;
    width: auto;
	display: inline-block;
}

#gallery-2 img {
    width: 180px;
	height: 120px;
	object-fit: cover;
}


#gallery-2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#gallery-2 dl {
	display: inline-block;
vertical-align: top;
	padding: 0px 10px;
}



/* contents02 */

.contents02 {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 60px;
}

.contents02 .box {
	width: 960px;
}

.contents02 p {
	margin-bottom: 5px;
}



.contents02 p img {
	border-radius: 10px;
	width: 100%;
height: auto;
}

/* contents03 */

.contents03 {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	display: none;
}

.contents03 h3 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 28px;
	color: #4d4d4d;
	font-weight: normal;
	background-color: #f2f2f2;
	padding: 10px 0px;
}

.contents03 .box-in {
	padding: 40px 0px 30px;
	width: 700px;
}

.contents03 .box-in .box {
	width: 50%;
	margin-bottom: 10px;
	display: inline-block;
vertical-align: top;
	float: left;
	text-align: left;
}

.contents03 h5, .contents03 p {
	display: inline-block;
vertical-align: top;
}

.contents03 h5 {
	border-style : solid;
border-color : #808080;
border-width : 1px;
	padding: 4px 0px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	width: 90px;
	line-height: 1.2;
	font-weight: normal;
}

.contents03 p {
	padding-left: 20px;
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.4;
}


/* 見出し */

.contents01 .box02 h1, .contents02 .box h1 {
	font-size: 30px;
}

.contents01 .box02 h2, .contents02 .box h2 {
	font-size: 26px;
}

.contents01 .box02 h3, .contents02 .box h3 {
	font-size: 22px;
}

.contents01 .box02 h4, .contents02 .box h4 {
	font-size: 18px;
}

.contents01 .box02 h5, .contents02 .box h5 {
	font-size: 14px;
}

.contents01 .box02 h6, .contents02 .box h6 {
	font-size: 12px;
}


/* contents04 */

.contents04 {
	text-align: center;
	padding-top: 40px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



