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


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

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

html { scroll-behavior: smooth;}

#pan{
    display: flex;
	flex-wrap: wrap;
	max-width: 480px;
    width: 100%;
    margin: auto;
	padding-left: 10px;
    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: 100%;
	max-width: 480px;
	margin: auto;
	padding-top: 10px;
}

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

header #header_box01{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

header #header_box01 #header_title img,
header #header_box01 h1 img{
	width: 100px;
	height: auto;
}

#header_rap p#header_text{
	color: #057AB3;
	font-size: 13px;
	line-height: 120%;
}

/*#header_box02{
	display: none;
}

#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: none;
}*/

/********************************************/
#up_link{
	width: 100%;
	margin: auto;
	text-align: right
}

nav{
	margin: auto;
	max-width: 480px;
	width: 100%;
	padding-top: 25px;
}

nav ul{
	width: 100%;
	display: inline-block;
	padding-top: 50px;
	text-align: center;
}


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

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

#s_nav li{
	width: 100%;
	border-bottom: none;
}

#s_nav li.header_sns{
	margin: auto;
	padding-top: 20px;
}

#s_nav li.header_sns img{
	width: 50px;
	height: auto;
}

#s_nav li.header_tel a{
	display: block;
	text-align: center;
	height: auto;
	line-height: 100%;
	padding-top: 20px;
}

#s_nav .header_btn{
	width: 260px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

#drawer-check {
  display: none;
}
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}



nav{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

#drawer-check:checked ~ nav{
  left: 0;/* メニューを画面に入れる */
}

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

footer{
	padding-top: 25px;
}

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

#footer_nav ul{
	width: 100%;
	max-width: 375px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#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: 100%;
	margin: auto;
	margin-bottom: 50px;
}

#footer_rap .box{
	text-align: center;
	margin-bottom: 30px;
}

#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;
}