@charset "utf-8";

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
.pc-view nav{
    z-index: 999;
    color: #4E4E4E;
    position: fixed;
    top: 0px;
    width: 100%;
/*box-shadow: 3px 3px 10px #ccc;*/
    font-weight: bold;
	background:rgba(241,90,36,0.9);
	
}
.pc-view nav:after{
  content: '';
  clear: both;
  display: table;
}
.pc-view nav .logo{
  float: left;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 20px;
}
.pc-view nav ul{
  float: right;
  margin-right: 0px;
  list-style: none;
  position: relative;
	margin-block-start: 0;
    margin-block-end: 0;
}
.pc-view nav ul li{
  float: left;
  display: inline-block;
  margin: 0px;
    padding-top: 15px;
}

.pc-view nav ul li a{
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;

    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
.pc-view nav ul li a:hover{	color: #e8e3bc;}
.pc-view nav ul ul li a:hover{
  box-shadow: none;

}
.pc-view nav ul ul{
    position: absolute;
    top: 90px;
    border-top: 3px solid #333;
    opacity: 0;
    visibility: hidden;
    transition: top .4s;
    z-index: 9999;
	padding-inline-start: 0px;	

}
.pc-view nav ul ul ul{
  border-top: none;
}
.pc-view nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.pc-view nav ul ul li{
  position: relative;
  margin: 0px;
  width: 250px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.pc-view nav ul ul li a{
  line-height: 50px;
}
.pc-view nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}
.pc-view .show,.pc-view .icon,.pc-view input{
  display: none;
}
.pc-view .fa-plus{
  font-size: 15px;
  margin-left: 40px;
}

.button {
    background: #919099;
    color: #FFF !important;
    border-radius: 0px;
}
.button:hover {
    background-color: #7B7A83;
}
.button2 {
    background-color: #fff;
    color: #f15a24 !important;
    border-radius: 0px;
}
.button2:hover {
	background-color: #FFE8BA;
}

@media screen and (max-width: 480px){
/*SPメニュー*/
header {
    padding: 10px;
    background: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    font-weight: bold;
    text-decoration: underline;
}
header a , header a:hover{
    color: #333;
    text-decoration: none;
}
header ul {
    list-style: none;
    padding-inline-start: 10px;
	padding-inline-end:10px;
    margin-top: 20px;
}
header ul li {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #D7D7D7;
    font-size: 14px;
}

.button {
    background: #919099;
    color: #FFF !important;
    border-radius: 2px;
    padding: 10px;
}
.button:hover {
    background-color: #7B7A83;
}
.button2 {
    background-image: linear-gradient(0deg, rgba(255, 211, 0, 1), rgba(228, 63, 95, 1));
    color: #FFF !important;
    border-radius: 0px;
}


#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: fixed;
    top: 20px;
    left: 20px;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: rgb(255 255 255 / 0.9);
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}



.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 0em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;

}
.title {

padding: 0em;
display: block;
color: #333;

}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 0.5em;
width: 2px;
height: 0.9em;
background-color: #ED1E79;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
}

