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

main {
	padding-top:20px;
	font-size:18px;
	margin-bottom:100px;
}

section {
	padding:0 0 60px;
	border-top:rgba(191,172,145,0.1) solid 2px;
}

.section_content {
	width:1100px;
	margin:0 auto;
}

ul.breadcrumb {
	margin-bottom:50px;
}

/*============.link_jump=============*/
.link_jump {
	padding-bottom:50px;
	padding-top:0;
}

.link_jump .section_content{
	display:flex;
}

p.link_jump_contents {
	font-family:'Cinzel', serif;
	font-size:28px;
	color: #bfac91;
	margin-right:40px;
	line-height:1.2;
}

.link_jump li {
	margin-bottom:10px;
	letter-spacing:1px;
}

.link_jump li i{
	color: #bfac91;
	padding-right : 10px;
}

.link_jump li a {
	transition:0.3s;
	border-bottom:3px double transparent;
}

.link_jump li a:hover {
	color: #bfac91;
	border-bottom:3px double #bfac91;
}

/*============///.link_jump=============*/
.photo {
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}

/*=============#greeting===============*/
#greeting {
		background:url(../img/bg_kami_white.jpg);
}

#greeting .flex_box {
	margin:60px auto 0;
	display:flex;
	justify-content:space-between;
	padding:0 90px;

}

#greeting .flex_box .flex_left {
	width:540px;
	font-size:100%;
	line-height:2;
	text-align:justify;
	padding:10px 40px 20px 0;
	position:relative;
	letter-spacing:1px;
}

#greeting .flex_box .flex_left .text {
	/*padding:30px 0;*/
}

#greeting .flex_box .flex_left  p {
	margin-bottom:1em;
}

#greeting .flex_box .flex_left  p:last-child {
	margin-bottom:0;
}

#greeting .name {
	text-align:right;
	font-size:16px;
	padding-top:10px;
}

#greeting .name span {
	font-size:24px;
	letter-spacing:1px;
}

#greeting .flex_box .photo {
	width:auto;
	height:460px;
}

/*=============#purpose===============*/
#purpose .catch{
	font-feature-settings: "palt";
	font-weight:normal;
	letter-spacing:2px;
	font-size:24px;
	line-height:1.9;
	width:1100px;
	margin:0 auto 30px;
	text-align:center;
}

#purpose .catch .text{
	margin-top:60px;
}

.pdf{
	text-align:center;
	padding:20px 0 20px;
	color:#7d001a;
	font-weight: 800;
	font-size:116%;
	background:#fafafa;
	width:640px;
	margin:0 auto 40px;
	border-radius:5px;
	border:1px solid #ccc;
	letter-spacing:1px;
}

.pdf a:hover{
	opacity:0.7;
	
}

.purpose_title {
	font-size:28px;
	letter-spacing:2px;
	font-weight:bold;
}

.img_test_01,.img_test_02 {
	width:520px;
	height:auto;
}

.home_coming {
	width:1100px;
	margin:0 auto 80px;
}

.home_coming .flex_box {
	display:flex;
	justify-content:space-between;
}

.home_coming_text {
	text-align:center;
	padding:30px 30px 0;
}

.home_coming_text .text,.purpose_flex_text .text,.years_100 .text{
	padding:20px 0 40px;
	line-height:1.7;
}

.home_coming_nyears {
	font-size:20px;
	letter-spacing:3px;
	text-align:center;
	padding:5px;
}

.golf,.bunkasai {
	width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.purpose_flex_text {
	text-align:center;
	width:550px;
}

.purpose_flex_img{
	width:550px;
	height:auto;
}

.bunkasai {
	margin-bottom:100px;
}

.years_100 {
	width:1100px;
	margin:0 auto;
	text-align:center;
}


