
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){

	/* ============================================================
 	main_sec_wrap
	==============================================================*/
      
	#main_sec_wrap{
		width: 100%;
		height: 200px;
		position: relative;
		background: linear-gradient( to top,  #a59cc7 0%, #9b82b9 100% );
	}

	#main_sec_wrap .txt_wrap{
		position:absolute;
		left: 50%;
		top: 46%;
		transform: translate(-50%,-50%);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.8rem;
		white-space: nowrap;
		letter-spacing: -0.1rem;
		line-height: 1;
		color: #fff;
		text-align: center;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span{
		font-size: 1.8rem;
		font-weight: 400;
		display: inline-block;
		background: #fff;
		color: #8a77ab;
		line-height: 1.4;
		letter-spacing:0.1rem;
		vertical-align: middle;
		border-radius:4px;
		padding: 1px 8px 3px;
		margin: 3px 0 0 12px;
	}

	#main_sec_wrap span.eng_txt{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		padding:0 0 5px;
	}
	

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		padding:100px 0;
		/* position:relative; */
	}

	#sec01 .wrapper{
	}

	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #434343;
		font-feature-settings: 'palt';
		padding: 0 0 10px;
		border-bottom: 2px solid #434343;
	}

	#sec01 h2 span.sn{
		display:inline-block;
		font-weight: 400;
		font-size:2.0rem;
		padding:0 2px;
	}

	#sec01 h2 span.box_txt{
		width:170px;
		display:block;
		color:#A386C4;
		font-size:1.2rem;
		padding:4px 0 3px;
		margin: 0 auto 2px;
		border-radius:4px;
		border:1px solid #A386C4;
	}


	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 2px 6% 24px;
	}

	#sec01 ul.btn_more{
		width:140px;
		margin: 0 0 0 24px;
		position: relative;
		z-index: 999;
	}

	#sec01 ul.btn_more a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0;
	}

	#sec01 ul.btn_more{
		width:140px;
		margin: 0 0 0 24px;
		position: relative;
		z-index: 999;
	}

	#sec01 ul.btn_more a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0;
	}

	#sec01 ul.btn_more a{
		transition: all 0.5s ease 0s;
	}
	
	#sec01 .info-grid {
	  gap: 0rem;
	  padding: 21px 0 0;
	}

	#sec01 .info-block {
	  text-align: center;
	  border-bottom: 2px dotted #A386C4;
	  padding: 25px 0 14px;
	}

	#sec01 .info-image{
		padding: 0 3em;
	}

	#sec01 .info-image img {
	  max-width: 80%;
	  height: auto;
	  margin-bottom: 1rem;
	}
	
	#sec01 .info-title {
		font-size: 1.9rem;
		font-weight: 500;
		color: #A386C4;
		margin-bottom: 0.5rem;
		font-family: 'Noto Sans JP', sans-serif;
	}
	
	#sec01 p.info-text{
		color:#000;
		line-height: 1.8;
	}

	
	#sec01 .table-wrapper {
	  font-size: 1.5rem;
	  font-family: "Noto Sans JP", sans-serif;
	  margin: 64px 0 92px;
	}
	
	#sec01 .region {
	  text-align: center;
	  font-weight: 500;
	  color: #a397c4;
	  font-size: 1.9rem;
	  margin-bottom: 1.5rem;
	}

	#sec01 .scroll_wrap{
		overflow-x:scroll;
	}
	
	#sec01 .table {
	  display: flex;
	  flex-direction: column;
	  width: 1000px;
	}
	
	#sec01 .row {
	  display: flex;
	  border-top: 2px solid white;
	  border-bottom: 0px solid white;
	}
	
	#sec01 .row.header .cell {
	  background: linear-gradient(to top, #a59cc7 0%, #9b82b9 100%);
	  color: white;
	  font-weight: 300;
	}
	
	#sec01 .row:not(.header) {
	  background-color: #ebebeb;
	}
	
	#sec01 .row.alt {
	  background-color: #f6f6f6;
	}
	
	#sec01 .row .cell:last-child{
		width: 28%;
		flex: unset;
	}
	
	#sec01 .row .cell:first-child{
		width: 14%;
		flex: unset;
	}
	
	#sec01 .row .cell:nth-child(2){
		width: 15%;
		flex: unset;
	}
	
	#sec01 .row .cell:nth-child(3){
		width: 15%;
		flex: unset;
	}
	
	#sec01 .row .cell:nth-child(4){
		width: 28%;
		flex: unset;
	}
	
	#sec01 .cell {
	  flex: 1;
	  color: #000;
	  padding: 10px;
	  text-align: center;
	  box-sizing: border-box;
	  border-right: 2px solid #fff;
	}
	#sec01 .row.alt .cell {
	  border-right: 2px solid #ffffff;
	}
	
	#sec01 .cell.city {
	  background-color: #e5e1f0;
	  border-right: 2px solid #fff;
	}
	
	#sec01 .row.header .cell {
	  border-right: 2px solid #fff;
	}
	#sec01 .row.header .cell:last-child {
	  border-right: none;
	}

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

