/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {


	#main_ttl_wrap .bg_eng_txt{
		top: 30px;
	}
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding: 130px 0 120px;
		overflow:hidden;
		background: #e8e8e8 url("../img/bg.jpg") no-repeat center bottom;
		background-size:100% auto;
	}

	#sec01 .bg_img1{
		width: 700px;
		position:absolute;
		left:calc((50vw - 550px) * -1);
		top: -130px;
	}

	#sec01 .bg_img2{
		width: 565px;
		position:absolute;
		opacity: 0.3;
		right: 0;
		top: 8px;
	}

	#sec01 .txt_wrap{
		position:relative;
		padding: 0 0 50px;
	}

	#sec01 h2{
		width:150px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size:1.8rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		text-align:center;
		color:#fff;
		line-height:1;
		padding: 11px 0 13px;
		margin: 0 0 16px;
		border-radius:30px;
		background:#c7b797;
	}

	#sec01 h3{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size:3.6rem;
		letter-spacing: 0.4rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height:1.6;
		padding: 0 0 30px;
	}

	#sec01 h3.ti{
		text-indent: -20px;
	}

	#sec01 h4{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 2.5rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		color: #b1a283;
		line-height:1.6;
		padding: 0 0 6px;
	}

	#sec01 h4 span{
		font-weight: 700;
		font-size: 2.8rem;
	}

	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:1.6rem;
		letter-spacing: 0.3rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height: 2.1;
		padding: 0 0 30px;
	}

	/* ============================================================
 	section 02
	==============================================================*/
	#sec02 {
		width: 100%;
		padding: 120px 0;
		overflow:hidden;
		background:#fff;
	}

	#sec02 .wrapper{
		width:1000px;
	}

	#sec02 .eng_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size:9.0rem;
		letter-spacing: 0.3rem;
		font-feature-settings: 'palt';
		color: #f3f3f3;
		line-height: 1;
		position:absolute;
		left: 20px;
		top: -52px;
	}

	#sec02 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 3.4rem;
		letter-spacing: 0.7rem;
		color:#323232;
		font-feature-settings: 'palt';
		line-height:1.4;
		padding:0 0 10px;
		border-bottom:2px solid #323232;
	}

	#sec02 table{
		width:100%;
	}

	#sec02 th{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size:1.6rem;
		letter-spacing: 0.1rem;
		vertical-align:top;
		text-align-last: justify;
		color: #000;
		font-feature-settings: 'palt';
		padding: 16px 50px 16px 10px;
		border-bottom:1px solid #c5c5c5;
		width:20%;
	}

	#sec02 td{
		width:80%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #000;
		font-size:1.6rem;
		letter-spacing: 0.1rem;
		text-align:left;
		font-feature-settings: 'palt';
		padding: 16px 10px;
		border-bottom:1px solid #c5c5c5;
	}

	#sec02  .location_list li{
		display:flex;
		margin:0 0 30px;
		flex-wrap: wrap;
	}

	#sec02  .location_list li .access_wrap{
		width:100%;
		box-sizing:border-box;
		padding: 12px 0 0 124px;
	}

	#sec02  .location_list li:last-child{
		margin:0;
	}

	#sec02  .location_list h3{
		width:16%;
		font-size:1.6rem;
		letter-spacing: 0.4rem;
	}

	#sec02  .location_list h4{
		display: inline-block;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.1rem;
		line-height: 1;
		font-feature-settings: 'palt';
		padding: 0 0 6px 4px;
	}

	#sec02  .location_list p{
		width:84%;
		line-height:1.4;
	}

	#sec02  .location_list p.access_txt{
		font-size:1.4rem;
		line-height:1.4;
		padding: 0 0 2px;
	}

	#sec02  .location_list li .access_wrap a{
		display:block;
		background:#cc2328;
		font-size: 1.4rem;
		color: #fff;
		width:100px;
		border-radius: 4px;
		text-align:center;
		margin: 10px 0 0;
	}

	#sec02  .flex_wrap{
		display:flex;
		flex-wrap:wrap;
	}

	#sec02  .flex_wrap li{
		width:44%;
	}

	#sec02  .location_list li .access_wrap a{
		transition: all 0.5s ease 0s;
	}

	#sec02  .location_list li .access_wrap a:hover{
		background:#000;
	}

	
	
}