@charset "utf-8";

@font-face {
  font-family: "Gotham_Bold";
  src: url("../font/Gotham_Bold.woff2") format("woff2"),
       url("../font/Gotham_Bold.woff") format("woff");
}


.pc {
	display: block;
}
.mob {
	display: none;
}
.city_container {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.city_title {
	position: relative;
	background-color: #000;
	margin: 0px auto 50px;
}
.city_text_box {
	position: absolute;
	top: 50%;
	left: 50px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin:0;
	padding:0;
	color: #fff;
	z-index: 1;
	font-weight: bold;
}
.city_title img {
	width: 100%;
	display: block;
	opacity: 0.7;
}
.city_title2 img {
	width: 100%;
	display: block;
	opacity: 0.7;
	object-fit: cover;
}
.city_catch {
	font-size: 2rem;
	margin: 0 auto 10px;
}
.city_name {
	font-size: 3rem;
	line-height: 1;
	margin: 0 auto;
}
	.city_name_small {
	font-size: 3rem;
	line-height: 1;
	margin: 0 auto;
	}
.city_name_small span {
	font-family: "Gotham_Bold";
	font-size: 10rem;
}
.city_name span {
	font-family: "Gotham_Bold";
	font-size: 10rem;
}
.l-inner-city {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.l-inner-city p {
	line-height: 2;
}

#spot {
	margin-top: 100px;
}
#educations {
	margin: 100px auto;
}

.chapter_title {
	text-align: center;
	margin: 50px auto;
	color: #58C48D;
}
.chapter_title svg {
	fill: currentColor;
}
.chapter_title h2 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
.chapter_title h2 span {
	font-size: 1.6rem;
	font-family: "Gotham_Bold";
}
.chapter_title h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
.chapter_title h3 span {
	font-size: 1.6rem;
	font-family: "Gotham_Bold";
}

.spot_photo {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 50px;
	margin: 50px auto;
}
.spot_photo .images {
	width: 100%;
}
.spot_photo .images img {
	height: 100%;
	max-width: 350px;
	max-height: 350px;
	object-fit: cover;
}
.school_area {
	width: 100% !important;
	background-color: #F7F7F7;
	padding: 50px 0px;
	margin: 50px auto;
}
.school_area .district_data　{
	padding: 50px 0px;
	width: 100% !important;
	text-align: center;
}
.school_area .district_data　table {
	margin: 50px auto !important;
	width: 100% !important;
}
.school_area .district_data th {
	background-color: #f2f0ed;
	border-bottom: solid 2px #F7F7F7;
	padding: 10px;
	font-weight: bold;
	width: 30%;
	vertical-align: middle; 
}
.school_area .district_data td {
	background-color: #fff;
	border-bottom: solid 2px #F7F7F7;
	padding: 10px;
	text-align: left;
}
.school_area .data {
	padding: 50px;
	display: grid;
	grid-template-columns:1fr 2fr;
	grid-gap: 50px;
	margin: 50px auto;
	background-color: #fff;
}
.school_area .data img {
	width: 100%;
}
.school_area .data h3 {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 50px;
}
.school_area .data h3 span {
	color: #777;
	font-size: 1.4rem;
}
.school_area .data ul {
	margin-bottom: 50px;
}
.school_area .data ul li {
	margin-bottom: 10px;
}
.school_area .data h4 {
	font-size: 1.6rem;
	color: #58C48D;
	margin-bottom: 20px;
}
.other_city {
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap: 50px;
	margin: 50px auto 100px;
}

.other_city .country {
	background-color: #57C58E;
}
.other_city .country img {
	width: 100%;
	max-height: 220px;
	object-fit: cover;
}
.other_city .country .inner {
	width: 100%;
	margin: 50px;
	color: #fff;
}
.other_city .country .inner h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.other_city .country .inner ul {
	
}
.other_city .country .inner ul li {
	margin-bottom: 10px;
}
.other_city .country .inner ul li a {
	color: #fff;
}
.youtube_container_double {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 5px 20px;
}
.youtube_container_single {
	text-align: center;
	max-width: 365px;
	margin: 20px auto;
}
.youtube_box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 15px;
}
.youtube_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box.gray {
	padding: 20px 25px;
	background-color: #F7F7F7;
}
.h2-gen {
		font-size: 2.8rem;
		color: #00adea;
		border-bottom: solid 3px #dbf3fb;
		margin-bottom: 20px;
	border: none;
	}
		.h3-gen {
		font-weight: 700;
		font-size: 1.9rem;
			margin-bottom: 10px;
	}

@media screen and (max-width:767px){
.l-inner-city {
	width: 90%;
	margin: 0px 5%;
}	
	.pc {
	display: none;
}
.mob {
	display: block;
}
	.city_text_box {
		left: 20px;
	}
	.city_catch {
	font-size: 1.4rem;
}
.city_name {
	font-size: 2rem;
}
	.city_name_small {
	font-size: 1.6rem;
	}
.city_name span {
	font-size: 5rem;
}
.city_name_small span {
	font-size: 3rem;
}
	#spot {
	margin-top: 50px;
}
	#educations {
	margin: 50px auto;
}
.spot_photo {
	grid-template-columns:1fr;
}
	.spot_photo .images img {
	height: 100%;
	max-width: 750px;
	max-height: 750px;
	object-fit: cover;
}
	.school_area {
	padding: 30px 0px;
	margin: 30px auto;
}
	.school_area .data {
	padding: 30px;
	grid-template-columns:1fr;
		grid-gap: 30px;
	margin: 30px 10px;
}
	.school_area .data h3 {
	margin-bottom: 30px;
}
.school_area .data ul {
	margin-bottom: 30px;
}
	.other_city {
	grid-template-columns:1fr;
	grid-gap: 30px;
	margin: 30px auto 50px;
}
	.other_city .country .inner {
	width: 86%;
	margin: 50px 7%;
}
	.youtube_container_double {
	grid-template-columns:1fr;
}
	.youtube_container_single {
	text-align: center;
	max-width: 750px;
	width: 100%;
}
	.h2-gen {
		font-size: 2rem;
		font-weight:bold;
		color: #00adea;
		margin-bottom: 10px;
		border: none;
	}

}