@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */

/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .inner {
	height: 100px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
/* ## header fix ## */
#header.headFix {
	background-color: rgba(255,255,255,0.84);
	position: fixed;
}
#header.headFix .inner {
	height: 100px;
}

#header h1 {
	width: 100%;
	position: absolute;
	top: 12px;
	left: 24px;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header h1 p.cRin {
	display: none;
}
#header h1 p.cCopy br {
	display: none;
}
#header h1 #logo {
	width: 348px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .boxR .dpnn {
	display: none;
}
#header #cdWrapp {
	display: none;
}

.tel {
	width: 30px;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 24px;
	z-index: 1001;
}
.tel i {
	font-size: 24px;
	color: #2668a0;
}
.tel address span, .tel p {
	display: none;
}
.telsub {
	display: none;
}
	
hr.ajHeight {
	display: none;
}


/* ## global nav ## */

/* ## マイページエリア ## */
.mpArea {
	width: 144px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 34px;
	right: 130px;
	z-index: 10002;
}
.mpCart {
	font-size: 22px;
}
.mpCart span {
	color: red;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}
/* 新規 */
.mpButt {
}
.mpButt a {
	width: 158px;
	height: 33px;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
	color: #317f63;
	background-color: #ffffff;
	border: solid 1px #317f63;
	border-radius: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding: 6px 8px 6px 4px;
	position: relative;
	display: block;
}
.mpButt.mb02 a {
	font-size: 13px;
}
.mpButt a i {
	color: #317f63;
	position: absolute;
	top: 30%;
	right: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mpButt a:hover {
	text-decoration: none;
}
/* マイページ */
.mpToggle {
	width: 158px;
	height: 33px;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
	color: #317f63;
	background-color: #ffffff;
	border: solid 1px #317f63;
	border-radius: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding: 6px 8px 6px 4px;
	position: relative;
	display: block;
}
.mpList {
	display: none;
}

.main_menu {
    position: relative;
    width: 65%;
    float: right;
}

#mainNav {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 14px;
	right: 268px;
	z-index: 1001;
}	
#mainNav > li {
	width: 33.3333%;
	box-sizing: border-box;
	text-align: center;
	float: left;
}	
#mainNav > li > a {
	width: 100%;
	box-sizing: border-box;
	height: 86px;
	color: #444444;
	line-height: 1.6;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 12px 0 14px 0;
}
#mainNav > li > a:hover {
	text-decoration: none;
	opacity: 0.74;
}
#mainNav > li > a i {
	font-size: 24px;
	color: #317f63;
}
#mainNav > li > a i.smallI {
	font-size: 10px;
	line-height: 1;
	display: block;
}

.main_menu #mainNav .mega_menu {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0.2rem 0.2rem 0.8rem rgb(0 0 0 / 12%);
	padding: 24px 24px;
	position: absolute;
	left: 0;
	display: none;
}
.srcArea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.srcArea input[type="text"] {
	width: 79%;
	height: 40px;
	box-sizing: border-box;
	border: solid 1px #317e62;
	background-color: #ffffff;	
	margin: 0;
	padding: 4px 8px 4px 8px;
}
.srcArea input[type="text"] ::placeholder {
	font-size: 14px;
}
.srcArea input[type="submit"] {
	width: 19%;
	height: 40px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	background-color: #317e62;	
	margin: 0;
	padding: 4px;
}
.srcArea .shosaiL {
	font-size: 12px;
	margin-top: 4px;
}

.main_menu #mainNav .child {
	width: 100%;
	box-sizing: border-box;
}
.main_menu #mainNav .child li {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	display: block;
}
.main_menu #mainNav .child li a {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 0;
	display: block;
	overflow: hidden;
}

.main_menu #mainNav .child li a .imgBox {
	width: 24%;
	box-sizing: border-box;
	border-radius: 12px;
	overflow: hidden;
	float: left;
}
.main_menu #mainNav .child li a .imgBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main_menu #mainNav .child li a .texBox {
	width: 76%;
	box-sizing: border-box;
	padding: 14px 0 0 14px;
	float: left;
}
.main_menu #mainNav .child li a .texBox p.title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main_menu #mainNav .child li a .texBox p.naiyo {
	font-size: 11px;
	color: #317e62;
}

/* ## dropmenu ## */

#dropmenu {
}

/* ## wrapper ## */
#wrapper {
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}


/* #### side #### */
aside#side {
	padding-bottom: 24px;
}

/* ## main ## */

/* bans */
aside#bans {
	width: 100%;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
aside#bans .inner {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 24px 0;
}
aside#bans ul {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}
aside#bans li {
	width: 31%;
	padding: 4px 8px;
	display: inline-block;
}
aside#bans li img {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d0d0d0;
}

/* ## srcbox ## */
#srcSwich {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background-color: #545454;
	text-align: center;
	border-radius: 20px;
	font-size: 24px;
	color: #ffffff;
	box-shadow: -1px -1px 8px 1px #fbf3e4;
	padding-top: 1px;
	cursor: pointer;
	position: fixed;
	bottom: 108px;
	left: 8px;
	z-index: 20000;
}
#srcSwich::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	color: #ffffff;
	font-weight: 900;
}
#srcSwich.off {
	opacity: 0.54;
}
#srcSwich.off::before {
	content: "\f002";
}
#srcbox {
	width: 100%;
	height: 138px;
	box-sizing: border-box;
	background-color: rgba(242,231,212,0.94);
	border-top: solid 1px #dcdcdc;
	position: fixed;
	bottom: 0;
	z-index: 10000;
}
#srcbox .inner {
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 14px 0;
}
#srcbox .inner p.srcTitle {
	font-size: 18px;
	font-weight: bold;
}
#srcbox .inner p.srcTitle span {
	color: #317e62;
}
#srcbox .inner input[type="text"] {
	border: solid 1px #317e62;
}
#srcbox .inner input[type="submit"] {
	border-radius: 4px;
	border: none;
	font-size: 13px;
	color: #ffffff;
	background-color: #317e62;
	margin: 4px auto;
}
#srcbox .inner p.att {
	font-size: 13px;
	color: #444444;
}

/* ## footer ## */
#footer {
	color: #ffffff;
	background-color: #285a48;	
	position: relative;
}
#footer .boxT, #footer .boxB,#footer .cInfo {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT .inner, #footer .boxB .inner,#footer .cInfo .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	font-size: 12px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT .bLogo {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
}
#footer .boxT .bLogo img {
	width: 124px;
}
#footer .boxT ul {
	text-align: center;
}
#footer .boxT li {
	width: 24.7%;
	box-sizing: border-box;
	margin-bottom: 40px;
	float: left;
}
#footer .boxT li:nth-child(3n) {
}
#footer .boxT li .cfTitle {
	font-size: 14px;
	font-weight: bold;
}
#footer .boxT li:last-child {
}
#footer .boxT ul.second {
	margin-top: 8px;
}
#footer .boxT ul.second li {
	width: 100%;
	margin: 2px 0;
}
#footer .boxT ul.third li {
	padding-left: 10px;
}
#footer .boxT a {
	color: #eeeeee;
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .boxB address {
	color: #cccccc;
}


/* ## width 359px以下の場合の設定 (for SP Only) ## */
@media (max-width: 359px) {


/* #### header #### */

#footer address{
	font-size: 9px;
}
	
/* #### footer #### */
#footer .boxT li {
}
#footer .boxB {
	font-size: 9px;
}

}

/* ## width 360px～500pxの場合の設定 (for SP Wide Only) ## */
@media (min-width: 360px) and (max-width: 500px) {

/* #### header #### */

/* ## main ## */

/* #### footer #### */
#footer .boxT li {
}
#footer .boxB {
	font-size: 9px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* #### header #### */


/* ## main ## */


/* #### footer #### */
#footer .boxT > li {
}
#footer .boxB {
	font-size: 10px;
}

}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {

#header {
	background-color: #ffffff;;
}
#header .inner {
	height: 50px;
	padding-right: 0;
	padding-left: 0;
}
#header h1 {
	text-align: left;
	top: 6px;
	left: 10px;
}
#header h1 #logo {
	width: 190px;
}
	
/* ## header fix ## */
#header.headFix {
	background-color: rgba(255,255,255,1);
	position: fixed;
}
#header.headFix .inner {
	height: 50px;
}
#header.headFix h1 {
}
#header.headFix h1 #logo {
}	

.tel {
	display: none;
}

/* ## マイページエリア ## */
.mpArea {
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 88px;
}
/* 新規 */
.mpButt a {
	width: 128px;
	height: 30px;
	font-size: 9px;
	padding: 6px 8px 6px 4px;
}
.mpButt.mb02 a {
	font-size: 11px;
}
.mpButt a i {
	color: #317f63;
	position: absolute;
	top: 32%;
	right: 8px;
}	
.mpButt a:active {
	color: #ffffff;
	background-color: #317f63;
	opacity: 1;
}
.mpButt a:active i {
	right: 4px;
}
/* マイページ */
.mpToggle {

}
.mpList {

}
	
/* ## global nav ## */
.main_menu {
    position: relative;
    width: 100%;
    float: none;
}

#mainNav {
	width: 100%;
	box-sizing: border-box;
	background-color: #317f63;
	border-top: solid 1px #317f63;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1001;
}
.main_menu #mainNav .child li a:active .imgBox img {
	opacity: 0.84;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.main_menu #mainNav .child li a:active .texBox p.title {
	color: #317e62;
}

#mainNav > li > a {
	height: 44px;
	color: #ffffff;
	line-height: 1.2;
	font-size: 12px;
	padding: 7px 0 8px 0;
}
#mainNav > li > a i {
	font-size: 13px;
	color: #ffffff;
}
#mainNav > li > a i.smallI {
	font-size: 8px;
	line-height: 1;
}
	
#mainNav > li > a.mgCurre {
	color: #444444;
	background-color: #ffffff;
}
#mainNav > li > a.mgCurre i {
	color: #317e62;
}

.main_menu #mainNav .mega_menu {
	background-color: #ffffff;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	box-shadow: 0.2rem 0.2rem 0.8rem rgb(0 0 0 / 12%);
	padding: 24px 24px;
	position: absolute;
	left: 0;
	display: none;
}
.srcArea {
	margin-bottom: 14px;
}
.srcArea input[type="text"] {
	width: 79%;
	height: 40px;
	box-sizing: border-box;
	border: solid 1px #317e62;
	background-color: #ffffff;	
	margin: 0;
	padding: 4px 8px 4px 8px;
}
.srcArea input[type="text"] ::placeholder {
	font-size: 14px;
}
.srcArea input[type="submit"] {
	width: 19%;
	height: 40px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	background-color: #317e62;	
	margin: 0;
	padding: 4px;
}
.srcArea .shosaiL {
	font-size: 10px;
}
	
.main_menu #mainNav .child {
	width: 100%;
	box-sizing: border-box;
}
.main_menu #mainNav .child li {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	display: block;
}
.main_menu #mainNav .child li a {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 0;
	display: block;
	overflow: hidden;
}

.main_menu #mainNav .child li a .imgBox {
	width: 24%;
	box-sizing: border-box;
	border-radius: 12px;
	overflow: hidden;
	float: left;
}
.main_menu #mainNav .child li a .imgBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main_menu #mainNav .child li a .texBox {
	width: 76%;
	box-sizing: border-box;
	padding: 10px 0 0 14px;
	float: left;
}
.main_menu #mainNav .child li a .texBox p.title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main_menu #mainNav .child li a .texBox p.naiyo {
	font-size: 11px;
	color: #317e62;
}

#ribon {
	margin-top: 95px;
}
	
/* ## dropmenu ## */
#dropmenu {
	text-align: center;
}
#dropmenu li {
	border-top: solid 1px #545454;
}
#dropmenu li.menu_single h2.nmlCtitle {
	display: none;
}
#dropmenu li h2.noLink {
	color: #545454;
}
h2.mbCtitle {
	color: #ffffff;
	background-image: url(../img/common/arrow_down.gif);
	background-position: center bottom 4px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h2.mbCtitle .sub {
	font-size: 10px;
	color: #cccccc;
	line-height: 0.2;
	padding-bottom: 6px;
	display: block;
}
h2.mbCtitle.active {
	background-image: url(../img/common/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center bottom 4px;
	background-size: 12px;
	background-color: #444444;
}
#dropmenu li.menu_single ul {
	display: none;
}
#dropmenu li.menu_single ul li a {
	background-color: #666666;
	padding: 14px 0;
}
#dropmenu li.menu_single ul li:first-child a {
	border-top: none;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	line-height: 1;
	padding: 10px 0;
	display: block;
}
#dropmenu > li a .sub {
	font-size: 10px;
	color: #cccccc;
}
#dropmenu > li a:hover {
	text-decoration: none;
}
#dropmenu > li a:active {
	background-color: #444444;
}
#dropmenu > li.cCurre > h2 a {
	background-color: #444444;
	opacity: 0.94;
}
#dropmenu > li.cCurre h2.mbCtitle {
	background-color: #333333;
}

/* ## breadcrumb ## */
#breadcrumb {
	display: none;
}


/* ## wrapper ## */
#wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* ## main ## */

section#main {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	font-size: 13px;
	width: 100%;
	padding: 8px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 8px 0;
}

/* ## menu ## */
aside#menu {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 0 14px;
}

/* ## srcbox ## */
#srcSwich {
	width: 28px;
	height: 28px;
	border-radius: 14px;
	font-size: 18px;
	text-align: center;
	box-shadow: -1px -1px 8px 1px #fbf3e4;
	padding-top: 0;
	bottom: 92px;
	left: 4px;
}
#srcbox {
	height: 108px;
}
#srcbox .inner {
	padding: 12px 14px;
}
#srcbox .inner p.srcTitle {
	font-size: 14px;
	text-align: center;
}
#srcbox .inner input[type="text"] {
	border: solid 1px #317e62;
}
#srcbox .inner input[type="submit"] {
	height: 35px;
	border-radius: 4px;
	border: none;
	font-size: 11px;
	margin: 4px auto;
}
#srcbox .inner p.att {
	text-align: center;
	font-size: 10px;
}


/* ## footer ## */
#footer {
	margin-bottom: 0;
}
#footer .boxT {
	padding-top: 10px;
	padding-bottom: 0;
}
#footer .boxT a:active {
	text-decoration: none;
}
#footer .boxT .bLogo {
	margin-top: 10px;
}
#footer .boxT li {
	width: 24.4%;
	font-size: 9px;
	text-align: left;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
	float: none;
}
	
#footer .boxT ul > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	overflow: hidden;
}
#footer .boxT li ul li {
	display: block;
}
#footer .boxT li .cfTitle {
	font-size: 11px;
}
#footer .boxT ul.second {
	margin-bottom: 14px;
}
#footer .boxT li ul.second li:before {
    content: "・ ";
    color: #cccccc;
}
#footer .boxT li ul.third li:before {
	content: "├ ";
	color: #cccccc;
}
#footer .boxT li ul.third li:last-child:before {
	content: "└ ";
	color: #cccccc;
}
#footer .boxB {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .boxB address {
	font-size: 9px;
}

#back-top {
	display: none;
}
#back-top i {
	display: none;
}

}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
#header h1 {
	width: 284px;
	float: left;
	top: 16px;
}
#header h1 #logo {
	width: 100%;
}

.mpButt a:hover {
	background-color: #317f63;
	color: #ffffff;
	opacity: 1;
}
.mpButt a:hover i {
	color: #ffffff;
	right: 4px;
}
	
#globalNav {
	width: 54%;
	box-sizing: border-box;
	float: right;
}
.main_menu #mainNav .child li a:hover .imgBox img {
	opacity: 0.84;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.main_menu #mainNav .child li a:hover .texBox p.title {
	color: #317e62;
}

/* ## dropdown menu ## */
	/*
#dropmenu input[type="checkbox"], #dropmenu label {
	display: none;
}
#dropmenu {
	width: 64%;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 14px;
	right: 0;
	z-index: 9999;
}
#header.headFix #dropmenu {
}
#dropmenu > li {
	width: 33.33333%;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
}
#dropmenu > li.sizeS {
	width: 18%;
}
#dropmenu > li.sizeL {
	width: 32%;
}
#dropmenu > li.mbSns {
	display: none;
}
#dropmenu > li > h2 {
	font-size: 10px;
	line-height: 1.3;
	box-sizing: border-box;
	margin-top: 14px;
}
#dropmenu > li > h2 span {
	font-size: 12px;
	font-family: "proxima-nova", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
}
#dropmenu > li > h2 > a {
	height: 40px;
	color: #242424;
	text-shadow: 0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14),0 0 4px rgba(255,255,255,0.14);
	padding: 4px 12px 8px 12px;
	display: inline-block;
	position: relative;
}
#header.headFix #dropmenu > li > h2 > a {
}
	
#dropmenu > li > h2.inplink > a::after {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: .3s;
}
#dropmenu > li > h2.nmllink > a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: transparent;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#dropmenu > li#lotcom > h2 > a::after {
	position: inherit;
}
#dropmenu > li.cCurre > h2 > a::after {
	width: 8px;
	height: 8px;
	background-color: #1eaf7b;
}
#dropmenu > li > h2.inplink > a:hover::after {
	border-bottom: 2px solid #1eaf7b;
	border-right: 2px solid #1eaf7b;
	transform: rotate(45deg);
	background-color: transparent;
}
#dropmenu > li > h2.nmllink > a:hover::after {
	width: 8px;
	height: 8px;
	background-color: #1eaf7b;
}
#dropmenu > li > h2 a:hover {
	text-decoration: none;
}*/

/* ## breadcrumb ## */
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	background-color: #f9f9f9;
}
#breadcrumb ul {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	height: 32px;
	text-align: left;
	margin: 0 auto;
	padding: 0 16px;
}
#breadcrumb ul li {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 0 8px;
	margin: 10px 11px 9px 11px;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#breadcrumb ul li:last-child {
	font-weight: bold;
	color: #383c3d;
}
#breadcrumb ul li:not(:last-child)::before, #breadcrumb ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -17px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 13px solid;
	right: -16px;
}
#breadcrumb ul li:not(:last-child)::before {
	border-left-color: #e4e4e4;
	right: -17px;
	z-index: 1;
}
#breadcrumb ul li:not(:last-child)::after {
	z-index: 2;
	border-left-color: #f9f9f9;
}
	
#ribon {
	margin-top: 100px;
}
	
/* ## wrapper ## */
#wrapper {
	width: 100%;
	box-sizing: border-box;
}

/* ## main ## */
section#main {
	width: 74%;
	box-sizing: border-box;
	min-height: 340px;
	margin-bottom: 30px;
	padding: 0;
	float: left;
}

/* ## main wide ## */
section#mainW {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
section#mainW:after {
  content: "";
  clear: both;
  display: block;
}

/* ## side ## */
aside#side {
	width: 26%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-left: 42px;
	float: left;
}

/* ## menu ## */
aside#menu {
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-right: 44px;
	padding-left: 0;
	float: left;
}

/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT .inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT .inner {
	max-width: 980px;
}
#footer .boxT {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 24px;
}
#footer .boxT > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 24px;
	padding-left: 24px;
}
#footer .boxT li ul li {
	display: block;
}
#footer .boxT ul.second li {
}
#footer .boxT li ul.second li:before {
    content: "・ ";
    color: #cccccc;
}
#footer .boxT li ul.third li {
	font-size: 11px;
}
#footer .boxT li ul.third li:before {
	content: "├ ";
	color: #cccccc;
}
#footer .boxT li ul.third li:last-child:before {
	content: "└ ";
	color: #cccccc;
}
#footer .boxT .bLogo {
	margin-bottom: 24px;
}
#footer .boxT .bLogo img {
	width: 174px;
}

#footer .boxT a {
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .boxB address {
	font-size: 11px;
}
	
#back-top {
	position: fixed;
	bottom: 104px;
	right: 24px;
	z-index: 100;
}
#back-top a i {
	color: #317f63;
	font-size: 44px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#back-top a i:hover {
	opacity: 1;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {
	
#header h1 {
	width: 324px;
	top: 14px;
}

/* ## wrapper ## */
/*
#dropmenu {
	width: 60%;
}*/
#header.headFix #dropmenu {
}
	
}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

#header h1 {
	width: 354px;
	float: left;
	top: 12px;
}

/* inner box設定 */
#root .inner, #footer .inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

/* sns link button */
#snsLink {
	right: 228px;
}

/* ## breadcrumb ## */
#breadcrumb {
}
#breadcrumb ul {
	padding: 0;
}

/* ## wrapper ## */
/*
#dropmenu {
	width: 54%;
}*/
#header.headFix #dropmenu {
}


}