@charset "utf-8";
/*html {
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}*/
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:160%;
	font-size:16px;
	color: #000;
	min-width: 1200px;
	background: #F3F3EC;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.pnone{
	display: none;
}

@media (max-width: 1200px) {
   /* 横幅が1200px以下の場合に適用するスタイル */

	
img{
    max-width: 1200px!important;
}
	
}

html { scroll-behavior: smooth;}

#pan{
    display: flex;
    width: 1100px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 25px;
}

#pan li a{
    text-decoration: none;
    color: #000;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #000;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

/**************************************************************************/

header{
	width: 1200px;
	margin: auto;
	padding-top: 25px;
}

#header_rap{
	display: flex;
	justify-content: space-between;
}

#header_rap p#header_text{
	color: #057AB3;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 15px;
}

#header_box02{
	display: flex;
	justify-content: space-between;
}

#header_box02 ul,
#header_box02 #header_btn01{
	margin-right: 25px;
}

#header_box02 ul{
	text-align: center;
	line-height: 180%;
	padding-top: 10px;
}

#header_box02 .f30{
	font-size: 30px;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 900;
font-style: normal;
	letter-spacing: 2px;
}

#header_box02 .f27{
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	color: #468C00;
	font-size: 27px;
	letter-spacing: 2px;
}

#header_box02 .f18{
	font-weight: bold;
	margin-left: -0.5em;
}

#header_box03{
	display: flex;
	align-items: flex-end;
}
#header_box03 #header_sns{
	margin: 25px 25px 5px;
}
#header_box03 #header_sns img{
	width: 50px;
	height: auto;
}
/********************************************/

#drawer-check{
  display: none;
}

nav{
	margin: auto;
	width: 1100px;
	padding-top: 25px;
}

nav ul{
	display: flex;
	justify-content: space-between;
}

nav ul li{
	width: 215px;
	border-bottom: 8px #402000 solid;
}

nav ul li a{
	display: block;
	text-align: center;
	height: 53px;
	line-height: 53px;
}

#up_link{
	width: 1100px;
	margin: auto;
	text-align: right
}



/***********************************************/

footer{
	padding-top: 25px;
}

#footer_nav{
	background: #402000;
	height: 50px;
	margin-bottom: 50px;
}

#footer_nav ul{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#footer_nav ul a{
	display: block;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
}

#footer_nav ul a:hover{
	text-decoration: underline;
}

#footer_rap{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#footer_rap #footer_title{
	text-align: center;
	margin-bottom: 15px;
}

#footer_rap address{
	text-align: center;
	line-height: 150%;
	margin-bottom: 10px;
}

#footer_rap li{
	margin-bottom: 10px;
	text-align: center;
}

#footer_rap .f30{
	font-weight: bold;
	font-size: 30px;
}

#footer_rap .f30 a .f25{
	font-size: 25px;
}

#footer_rap .f27{
	font-size: 27px;
	color: #468C00;
	font-weight: bold;
}

#footer_rap .box_rap{
	display: flex;
	justify-content: space-between;
	width: 225px;
	margin: auto;
}

footer small{
	display: block;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666;
	border-top: 1px solid #402000;
}