@charset "UTF-8";

.contents {width:100%; max-width:none; margin:0 auto;}


/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){

	.ptxt,
  main h2,
  .area1,
  .area2,
  .area3 {width:91%; max-width:980px; margin-right:auto; margin-left:auto;}

	.contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; margin-top:0; padding:2em 1.5em; background:#5c0119; color:#fff; font-size:95%;}
	.contents > .ptxt:nth-child(1) p {margin:0;}
	.contents > .ptxt:nth-child(1) p span {font-size:110%; font-weight:700;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  .sp_scroll table.fee {width:calc(200% - 1px);}
  table.fee th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#5c0119; color:#fff;}
  table.fee tbody th {text-align:left;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody tr:nth-child(even) td {background:#fafafa;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {

	.ptxt,
  main h2,
  .area1,
  .area2,
  .area3 {width:91%; max-width:980px; margin-right:auto; margin-left:auto;}

	.contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; max-width:none; margin-top:0; padding:2em 0; background:#5c0119; color:#fff; font-size:105%; transform:translateX(0);}
	.contents > .ptxt:nth-child(1) p {margin:0; text-align:center; transform:translateX(-135px);}
	.contents > .ptxt:nth-child(1) p span {font-size:110%; font-weight:700;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  table.fee th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#5c0119; color:#fff;}
  table.fee tbody th {}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}

}

@media screen and (min-width:901px) and (max-width:1280px) {
  
  /* h2 */	
	main h2 {width:calc(100% - 270px - 6%); margin:3em 0 0 3%; transform:translateX(0);}
  
  /* ptxt */
  .ptxt {width:calc(100% - 270px - 6%); margin:1.5em 0 0 3%; transform:translateX(0);}
  
  /* area1 */
  .area1 {width:calc(100% - 6%); margin:1.5em 0 0 3%; transform:translateX(0);}
  
  /* area2 */
  .area2 {width:100%; margin:1.5em 0 0 0; padding-right:270px; transform:translateX(0);}
  .area2 .ptxt {width:91%; margin:0 auto; padding-right:0;}
  
  /* area3 */
  .area3 {width:100%; margin:1.5em 0 0 0; padding-right:270px; transform:translateX(0);}
  .area3 .ptxt {width:91%; margin:0 auto; padding-right:0;}
}


