@charset "UTF-8";

body{
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
	/* font-weight: 500; */
	/* overflow-x:hidden; */
	/* background-color:#f5ecdb; */
}

section.container{
	padding:0;
}

.other .linkbutton{
	width:100%;
}

#sec-3 .col-lg h3{
	font-size:1.2em;
	padding: 8px 10px;
	font-size: 1.2em;
	background: #351b05;
	color: #f5ecdb;
	box-sizing: border-box;
	font-weight: bold;
}



a.navbar-toplink:nth-of-type(2){
	width:180px;
	position:absolute;
	top: 0%;
	right:29.5%;
	font-weight: bold;
}
a.navbar-toplink:nth-of-type(3){
	width:180px;
	position:absolute;
	top: 53%;
	right: 29.5%;
	font-weight: bold;
}
a.navbar-toplink:nth-of-type(4){
	width:135px;
	position:absolute;
	top: 0%;
	right:14%;
	height:65px;
	padding-top: 10px;
	font-weight: bold;
}

/*Styling Selectbox*/
.dropdown {
	width: 120px;
	display: inline-block;
	background-color: #fff;
	/* border-radius: 5px; */
	/* box-shadow: 0 0 2px rgb(204, 204, 204); */
	/* transition: all .5s ease; */
	position: relative;
	/* font-size: 14px; */
	color: #474747;
	/* height: 100%; */
	text-align: center;
	position:absolute;
	top: 0%;
	right:0%;
	font-weight: bold;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 4px 10px
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    /* transition: all .3s ease-in-out; */
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    /* border-radius: 5px 5px 0 0; */
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    /* transform: rotate(-90deg) */
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    /* box-shadow: 0 1px 2px rgb(204, 204, 204); */
    border-radius: 0;
    border:none;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    min-width:0;
}
.dropdown .dropdown-menu li {
    padding: 0;
    /* transition: all .2s ease-in-out; */
    cursor: pointer;
    text-align:center;
} 
.dropdown .dropdown-menu li a {
    padding: 4px 10px;
	display:block;
	color:#000;
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}




footer a.navbar-toplink:nth-of-type(2){
	right:17.5%;
}
footer a.navbar-toplink:nth-of-type(3){
	right: 17.5%;
}
footer a.navbar-toplink:nth-of-type(4){
	right:1.5%;
}

#other06 .text-center.heading{
	position:relative;
}
#other06 .ribon{
	font-size: 1em;
	width: 510px;
	color:#351b05;
	background:#fff;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
}
#other06 .ribon:before{
	border-top: 30px solid #fff;
	border-bottom: 30px solid #fff;
	border-right:30px solid transparent;
	border-left: 30px solid transparent;
	left:-30px;
}
#other06 .ribon:after{
	border-top: 30px solid #fff;
	border-bottom: 30px solid #fff;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	right:-30px;
}

.jumbotron{
	/* background-position:center -255px; */
}
.jumbotron .row{
	/* margin:0 !important; */
}
.jumbotron .row .menu{
	/* padding:0 !important; */
	/* padding:0 15px !important; */
}
.jumbotron .row .menu:nth-of-type(1) span{
	background:#351b05;
	color:#fff;
	font-size: 2em;
	font-weight: bold;
	line-height: normal;
	display:block;
	padding:0 1rem !important;
	height:56px;
	line-height:56px;
}
.jumbotron .row .menu a{
	display:block;
	padding:0.5rem 1rem !important;
}
.jumbotron .row .menu:nth-of-type(2) a{
	background:#fff;
	color:#351b05;
}
.jumbotron .row .menu:nth-of-type(4) a{
	background:#fff;
	color:#351b05;
}
.jumbotron .row .menu:nth-of-type(5) a{
	background:#fff;
	color:#351b05;
}
.jumbotron .row .menu:nth-of-type(2) a:hover{
	background:#00561f;
	color:#fff;
}
.jumbotron .row .menu:nth-of-type(4) a:hover{
	background:#00561f;
	color:#fff;
}
.jumbotron .row .menu:nth-of-type(5) a:hover{
	background:#00561f;
	color:#fff;
}





@media (min-width: 992px){
	#sec-1 .col-lg{
		padding:0;
	}
	#sec-1 .col-lg:nth-of-type(1), #sec-1 .col-lg:nth-of-type(4){
		padding-right:8.5px;
	}
	#sec-1 .col-lg:nth-of-type(2), #sec-1 .col-lg:nth-of-type(5){
		padding-left:8.5px;
	}


.jumbotron .row .menu:nth-of-type(1),
.jumbotron .row .menu:nth-of-type(4){
	padding-right:0 !important;
}
.jumbotron .row .menu:nth-of-type(2),
.jumbotron .row .menu:nth-of-type(5){
	padding-left:0 !important;
}


}

@media (max-width: 1199px){
	br.none{
		display:none;
	}
}

@media (max-width: 991px){
	section.container{
		padding:0 15px;
	}

	footer{
		height:auto !important;
	}
	footer .navbar-brand{
		display:block;
		margin:0;
	}
	footer .navbar-brand img{
		margin:0 auto;
	}
	footer a.navbar-toplink:nth-of-type(2){
		position:relative;
		display:block;
		top:0;
		right:0;
		margin: 1em auto 1em;
	}
	footer a.navbar-toplink:nth-of-type(3){
		position:relative;
		display:block;
		top:0;
		right:0;
		margin: 0 auto 1em;
	}
	footer a.navbar-toplink:nth-of-type(4){
		position:relative;
		display:block;
		top:0;
		right:0;
		margin: 0 auto 1em;
	}
	footer .container + p.text-center{
		margin-bottom:0 !important;
		padding-bottom:0.5em;
	}

	#other06 .ribon{
		position:relative;
		width: auto;
		height: auto;
		line-height: unset;
		padding: 10px;
	}

	.other .jumbotron .container{
		padding-left:15px;
		padding-right:15px;
	}

	.navbar-expand-md .container{
		padding:0 15px;
	}
	a.navbar-toplink:nth-of-type(2){
		width:100%;
		position:relative;
		top: 0%;
		right:0%;
		font-weight: bold;
		margin-bottom:0.5em;
	}
	a.navbar-toplink:nth-of-type(3){
		width:100%;
		position:relative;
		top: 0%;
		right: 0%;
		font-weight: bold;
		margin-bottom:0.5em;
	}
	a.navbar-toplink:nth-of-type(4){
		width:100%;
		position:relative;
		top: 0%;
		right:0%;
		height:65px;
		padding-top: 10px;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.dropdown {
		width:100%;
		position:relative;
		margin-bottom: 0.5em;
	}
}
