*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
scroll-behavior: smooth;
font-size: 1.2vw;
overflow-x: hidden;
}
body {
	background: #fff;
}
::-webkit-scrollbar {
  width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
  background: #fffbe4;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #eec128;
  border-radius: 10px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
h1{

}
h2{
}
.mb-icon{
	display: none;
}
.inner{
margin:0 auto;
width:100%;
}
.h-t{
  width:100%;
  color:#555;
}
.h-t h1{
  max-width: 960px;
margin: 0 auto;
font-size: 13px;
padding:5px 0px 5px 10px;
font-weight: bold;
}
.h-b{
  margin: 0 auto;
  padding: 0;
	height: 72px;
	background-color: #df5d90;
}
/*************
/* ヘッダー
*************/
#header{
padding:0px 0 15px;
overflow:hidden;
position: fixed;
top:0;
z-index: 999;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:15px 0 0 10px;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#ffff00;
}

.logo span{
font-size:11px;
font-weight:normal;
}

.logo a img{
  width: 150px;
}
/**************************
/* トップナビゲーション
**************************/
ul#topnav{
display: flex;
justify-content: flex-end;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
margin:0px 0px 0px 15px;
text-align:center;
font-weight: bold;
}
ul#topnav a{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;/*文字色*/
  font-weight: bold;
  font-size:12px;
  text-align: center;
  transition: 0.5s;
}
ul#topnav a:hover{
  opacity: 0.5;
}
ul#topnav a i{
  font-size:40px;
  padding-bottom: 5px;
}
ul#topnav span{
color:#fff;
font-size:10px;
}

/* menu-wrap */
  #menu-wrap {
    background: #fff;
    width: 30%;
    /*
    width: 300px;
    */
    position: fixed;
    top: 0px;
    right: -70%;
    height: 100vh;
    opacity: 0;
    /*
overflow-y: scroll;
*/
    box-sizing: border-box;
    z-index: 200;
    -webkit-transition: .5s;
    transition: .5s;
  }

  #menu-wrap.is-active {
    opacity: 1;
	    background: #fff;
    /*
    visibility: visible;
    */
    right: 0;
  }
.mb-menu{
  font-weight: bold;
  font-size:12px;
  color:#fff;
  padding: 0.5em 1em;
}
  /* click-nav */
  #click-nav {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
    margin-top: 5px;
    }

  #click-nav span {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 5px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }

  #click-nav .one {
    top: 0;
  }

  #click-nav .two {
    top: 14px;
  }

  #click-nav .three {
    top: 28px;
  }
  #click-nav.is-active{
    position: fixed;
    top:10px;
    right:10px;
  }
  /* click-nav is-active */
  #click-nav.is-active .one {
    transform: rotate(45deg);
    top: 14px;
    background: #000;
  }

  #click-nav.is-active .two {
    right: -60px;
    background: #000;
  }

  #click-nav.is-active .three {
    top: 14px;
    transform: rotate(-45deg);
    background: #000;
  }
  .global-sp-header-nav{
    width: 100%;
    display: block;
    justify-content: flex-start;
    font-size: 12px;
		padding-bottom: 100px;
  }
  .sp-menu{
    width: 100%;
    /*
    max-width: 400px;*/
    margin:0;
    /*
    overflow-y: scroll;
    */
  }
  .hun-menu{
    width: 100%;
    background: #eee;
    padding:5px;
    color:#000;
  }
  .hm-list{
    width: 100%;
  }
  .hm-list li{
    width: 100%;
    padding:5px;
    border-bottom: 1px #eee solid;
  }
  .hm-list li a{

		color:#000;
    text-decoration: none;
  }
  .kensaku{
  	width: 95%;
  	margin: 10px;
  	box-sizing: border-box;
  	position:relative;
  	padding: 0;
  }
  .kensaku label{
  	width: 240px;
  	display: flex;
  	justify-content: flex-start;
  }
  .kensaku input{
  	width: 200px;
  	line-height:38px;
  	background:none;
  	border: none;
  }
  button{
  background-color: transparent;
          border: none;
          cursor: pointer;
          outline: none;
          padding: 0;
          appearance: none;
  }
  button[type=submit],
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  #mado{
  	margin-right: -10px;
  	border:2px solid #df5d90;
  	border-bottom-left-radius: 6px;
  	-webkit-border-bottom-left-radius: 6px;
  	-moz-border-radius-bottomleft: 6px;
  	border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  padding: 0 5px;
	height:42px;
  }
  #submit-btn{
    width:50px;
  	height:42px;
  	color:#fff;
  	text-align:center;
  	background-color:#df5d90;
  	/* 蜿ｳ荳翫?縺ｿ隗剃ｸｸ */
  	border-top-right-radius: 6px;
  	-webkit-border-top-right-radius: 6px;
  	-moz-border-radius-topright: 6px;

  	/* 蜿ｳ荳九?縺ｿ隗剃ｸｸ */
  	border-bottom-right-radius: 6px;
  	-webkit-border-bottom-right-radius: 6px;
  	-moz-border-radius-bottomright: 6px;
		margin: 0;
  }
  #submit-btn i{
	font-size: 15px;
}
.searchform button[type=submit] {
	width:50px;
	height:42px;
	color:#fff;
	line-height:40px;
	text-align:center;
	background-color:#df5d90;
	/* 蜿ｳ荳翫?縺ｿ隗剃ｸｸ */
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;

	/* 蜿ｳ荳九?縺ｿ隗剃ｸｸ */
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}
.topnews{
	background: #fff;
	padding: 5px 4px;
	background: rgba(254, 240, 237,1);
}
.topnews h1{
	font-size: 14px;
}
footer{
	border-top: 1px solid #fff;
color:#fff;
padding: 20px 0;
background-color: #947fc7;
}
.f-midashi{
  font-weight: bold;
  font-size: 18px;
}
.f-logo{
  text-align: center;
}
.f-logo a img{
  width: 80%;
	max-width: 150px;
	margin: 0 auto;
}
.f-menu{
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.f-menu ul{
	font-size: 15px;
	display: flex;
	justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.f-menu li{
	margin: 10px 20px 0 0;
}
.f-menu li a{
	text-decoration: none;
	color:#fff;
  font-size: 14px;
}
.f-menu li a:before{
    font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  font-size: 0.9em;
  padding-right: 3px;
}
.copy{
	color:#fff;
  text-align: center;
}


@media only screen and (max-width:1000px) {
.h-t{
	padding-top: 5px;
}
#menu-wrap {
	width: 300px;
overflow-y: scroll;
}

#menu-wrap.is-active {
	visibility: visible;
}
.sp-menu{
max-width: 400px;
margin:0;
overflow-y: scroll;
}
.kensaku input{
width: 190px;
}

  .f-menu-wrapper{
    width: 100%;
    margin: 15px 20px;
    display: flex;
    justify-content: space-between;
  }
    .f-menu{
padding: 10px 0;
    }
  .f-menu ul{
		font-size: 15px;
		display: block;
	}
	.f-menu li{
		margin: 10px 0 5px;
	}
	.f-menu li a{
    font-size: 12px;
	}
}
/*--------------------------------------------------*/
@media only screen and (max-width:768px) {
	  html{
	    width: 100%;
	    overflow-x: hidden;
	    margin: 0;
	    padding: 0;
	    box-sizing: border-box;
	  }
	  #header{
	    padding: 0px 0 5px;
	  }
	  #header .logo{
	    padding: 7px 0 5px 5px;
	  }
	  .h-b {
			height: 60px;
	    padding: 0px 0 0;
	}
	  .logo a img{
	    width: 150px;
	  }
	  .logo span{
	    padding-top: -10px;
	  }
	    ul#topnav a{
	      font-size: 10px;
	    }
	  ul#topnav a i {
	    font-size: 30px;
	    padding-bottom: 5px;
	}
	.topnews h1{
		font-size:12px;
	}
	.mb-menu{
	font-weight: bold;
	font-size:10px;
	color:#fff;
	padding: 0.5em 1em;
	}
	/* click-nav */
	#click-nav {
	  position: relative;
	  width: 35px;
	  height: 30px;
	  cursor: pointer;
	  z-index: 999;
	  margin-top: 5px;
	  }
	  #click-nav.is-active{
	    top:10px;
	  }
	  #click-nav .one {
	    top: 0;
	  }

	  #click-nav .two {
	    top: 12px;
	  }

	  #click-nav .three {
	    top: 24px;
	  }


			/*-------------------------------------------------------------------*/
}

@media only screen and (max-width:500px) {
	html{
     width: 100%;
     overflow-x: hidden;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
   }
	 .topnews h1{
	 	font-size: 10px;
	 }
	 .h-b{
		 height:40px;
	 }
   #header .logo{
     padding: 5px 0 0 5px;
   }
   .logo a img {
     width: 100px;
 }
   .h-t h1{
   font-size: 10px;
   }
	 ul#topnav li {
    margin: 2px 0px 0px 5px;
    text-align: center;
    font-weight: bold;
}
ul#topnav a{
font-size: 8px;
padding:4px 2px;
}
ul#topnav a i {
  font-size: 20px;
  padding-bottom: 5px;
}
.mb-menu{
font-weight: bold;
font-size:8px;
color:#fff;
padding: 0.5em 1em;
}
/* click-nav */
#click-nav {
  position: relative;
  width: 32px;
  height: 15px;
  cursor: pointer;
  z-index: 999;
  margin-top: 0px;
  margin-bottom:5px;
  }
  #click-nav span {
    height: 3px;
  }

  #click-nav .one {
    top: 0;
  }

  #click-nav .two {
    top:8px;
  }

  #click-nav .three {
    top: 16px;
  }
  #click-nav.is-active{
    top:15px;
    height: 30px;
  }
  /* menu-wrap */
    #menu-wrap {
      right: -300px;
    }
  .global-sp-header-nav{
  }
	footer{
  padding-bottom: 90px;
}
.f-menu-wrapper{
  width: 100%;
  margin: 15px 0px;
  display: block;
  justify-content: flex-start;
}
.f-menu{
  border-top: 1px solid #fff;
}
.copy{
  width: 90%;
  margin: 0 auto;
padding-top: 15px;
}
}
@media only screen and (max-width:360px) {

}
