/* @override 
	http://www.kisshodo.co.jp/wp-content/themes/theme/smartmenu/smartmenu.css
	https://www.kisshodo.co.jp/wp-content/themes/theme/smartmenu/smartmenu.css */
	
/* @group コアCSS */
	
	/* 基本編集しない */
	
	.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
	.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
	.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
	.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
	.sm ul{display:none;}
	.sm li,.sm a{position:relative;}
	.sm a{display:block;}
	.sm a.disabled{cursor:default;}
	.sm::after{/*content:"";*/display:block;height:0;font:0px/0 sans-serif;clear:both;overflow:hidden;}
	.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
	
	/* @end */
	
	/* @group PC、SP切り替え */

.main-nav {
	background-color: #882D2D;
	background: linear-gradient(#882D2D, #5C1D1D);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	width: 100%;
	opacity: 1;
	color: #ffffff;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 sans-serif;
  overflow: hidden;
}

.fixed {
  position: static;
}

@media (min-width: 640px) {
	.main-nav {
	  background: url(../img/menu_off.png) 0 0 repeat-x;
		background-size: 232px 100%;
		opacity: 1;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	}
	.fixed {
	    position: fixed;
	    top: 0;
	    padding: 0;
	    width: 100%;
	    z-index: 1000;
	}
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 640px) {
  #main-menu {
		clear: none;
	}
}

/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
}

@media (min-width: 640px) {
  #main-menu:before {
    display: none;
  }
}

/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px 25px 10px 0;
  position: relative;
  display: inline-block;
	height: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-text {
	font-size: 18px;
	display: block;
	font-weight: normal;
	margin-right: 35px;
	margin-top: 2px;
	font-style: normal;
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
	height: 1px;
  width: 24px;
  background: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
	top: 48%;
	right: 0;
}

.main-menu-btn-icon:before {
  content: '';
  top: -9px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 9px;
  left: 0;
}

/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 640px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: table;
  }
}

/* @end */

/* @group sm-blueテーマ */

.sm-blue {
  background: transparent;
	margin-bottom: 25px;
	margin-right: 25px;
	margin-left: 25px;
	border-top: 1px solid #fff;
}

.sm-blue a, 
.sm-blue a:hover {
  padding: 15px 0 13px;
	font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
	border-bottom: 1px solid #fff;
}

.sm-blue li a {
	background-color: transparent;
	color: #ffffff;
}

/*PC表示*/

@media (min-width: 640px) {
.sm-blue a {
  white-space: nowrap;
}

/* メインメニュー */

ul#main-menu.sm.sm-blue {
	display: table;
	table-layout:auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #894D4D;
	border-top: 0px solid #fff;
	margin-bottom: 0;
}

ul#main-menu.sm.sm-blue > li {
	display:table-cell;
}

ul#main-menu.sm.sm-blue li:nth-child(1) {
	width: 115px;
}

ul#main-menu.sm.sm-blue li:nth-child(2) {
	width: 110px;
}

ul#main-menu.sm.sm-blue li:nth-child(3) {
	width: 250px;
}

ul#main-menu.sm.sm-blue li:nth-child(4) {
	width: 147px;
}

ul#main-menu.sm.sm-blue li:nth-child(5) {
	width: 185px;
}

ul#main-menu.sm.sm-blue li:nth-child(6) {
	width: 129px;
}

ul#main-menu.sm.sm-blue li:nth-child(7) {
	width: 148px;
}

ul#main-menu.sm.sm-blue > li.menu-item > a:hover {
	background-color: rgba(255,255,255,0.3) !important;
}

.sm-blue a,
.sm-blue a:hover {
	padding: 20px 0;
	border-top-style: none;
	border-left: 1px solid #894D4D;
	border-bottom: 0px solid #fff;
}

.sm-blue li a {
	color: #ffffff;
	text-align: center;
	background: url(../img/menu_off.png) 0 0 repeat-x;
	background-size: 232px 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
	
.sm-blue li a:hover {
	background: url(../img/menu_on.png) 0 0 repeat-x;
	background-size: 232px 100%;
}

}

/* @end */