@charset "UTF-8";

/*//////////////// 共通 //////////////////*/
section .box h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	section .d-md-flex {
		justify-content: space-between;
		flex-wrap: wrap;
	}
}


@media (min-width: 992px) {
	section .container {
		max-width: 980px;
	}
}

@media (min-width: 1200px) {
	section .container {
		max-width: 1000px;
	}
}


/*//////////////// セクション1 /////////////////*/
section .under p {
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin-top: -0.5rem;
	margin-bottom: -0.4rem;
}


@media (min-width: 768px) {
	section .under p {
		margin-top: -0.4rem;
		margin-bottom: -0.2rem;
	}
}


@media (min-width: 992px) {
	section .under p {
		margin-top: -0.2rem;
		margin-bottom: 0;	
		font-size: 1.2rem;
	}
}


/*//////////////// セクション2 /////////////////*/
.sec2 table {
	width: 100%;
}

.sec2 table th {
	display: block;
	background-color: #f2f2f2;
	padding: 0.5rem;
	text-align: center;	
}

.sec2 table td {
	display: block;
	padding: 0.8rem;
	text-align: center;	
}

.sec2 table td span {
	font-weight: 700;
	display: block;
}

.sec2 table a {
	color: #222222;
}

.sec2 table a:hover {
	color: #BBE9F9;
	transition-duration: 0.3s;
}

@media (max-width: 767px) {
	.sec2 table td .name {
		width: 11rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.sec2 table {
		width: 100%;
	}	

	.sec2 table th {
		display: table-cell;
		padding: 1rem 1.5rem !important;
		text-align: left !important;
		width: 23%;
		border-bottom: 5px solid #fff;
	}
	
	.sec2 table td {
		display: table-cell;
		padding: 1rem 1.5rem !important;
		text-align: left !important;
		width: 77%;
		border-bottom: 5px solid #fff;
	}

	.sec2 table td span {
		display: none;
	}
	
	.sec2 table tr {
		background-color: #f2f2f2;
	}
	
	.sec2 table tr:nth-child(even) {
		background-color: #fff;
	}
	
	.sec2 .history th {
		text-align: right !important;
	}	
	
	.sec2 .th-align-top {
		vertical-align: top;
		
	}
	
	.ps-md-6 {
		padding-left: 6.8rem;
	}
	
	.bg-md-white {
		background-color: #fff !important;
	}
}


@media (min-width: 992px) {	
	.sec2 table th {
		display: table-cell;
		padding: 1.2rem 1.5rem !important;
		width: 19%;
	}
	
	.sec2 table td {
		padding: 1.2rem 1.5rem !important;
		width: 81%;
	}
	
}



/*//////////////// セクション4 /////////////////*/
.sec4 p {
	display: block;
	padding: 1.2em;
	text-indent: -1.2em;
	margin: -1rem 0 -1.5rem;
}

.sec4 p:last-child {
	margin-bottom: 0;
}

.sec4 img {
	width: 60%;
	display: block;
	margin: 0 auto;
}


@media (min-width: 768px) {
	.sec4 img {
		width: 100%;
		padding-top: 2.5rem;
	}
}

/*//////////////// セクション5 /////////////////*/
.sec5 {
	background-color: #f2f2f2;
	padding: 1.6rem 0;
}

.sec5 img {
	width: 66%;
	display: block;
	margin: 0 auto 1.5rem;
}

.sec5 .name {
	width: 70%;
	display: block;
	margin: 1.5rem 0 0 auto;
}


@media (min-width: 768px) {
	.sec5 {
		padding: 2rem 0;
	}
	
	.sec5 img {
		width: 100%;
		margin: 0;
	}
	
	.sec5 .name {
		width: 54%;
	}	
}


@media (min-width:992px) {
	.sec5 {
		padding: 2.5rem 0;
	}
	
	.sec5 .name {
		width: 45%;
	}
}	

/*//////////////// セクション6 /////////////////*/
.sec6 .img03 {
	display: block;
	width: 300px;
	margin: 0 auto;
} 

.sec6 a img {
	width: 300px;
	display: block;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.sec6 .img03 {
		display: block;
		width: auto !important;
		height: 230px;
	}
	
}


@media (min-width: 992px) {
	.sec6 .img03 {
		display: block;
		width: auto !important;
		height: 380px;
	}
	
}



/*//////////////// セクション7 /////////////////*/
.sec7 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.0rem;
	text-align: center;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 1rem;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (min-width: 768px) {
	.sec7 h2 {
		font-size: 1.15rem;
	}

	.ggmap {
		padding-bottom: 46.25%;
	}
}


@media (min-width: 768px) {
	.sec7 h2 {
		font-size: 1.2rem;
	}

	.ggmap {
		padding-bottom: 42.25%;
	}
}

