* {
  box-sizing: border-box;
}

.modalArea {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
}

.closeModal {
	position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #222;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 500px;
	padding: 20px 10px;
	background-color: #fff;
	border-radius: 10px;
}
.modalWrapper dl.first {
	border-top: 1px solid #824F45;
}
.modalWrapper dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #824F45;
	padding: 4% 0;
	overflow: hidden;
}
.modalWrapper dl dt {
	width: 40%;
	display: block;
	float: left;
}
.modalWrapper dl dd {
    width: 55%;
    margin-left: 2%;
    display: block;
    float: left;
}
.modalWrapper dl dt img {
	    width: 100%;
}
.modalWrapper dl dd p {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0 !important;
}

button {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #282828;
	border-radius: 2px;
	cursor: pointer;
}

#openModal, #openModal2, #openModal3 {
	position: absolute;
	top: 55%;
	transform:translate(-50%,-50%);
}

.fa-line:before {
    content: "\f3c0";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}

@media screen and (max-width: 767px) {
	.footerMenu {
	    display: block;
	    position: fixed;
	    z-index: 10;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}
	.show_sp {
		display: block;
	}
	#navi {
		display: none;
	}
	.footerMenu {
	    display: block;
	}
	.footerMenu_item {
		font-size: 11px;
	    width: 20%;
	    text-align: center;
	    color: #fff;
	    border-right: .1rem solid #fff;
	}
	.footerMenu_item:last-child {
	    border-right: 0;
	}
	
	.footerMenu_item a {
		text-decoration: none;
	}
	
	.footerMenu_item i {
		height: 40px;
	}
	
	.spmenus i , #openModal , #openModal2, #openModal3 {
		font-size: 32px;
		color: #fff;
	}
	.spmenus span {
		color: #fff;
	}
	.spmenus {
	    position: absolute;
	    top: 55%;
	    transform: translate(-50%,-50%);
	}

	#nav-drawer {
	  position: relative;
	}
	.nav-unshown {
	  display: none;
	}
	#nav-open {
	  display: inline-block;
	  width: 30px;
	  height: 22px;
	  vertical-align: middle;
	}

	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 3px;
	  width: 30px;
	  border-radius: 3px;
	  background: #fff;
	  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: #fff;
	  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);
	  z-index: 9998;
	}

	.hamburger-top {
	  height: 40px;
	  margin-top: 5px;
	}

	.menu-hamburger-menu-container li {
	  float: none;
	  font-size: 15px;
	  padding: 10px 15px 10px 15px;
	  list-style: none;
	  text-align: left;
	  border-bottom: dashed 1px #fedbf1;
	}

	.menu-hamburger-menu-container li:last-child {
	  border: none;
	}

	.menu-hamburger-menu-container li a {
	  text-decoration: none;
	  color: #000;
	}

	.menu-hamburger-menu-container a:before {
	  font-family: FontAwesome;
	  content: "\f07b";
	  color: #00bb80;/*アイコン色*/
	  margin-right: 5px;
	}

	.menu-hamburger-menu-container .menu-item-499 a:before,
	.menu-hamburger-menu-container .menu-item-500 a:before,
	.menu-hamburger-menu-container .menu-item-501 a:before,
	.menu-hamburger-menu-container .menu-item-504 a:before,
	.menu-hamburger-menu-container .menu-item-828 a:before {
	  font-family: FontAwesome;
	  content: "\f061";
	  color: #00bb80;
	  margin-right: 5px;
	}

	.cancel {
	  display: inline-block;
	  position: relative;
	  margin: 0 0 0 250px;
	  padding: 0;
	  width: 6px;
	  height: 30px;
	  background: #fc3f3f; /* ×ボタンの色変更 右部分 */
	  transform: rotate(45deg);
	  z-index: 99
	}

	.cancel:before {
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: -13px;
	  width: 31px;
	  height: 6px;
	  margin-top: -3px;
	  background: #fc3f3f; /* ×ボタンの色変更 左部分 */
	}

	.category {
	  background-color: #fc3f3f; /* ハンバーガーメニュー タイトル「メニュー」の背景色 */
	  padding: 15px 0;
	  font-size: 23px;
	  color: #fff;
	  font-weight: bold;
	}
	.footerMenu_item span>span, .footerMenu_item a>span {
	    font-size: 7px;
	    font-size: .7rem;
	    display: block;
	    margin-top: -5px;
	    margin-top: -.5rem;
	}
	.footerMenu_list ul {
		font-size: 15px;
		margin: 15px;
	}
	.footerMenu_list ul li {
		border-bottom: 2px solid #fc3f3f; /* ハンバーガーメニュー 各項目毎の下線 */
		margin: 5px 0;
	}

	.footerMenu_list {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    width: 100%;
	    height: 60px;
	    background-color: #fc3f3f; /* 下部メニュー背景色 */
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	
	.footerMenu_list nav {
		margin-top: 16px;
	}
	.footer_content {
		margin: 1% 2.5% 1.5%;
		overflow: hidden;
	}

	.footer_content h2 img {
		display: block;
		margin: 0 auto;
	}
	.footer_content h3 {
		width: 100%;
		color: #67B102;
		border: solid 3px #fc3f3f;
		padding: 0.5em;
		margin: 5px auto;
		text-align: center;
		border-radius: 0.5em;
	}
	.footer_content ul {
		display: block;
		width: 100%;
		margin: 2.5% auto;
	}
	.footer_content li {
		margin: 5px 5px 10px;
		overflow: hidden;
		font-size: 120%;
	}
	.footer_content li span {
		display: block;
		width: 45%;
		margin: 2% 5% 2% 0;
		float: left;
	}
	.footer_content li a {
		display: block;
		width: 100%;
		float: left;
		color: #fff;
		background: #fc3f3f;
		padding: 2%;
		border-radius: 0.5em;
		text-align: center;
		text-decoration: none;
	}
}



/***********************************************************/
@media screen and (min-width: 767px) {
	.footerMenu, .footer_content {display: none;}
}