@import url("base.css");

/*
h1,
h2 {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
*/
h1,
h2,
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: 900px;
    margin: 0 auto;
	text-align: left;
}

.main p
{color: #332D29;}

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

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

.sec-header h1 {
    font-size: 30px;
    padding: 8px;
    letter-spacing: 0.4rem;
	color: #332D29;
/*
	border-bottom: solid 3px #ffcc99;
	position: relative;
*/
}

/*
.sec-header h1:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ff7f00;
	left: 0;
	bottom: -3px;
	width: 20%;
}
*/

h1.under:after {
	content: '';
	display: block;
	background: -webkit-linear-gradient(left, #ff7f00 0% 30%, #ffcc99 30% 100%);
	background: linear-gradient(to right, #ff7f00 0% 30%, #ffcc99 30% 100%);
	height: 3px;
	border-radius: 3px;
	width: 240px;
	margin: 10px auto 10px auto;
}

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

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

.main h3 {
	color: #332D29;
    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: #332D29;
	padding: 5px;
	border-left: 5px solid #ff9933;
	background: #EFEBE1;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

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

.main img {
    width: 100%;
}

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

.main a:hover {
	color: rgba(245,123,17,1.00);
	text-decoration: underline;
}

#rightNav {
 width:248px;}

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

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

#right-gnav li a:hover{
	color: rgba(245,123,17,1.00);
	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:#332D29;
	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: 576px) {
	.sec-header {
		margin-top: 128px;
	}
}

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

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

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

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