/*===============================================
SP
===============================================*/
@media (max-width:761px) {

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

	#sec01 .bg_img1{
		width: 60vw;
		position:absolute;
		left:0;
		top: -90px;
	}

	#sec01 .bg_img2{
		width: 60vw;
		position:absolute;
		opacity: 0.3;
		right: -6px;
		top: 113px;
	}

	#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.6rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		text-align:center;
		color:#fff;
		line-height:1;
		padding: 8px 0 10px;
		margin: 0 0 16px;
		border-radius:30px;
		background:#c7b797;
	}

	#sec01 h3{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
		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.0rem;
		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.5rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height: 2.1;
		padding: 0 0 30px;
	}

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

	#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.0rem;
		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.5rem;
		letter-spacing: 0.1rem;
		text-align:left;
		color:#323232;
		font-feature-settings: 'palt';
		padding: 13px 4px 2px;
		display:block;
	}

	#sec02 td{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color:#323232;
		font-size:1.4rem;
		letter-spacing: 0.1rem;
		text-align:left;
		font-feature-settings: 'palt';
		padding: 0 4px 12px;
		border-bottom:1px solid #c5c5c5;
	}

	#sec02  .location_list li{
		margin:10px 0 10px;
	}

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

	#sec02  .location_list h3{
		font-size:1.4rem;
		letter-spacing: 0.4rem;
	}

	#sec02  .location_list p{
		font-size:1.4rem;
		letter-spacing: 0.05rem;
		line-height:1.4;
		
	}

	#sec02 td p{
		padding:5px 0 5px;
	}

	#sec02  .flex_wrap{
		
	}

	#sec02  .flex_wrap li{
		
	}

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

	#sec02 .location_list .access_wrap h4{
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		padding: 0 0 2px 3px;
	}

	#sec02 .location_list p.access_txt{
		font-size: 1.4rem;
		line-height:1.4;
		text-indent: -1em;
		padding: 0 0 5px 1em;
	}

	#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 30px;
	}

	

}