@import url("base.css");

h1,
h2 {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
h3,
h4 {
	font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', "Yu Gothic UI", "Yu Gothic UI Semibold", 'Sawarabi Gothic', sans-serif;}

ul,
ol,
dt,
th,
td {font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', "Yu Gothic UI", "Yu Gothic UI Semibold", 'Sawarabi Gothic', sans-serif;
    list-style-type: unset;
}

.main_content {
    max-width: 1024px;
    margin: 0 auto;
}

.main p
{color: #342a0a;}

.menu-button {
    position: fixed;
    top: 2%;
    right: 2%;
}

.sec-header {
    text-align: center;
    margin-top: 100px;
}

.sec-header h1 {
    font-size: 30px;
    padding: 8px;
    letter-spacing: 0.4rem;
	color: #342a0a;
}

.left-border {
    border-left: 5px solid #EC6E88;
}

.main h2 {
    color: #342a0a;
    padding: 16px;
    border-left: 5px solid #342a0a;
    background: #EFEBE1;
    line-height: 1.2;
    letter-spacing: 0.2rem;
}

.main h3 {
    color: #342a0a;
    font-family: 'Sawarabi Gothic';
    font-size: 18px;
    letter-spacing: 0.1rem;
}

.h3_bold {
	font-weight: 100;
	text-shadow: 
		0.3px 0.3px 0, 
		0.3px -0.3px 0px,
		-0.3px 0.3px 0,
		-0.3px -0.3px 0px,
		0.3px 0px 0px,
		0px 0.3px 0px,
		-0.3px 0px 0px,
		0px -0.3px 0px;
}

.main h4 {
	color: #342a0a;
	padding: 5px;
	border-left: 5px solid #342a0a;
	background: #EFEBE1;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.main h5 {
	color: #342a0a;
	padding: 5px;
	background: #f2f6f7;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.main img {
    width: 100%;
}

.main a {
	color: #342a0a;
	font-weight: 900;
	text-decoration: underline;
}

.main a:hover {
	color: #EC6E88;
	text-decoration: underline;
}

#rightNav {
 width:248px;}

#right-gnav li{
	position: relative;
	height:40px;
	padding: 8px 0 8px 8px;
	font-size: 13px;
	color: #483909;
}

.list-group-item a{
	color: #483909;
	font-weight: 600;
	display: block;
}

#right-gnav li a:hover{
	color: #F9D6E5;
	text-decoration: underline;
}

.list-group-item.active {
    z-index: 2;
	font-weight: bold;
    background-color: #d5bf8d;
    border-color: #d5bf8d;
}

.time-calendar {
	width:225px;
	height: 75px;
	text-align: center;
	letter-spacing: 0.1rem;
	font-size:10.5px;
	color:#483909;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #876f4a;
}
.time-calendar td {
	border-bottom: 1px solid #876f4a;
}
.time-calendar th {
	background-color: #d5bf8d;
}


@media screen and (min-width: 768px) {
	.sec-header {
		margin-top: 128px;
	}

	iframe {
		width: 710px;
		height: 400px;
	}
}
	@media screen and (min-width: 991px) {
    .sec-header {
        margin-top: 177px;
    }

	iframe {
		width: 710px;
		height: 400px;
	}
	
/*
    .main img {
        width: 604px;
        margin-bottom: 24px;
    }
*/
}

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

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