*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
body{
  max-width: 100%;
color:#333;
font:"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}

html{background:#fff;
}
::-webkit-scrollbar
{
        overflow:hidden;
        width:10px;
        background:#fafafa;
        border-radius:3px;
}
        ::-webkit-scrollbar:horizontal
        {
                height:7px;
        }
::-webkit-scrollbar-button
{
       display:none;
}
::-webkit-scrollbar-piece
{
        background:#eee;
}
        ::-webkit-scrollbar-piece:start
        {
                background:#eee;
        }
::-webkit-scrollbar-thumb
{
        background:#fb9f1b;
        border-radius:3px;
}
::-webkit-scrollbar-corner
{
        background:#fb9f1b;
        border-radius:3px;
}

/* リンク設定
------------------------------------------------------------*/
a{color:#337db6;text-decoration:none;}
a:hover{color:#246292;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/


.inner{
margin:0 auto;
width:100%;
}
.h-t{
  width:100%;
  background: #fff8f2;
  color:#555;
}
.h-t h1{
width: 100%;
  max-width: 960px;
margin: 0 auto;
font-size: 13px;
padding:5px 0px 5px 0px;
font-weight: bold;
}
.h-b{
  width: 100%;
  padding: 0px 0 0;
}
.h-b-in{
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.h-b h1{
	color:#fff;
	font-size:13px;
}
.header-news{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #0085C9; */
  background: #00B900;
  padding: 5px 0;
}
.hn-in{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.hn-in a{
  display: block;
  text-decoration: none;
  color:#fff;
  font-size: 13px;
  text-align: left;
  padding: 0 10px;
}
/*----------------*/
.fixed_btn-in2{
  display: none;
}
.fixed_btn-in{
  position: fixed;
  bottom:0;
  right: 0px;
  box-sizing: border-box;
  display: block;
  	margin: 0;
  	padding: 0 0 0 5px;
            z-index: 999;
}
.cp_snslink03 .cp_link_list {
	margin: 0;
	padding: 0;
	list-style: none;
  opacity: 0.8;
}
.cp_snslink03 .cp_link_list .cp_link img {
	width: 100%;
  max-width: 50px;
  height: auto;
  border-radius: 20px 0px 0px 20px;
}
.cp_snslink03 .cp_link_list .cp_link a img {
	width: 100%;
  max-width: 50px;
  height: auto;
  border-radius: 20px 0px 0px 20px;
}
/*
.cp_snslink03 .cp_link_list .cp_link {
	position: relative;
	right: -100px;
	margin: 10px 0;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: right 0.6s ease-in-out;
	        transition: right 0.6s ease-in-out;
	text-align: left;
	background: #80deea;
	border-right: none;
	-webkit-box-shadow: 0px 0px 0px 3px #80deea;
	box-shadow: 0px 0px 0px 3px #80deea;

}

.cp_snslink03 .cp_link_list .cp_link:hover {
	right: 0;
	background: #00bcd4;
	-webkit-box-shadow: 0px 0px 0px 3px #00bcd4;
	box-shadow: 0px 0px 0px 3px #00bcd4;
}
.cp_snslink03 .cp_link_list .cp_link a {
	text-decoration: none;
	color: #1a237e;
}
.cp_snslink03 .cp_link_list .cp_link:hover a {
	color: #ffffff;
}
*/
/*************
/* ヘッダー
*************/
#header{
padding:0px 0 0px;
overflow:hidden;
background-color:#fc7727;
}

* html #header{height:1%;}




/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:5px 0;
}

.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: 200px;
}
/**************************
/* トップナビゲーション
**************************/
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;
    /*
    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;
  }
  .sp-menu{
    width: 100%;
    /*
    max-width: 400px;*/
    margin:0;
    /*
    overflow-y: scroll;
    */
  }
  .hun-menu{
    width: 100%;
    background: #eee;
    padding:5px;
  }
  .hm-list{
    width: 100%;
  }
  .hm-list li{
    width: 100%;
    padding:5px;
    border-bottom: 1px #eee solid;
  }
  .hm-list li a{

    text-decoration: none;
    color:#000;
  }
  .kensaku{
  	width: 95%;
  	margin: 10px;
  	box-sizing: border-box;
  	position:relative;
  	padding: 0;
  }
  .kensaku label{
  	width: 100%;
  	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 #ff8a0e;
  	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;
  }
  #submit-btn{
    width:50px;
  	height:42px;
  	color:#fff;
  	line-height:40px;
  	text-align:center;
  	background-color:#ff8a0e;
  	/* 蜿ｳ荳翫?縺ｿ隗剃ｸｸ */
  	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;
  }
  #submit-btn i{
	font-size: 15px;
}
.searchform button[type=submit] {
	width:50px;
	height:42px;
	color:#fff;
	line-height:40px;
	text-align:center;
	background-color:#ff8a0e;
	/* 蜿ｳ荳翫?縺ｿ隗剃ｸｸ */
	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;
}

footer{
background:#fc7727;
color:#ffffe0;
color:#fff;
padding: 20px 0;
}
.f-midashi{
  font-weight: bold;
  font-size: 18px;
}
.f-logo{
  text-align: center;
}
.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;
}
/* モニター幅940px以下 */
@media only screen and (max-width:960px){
  .fixed_btn-in{
    position: fixed;
    bottom:0;
    right: 0px;
    box-sizing: border-box;
    display: block;
      margin: 0;
      padding: 0 0 0 5px;
              z-index: 999;
  }
	.h-t h1{
	width:100%;
	padding:5px 0px 5px 10px;
	}
.h-b{
	width: 100%;
}
  .h-t{
    padding-top: 5px;
  }
  #header .logo{
    padding: 5px 0 0 10px;
  }
  #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;
	justify-content: center;
}
.f-menu li{
	margin: 10px 0 5px;
}
.f-menu li a{
	font-size: 12px;
}
}
@media only screen and (max-width:888px){
  html{
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #header{
    padding: 0px 0 0px;
  }
  .h-b {
    padding: 5px 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;
}

.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:520px){

  html{
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #header .logo{
    padding: 5px 0 0 5px;
  }
  .logo a img {
    width: 130px;
}
  .h-t h1{
  font-size: 10px;
  }
.fixed_btn-in{
  display: none;
}
.fixed_btn-in2{
  width: 100%;
  position: fixed;
  bottom:0;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  	margin: 0;
  	padding: 0px;
    z-index: 100;
    margin-bottom: -5px;
}
.logo a img {
  width: 120px;
}
ul#topnav li {
    margin: 5px 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: 20px;
  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: 10px;
  }

  #click-nav .three {
    top: 20px;
  }
  #click-nav.is-active{
    top:15px;
    height: 30px;
  }
  /* menu-wrap */
    #menu-wrap {
      right: -300px;
    }
  .global-sp-header-nav{
  }
	.f-logo a img{
		width: 150px;
	}
	.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;
	    border-top: 1px solid #fff;
	}
	}
