@charset "utf-8";
/* -------------------------------
FONT
------------------------------- */
html { font-size: 62.5%; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.3rem;
	color: #4C4C4C;
}
/* -------------------------------
LAYOUT
------------------------------- */
* {
	/*word-break: break-all;*/
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	min-width: 1200px;
}
html { -webkit-text-size-adjust: 1; }
#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.sp,
#spnav {
	display: none;
}
/* -------------------------------
FONT
------------------------------- */
.font_soft_l{font-family: "ソフトゴシック L",Soft Gothic Light !important;}
.font_soft_r{font-family: "ソフトゴシック R",Soft Gothic Regular !important;}
.font_soft_m{font-family: "ソフトゴシック M",Soft Gothic Medium !important;}
.font_soft_db{font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;}
.font_soft_b{font-family: "ソフトゴシック B",Soft Gothic Bold !important;}
.font_soft_h{font-family: "ソフトゴシック H",Soft Gothic Heavy !important;}
.font_soft_u{font-family: "ソフトゴシック U",Soft Gothic Ultra !important;}
.font_arial{font-family: Arial !important;}
.font_arial_n{font-family: Arial Narrow !important;}
/* -------------------------------
COLOR
------------------------------- */
.red { color: #ff0000; }
.yellow { color: #FFF01F; }
.orange { color: #fe6600; }
/* -------------------------------
SARAYA HEADER
------------------------------- */
#saraya-header {
    background: #efefef none repeat scroll 0 0;
	width: 100%;
	height: 27px;
}
#saraya-header::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
#saraya-header ul {
    margin: 0 auto;
	padding: 0 10px;
    width: 1200px;
}
#saraya-header ul::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
#saraya-header ul li {
    float: right;
    list-style: outside none none;
    margin-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#saraya-header ul li a:link,
#saraya-header ul li a:visited {
    color: #666;
    text-decoration: none;
}
#saraya-header ul li a:hover {
    text-decoration: underline;
}
#saraya-header ul li#saraya-header-logo {
    line-height: 0;
    margin-right: 5px;
    padding-bottom: 0;
    padding-top: 6px;
}
#saraya-header img {
    border: medium none;
    font-size: 0;
    vertical-align: bottom;
}
/* -------------------------------
HEADER
------------------------------- */
header {
	height: 135px;
	padding-top: 40px;
	z-index: 10000;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
header #logo img {
	width: 130px;
	padding: 0px 5px 5px 10px;
	max-width: 100%;
	margin-top: -40px;
}
@media screen and (min-width: 788px){

header #logo img {
	width: 130px;
	max-width: 100%;
}

}
header #navBtn {
	display: none;
}
header #gnav {	
	display: flex;
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
header #gnav > ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
margin-top:-2rem;
}
@media screen and (min-width: 788px){

header #gnav > ul > li {
	padding: 0 3rem ;
	position: relative;
}

}
header #gnav > ul > li::after{
	content: "";
	display: block;
	height: 0;
	border-top: 3px solid #FAD4DD;
	position: absolute;
	bottom: 20px;
	left: 3rem;
	right: 3rem;
	opacity: 0;
	transition: all 0.3s ease;
}
header #gnav > ul > li.open::after{
	opacity: 1;
}
header #gnav > ul > li > a {
	color: #302A24;
	font-family: "ソフトゴシック M",Soft Gothic Medium;
	display: block;
	text-align: center;
	position: relative;
	padding-top: 10px;
	transition: all 0.3s ease;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
}
header #gnav > ul > li > a:hover {
	color: #221C0F;
	opacity: 0.7;
}
header #gnav > ul > li > a::before {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-top: -0.2rem;
}
@media screen and (min-width: 788px){
	
	header #gnav > ul > li#nav01 {
	margin-left: 2rem;
}
}
/*@media screen and (min-width: 788px){

header #gnav > ul > li#nav01 > a::before {
	width: 26px;
	height: 37px;
	margin-top: -0.9rem;
	margin-right: 0.4rem;
	background: url(../images/ico_arau01.png) no-repeat 0 0;
	background-size: contain;
}

header #gnav > ul > li#nav02 > a::before {
	width: 40px;
	height: 28px;
	margin-right: 0.4rem;
	background: url(../images/ico_baby01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li#nav03 > a::before { 
	width: 28px;
	height: 32px;
	margin-left: -16px;
	margin-right: 0.4rem;
	background: url(../images/ico_cam01.png) no-repeat 0 0;
	background-size: contain;
}

}*/

header #gnav > ul > li .modalMenu {
	position: absolute;
	bottom: -10px;
	display: none;
	z-index: 5;
}
header #gnav > ul > li:nth-child(1) .modalMenu {
	width: 688px;
	left: 50%;
	margin-left: -142px;
}
header #gnav > ul > li:nth-child(2) .modalMenu {
	width: 293px;
	left: 50%;
	/*margin-left: -142px;*/
	margin-left: -85px;
}
header #gnav > ul > li.open .modalMenu {
}
header #gnav > ul > li .modalMenu ul {
	display: inline-block;
	white-space: nowrap;
}
/*
header #gnav > ul > li .modalMenu ul {
	position: relative;
	white-space: nowrap;
	display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
	width: 260px;
}
*/
header #gnav > ul > li .modalMenu ul li {
	display: inline-block;
	padding: 2px;
	text-align: center;
}
header #gnav > ul > li .modalMenu ul li::after {
	content: "|";
	display: inline-block;
	margin-left: 5px;
	margin-top: -5px;
	vertical-align: middle;
}
header #gnav > ul > li .modalMenu ul li:last-child::after {
	content: "";
	display: none;
}
header #gnav > ul > li .modalMenu ul li a {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
header #gnav > ul > li.open .modalMenu ul li a {
}
/* -------------------------------
EX LINK
------------------------------- */
#exLink {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 5;
}
#exLink > ul {
}
#exLink > ul > li {
	float: left;
	margin-right: 8px;
	position: relative;
}
#exLink > ul > li > a {
	display: block;
	color: #908D8B;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
}
#exLink > ul > li > a:hover {
	text-decoration: underline;
}
#exLink > ul > li > a img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}
#exLink > ul > li #globalLink {
	display: none;
	position: absolute;
	margin-top: 5px;
	right: 0;
	text-align: right;
}
#exLink > ul > li #globalLink li {
}
#exLink > ul > li  #globalLink li a {
	display: block;
	color: #908D8B;
	white-space: nowrap;
}
/* -------------------------------
CONTENT
------------------------------- */
#content {
	width: 100%;
	padding: 0;
	position: relative;
}
#content > section {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
#content > section::after {
	content: "";
	display: block;
	clear: both;
}
.chui {
	font-weight: bold;
	color: #F64A11;
font-size:１０px !important;
font-size:１.０rem !important;
}
/*----------------------------------
BREAD
------------------------------------*/
#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
/*----------------------------------
OTHER CONTENTS
------------------------------------*/
#otherContents {
	background: #F3F3F3;
	padding: 30px 0;
	text-align: center;
	margin-top: 30px;
}
#otherContents h1 span::before {
	content: "";
	position: absolute;
	top: 1em;
	left: -3px;
	right: -3px;
	border-bottom: 1px solid #fff;
	padding: 0;
}
#otherContents h1 span::after {
	content: "recommend";
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
}
#otherContents .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 30px;
}
#otherContents ul {
	text-align: center;
}
#otherContents .bx-pager {
	display: none;
}
#otherContents .bx-wrapper {
	margin-bottom: 0;
}
#otherContents .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
}
#otherContents ul li {
}
#otherContents .bx-wrapper .bx-prev {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	top: 50%;
	margin-top: -4px;
    left: -20px;
}
#otherContents .bx-wrapper .bx-next {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
    right: -20px;
}
/* -------------------------------
SNS
------------------------------- */
#sns {
	width: 1200px;
	max-width: 100%;
	margin: 40px auto;
}
#sns::after {
	content: "";
	display: block;
	clear: both;
}

#sns ul {
	float: right;
	padding: 0 10px;
}
#sns ul li {
	float: left;
	margin-right: 10px;
}

/* -------------------------------
PAGETOP
------------------------------- */
#pageTop {
	text-align: center;
}
#pageTop a {
	display: inline-block;
}
#pageTop a:hover {
	opacity: 0.8;
}

/* -------------------------------
FOOTER
------------------------------- */
footer {
	margin-top: 15px;
	border-top: 1px solid #BAA58C;
}

#footerTop {
	background: #BAA58C;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 44px;
}
#footerTop .inn {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#footerTop ul {
	padding: 0 10px;
}
#footerTop ul li {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 44px;
}
#footerTop ul li::before {
	content:"";
	background: url(../images/img_slush01.png) no-repeat center center;
	background-size: contain;
	width: 9px;
	height: 28px;
	vertical-align: middle;
	margin: -2px 10px 0;
	display: inline-block;
}
#footerTop ul li:first-child::before {
	content:"";
	background: none;
	margin: 0;
}
#footerTop ul li a{
	color: #fff;
}
#footerBtm {
	background: #F0EFE8;
	padding: 50px 0 0;
}
#footerBtm .inn {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}
#footerBtm #siteMap {
	float: left;
}
#footerBtm #siteMap > ul {
	margin-top: -15px;
}
#footerBtm #siteMap > ul > li {
	margin-top: 15px;
	float: left;
	margin-right: 40px;
}
#footerBtm #siteMap > ul > li > a {
	display: inline-block;
	position: relative;
	color: #847F79;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
}
#footerBtm #siteMap > ul > li > ul {
	margin-left: 5px;
}
#footerBtm #siteMap > ul > li > ul > li {
	margin-top: 10px;
}
#footerBtm #siteMap > ul > li > ul > li a {
	display: inline-block;
	position: relative;
	color: #847F79;
	font-size: 15px;
	font-size: 1.5rem;
}
#footerBtm #siteMap > ul > li > ul > li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #7D7972;
	border-right: 2px solid #7D7972;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 10px 0 0;
	vertical-align: middle;
}
#footerBtm #likeBox {
	float: right;
}
#footerBtm #likeBox #bnrArea li{
	margin-top: 10px;
}
#footerBtm #copyright {
	background: #fff;
	height: 50px;
	margin-top: 40px;
}
#footerBtm #copyright small {
	margin: 0 auto;
	text-align: right;
	line-height: 50px;
	display: block;
	width: 1200px;
	max-width: 100%;
	color: #847F79f;
	font-size: 12px;
	font-size: 1.2rem;
}
/* -------------------------------
SCRIPT
------------------------------- */
#script {
	height: 0;
	overflow: hidden;
}
/* -------------------------------
COMMON PARTS
------------------------------- */
/* font-size */
.fs10 { font-size: 1.0rem !important; }
.fs11 { font-size: 1.1rem !important; }
.fs12 { font-size: 1.2rem !important; }
.fs13 { font-size: 1.3rem !important; }
.fs14 { font-size: 1.4rem !important; }
.fs15 { font-size: 1.5rem !important; }
.fs16 { font-size: 1.6rem !important; }
.fs17 { font-size: 1.7rem !important; }
.fs18 { font-size: 1.8rem !important; }
.fs19 { font-size: 1.9rem !important; }
.fs20 { font-size: 2.0rem !important; }
.fs21 { font-size: 2.1rem !important; }
.fs22 { font-size: 2.2rem !important; }
.fs23 { font-size: 2.3rem !important; }
.fs24 { font-size: 2.4rem !important; }
.fs25 { font-size: 2.5rem !important; }
.fs26 { font-size: 2.6rem !important; }
/* link */
a {
	color: #302A24;
	outline: none !important;
	text-decoration: none;
}
a:visited {
	color: #302A24;
	text-decoration: none;
}
a:hover {
	color: #302A24;
	text-decoration: underline;
}
a:active { }
/* bold */
.bold { font-weight: bold; }
/* img */
img { vertical-align: bottom; }
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb1 { margin-bottom: 1px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb4 { margin-bottom: 4px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb6 { margin-bottom: 6px !important; }
.mb7 { margin-bottom: 7px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb9 { margin-bottom: 9px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb11 { margin-bottom: 11px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb13 { margin-bottom: 13px !important; }
.mb14 { margin-bottom: 14px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mt0 { margin-top: 0px !important; }
.mt1 { margin-top: 1px !important; }
.mt2 { margin-top: 2px !important; }
.mt3 { margin-top: 3px !important; }
.mt4 { margin-top: 4px !important; }
.mt5 { margin-top: 5px !important; }
.mt6 { margin-top: 6px !important; }
.mt7 { margin-top: 7px !important; }
.mt8 { margin-top: 8px !important; }
.mt9 { margin-top: 9px !important; }
.mt10 { margin-top: 10px !important; }
.mt11 { margin-top: 11px !important; }
.mt12 { margin-top: 12px !important; }
.mt13 { margin-top: 13px !important; }
.mt14 { margin-top: 14px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt70 { margin-top: 70px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
/* padding */
.p1 { padding: 1px !important; }
.p2 { padding: 2px !important; }
.p3 { padding: 3px !important; }
.p4 { padding: 4px !important; }
.p5 { padding: 5px !important; }
.p6 { padding: 6px !important; }
.p7 { padding: 7px !important; }
.p8 { padding: 8px !important; }
.p9 { padding: 9px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.pb0 { padding-bottom: 0px !important; }
.pb1 { padding-bottom: 1px !important; }
.pb2 { padding-bottom: 2px !important; }
.pb3 { padding-bottom: 3px !important; }
.pb4 { padding-bottom: 4px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb6 { padding-bottom: 6px !important; }
.pb7 { padding-bottom: 7px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb9 { padding-bottom: 9px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb11 { padding-bottom: 11px !important; }
.pb12 { padding-bottom: 12px !important; }
.pb13 { padding-bottom: 13px !important; }
.pb14 { padding-bottom: 14px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pt0 { padding-top: 0px !important; }
.pt1 { padding-top: 1px !important; }
.pt2 { padding-top: 2px !important; }
.pt3 { padding-top: 3px !important; }
.pt4 { padding-top: 4px !important; }
.pt5 { padding-top: 5px !important; }
.pt6 { padding-top: 6px !important; }
.pt7 { padding-top: 7px !important; }
.pt8 { padding-top: 8px !important; }
.pt9 { padding-top: 9px !important; }
.pt10 { padding-top: 10px !important; }
.pt11 { padding-top: 11px !important; }
.pt12 { padding-top: 12px !important; }
.pt13 { padding-top: 13px !important; }
.pt14 { padding-top: 14px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
/* text-align */
.alignCenter { text-align: center !important; }
.alignLeft { text-align: left !important; }
.alignRight { text-align: right !important; }
/* float */
.floatLeft { float: left; }
.floatRight { float: right; }
/* display */
.dispInlineBlock { display: inline-block; }
.dispInline { display: inline; }
.dispBlock { display: block; }
.dispNone { display: none; }
/* hr */
hr {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
/* clear */
.clear { clear: both;}
/* clearfix */
.clearfix { min-height: 1%; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.linkBox { cursor: pointer; }

::-webkit-input-placeholder {
 color: #b2b2b2;
}
:-ms-input-placeholder {
 color: #b2b2b2;
}
::-moz-placeholder {
 color: #b2b2b2;
}
h1 small { color:#0B0805; }
/* modal */
#bgModal {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
}

@media screen and (max-width: 1199px){
html {
	min-width: 100%;
}
body {
	min-width: 100%;
	overflow-x: hidden;
}
#saraya-header ul {
    width: 100%;
}
header { 
}
#content {
	width: 100%;
}
}
@media screen and (max-width: 1079px){
}
@media screen and (max-width: 980px){
header #gnav > ul > li > a {
	font-size: 15px;
	font-size: 1.5rem;
}
header #gnav > ul > li .modalMenu ul li a {
    font-size: 13px;
    font-size: 1.3rem;
}
}
@media screen and (max-width: 787px){
/*--------------------------------------
SP
---------------------------------------*/
.sp {
	display: block;
}
.spNone {
	display: none;
}
/* -------------------------------
LAYOUT
------------------------------- */
#saraya-header {
	display: none;
}
/* -------------------------------
HEADER
------------------------------- */
header {
	height: 50px;
	z-index: 10000;
	padding-top: 0;
	background: #fff;
	position: fixed;
	border-bottom: 1px solid #efefef;
}
header #logo {
}
header #logo img {
	width: 70px;
	margin-top: -14px;
}
	header #spnav {
		display: flex;
		margin-top: -2px;
	}
	header #spnav p {
		margin: 0 10px;
	}
	header #spnav img {
		width: 74px;
	}
header #navBtn {
    bottom: 0;
    cursor: pointer;
    display: block;
    padding: 12px 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
header #navBtn span {
	display: block;
	height: 4px;
	width: 100%;
	background: #666;
	border-radius: 2px;
	transition: all 0.5s ease;
}
header #navBtn span:nth-of-type(2),
header #navBtn span:nth-of-type(3) {
	margin-top: 5px;
}
header.open #navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
header.open #navBtn span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}
header.open #navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header #gnav { 
	position: relative;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	margin: 0 auto;
}
header #gnav > ul {
	display: block;
	position: absolute;
	margin-top: 0px;
	width: 80%;
	top: 50px;
	right: -80%;
	transition: all 0.4s ease;
	background: #fff;
}
header.open #gnav > ul {
	right: 0%;
}
header #gnav > ul {
	display: flex;
	justify-content: flex-start;
	flex-direction:column;
	flex-wrap: wrap;
	margin-top: 0px;
}
header #gnav > ul > li {
	/* width: 100%; */
	position: relative;
	border-bottom: 1px solid #ccc;
}
header #gnav > ul > li::after{
	content: "";
	display: none;
}
header #gnav > ul > li > a {
	color: #302A24;
	display: block;
	text-align: left;
	position: relative;
	padding: 10px 30px 10px 10px;
	transition: all 0.3s ease;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
}
header #gnav > ul > li > a:hover {
	color: #302A24;
	opacity: 1;
}
header #gnav > ul > li > a::after {
	display: none;
}
header #gnav > ul > li#nav01 > a::after,
header #gnav > ul > li#nav02 > a::after,
header #gnav > ul > li#nav04 > a::after{
	background-color: #666;
	background-image: none;
	content: "";
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: auto;
	bottom: auto;
	right: 18px;
	z-index: 10001;
	height: 20px;
	width: 4px;
	margin-top: -10px;
	border-radius: 2px;
	transition: all 0.3s ease;
	-webkit-transform: translateY(0) translateX(0) rotate(0deg);
	transform: translateY(0) translateX(0) rotate(0deg);
}
header #gnav > ul > li#nav01.open > a::after,
header #gnav > ul > li#nav02.open > a::after,
header #gnav > ul > li#nav03.open > a::after,
header #gnav > ul > li#nav04.open > a::after {
	-webkit-transform: translateY(0) translateX(0) rotate(90deg);
	transform: translateY(0) translateX(0) rotate(90deg);
	opacity: 0;
}
header #gnav > ul > li#nav01 > a::before,
header #gnav > ul > li#nav02 > a::before,
header #gnav > ul > li#nav04 > a::before {
	background-color: #666;
	background-image: none;
	content: "";
	display: block;
    cursor: pointer;
    position: absolute;
	top: 50%;
    right: 10px;
	z-index: 10001;
	height: 4px;
	width: 20px;
	margin-top: -2px;
	border-radius: 2px;
}

header #gnav > ul > li .modalMenu {
	position: relative;
	bottom: 0;
	display: none;
	z-index: 5;
}
header #gnav > ul > li:nth-child(1) .modalMenu,
header #gnav > ul > li:nth-child(2) .modalMenu {
	width: 100%;
	left: 0;
	margin-left: 0;
}
header #gnav > ul > li.open .modalMenu {
}
header #gnav > ul > li .modalMenu ul {
	display: block;
	white-space: normal;
}
header #gnav > ul > li .modalMenu ul li {
	display: block;
	text-align: left;
}
header #gnav > ul > li .modalMenu ul li::after {
	content: "";
	display: none;
}
header #gnav > ul > li .modalMenu ul li:last-child::after {
	content: "";
	display: none;
}
header #gnav > ul > li .modalMenu ul li a {
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
	padding: 5px;
}

header #btnToggle {
    bottom: 0;
    cursor: pointer;
    display: block;
    padding: 13px 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
	z-index: 10001;
}
header #btnToggle span {
	display: block;
	height: 6px;
	width: 100%;
	background: #666;
	border-radius: 2px;
}
header #btnToggle span:nth-of-type(1) {
	-webkit-transform: translateY(6px) translateX(0) rotate(90deg);
	transform: translateY(6px) translateX(0) rotate(90deg);
}
header #btnToggle.open span:nth-of-type(1) {
	-webkit-transform: translateY(6px) translateX(0) rotate(0deg);
	transform: translateY(6px) translateX(0) rotate(0deg);
}
header #gnav > ul > li .modalMenu {
	position: relative;
	top: 0;
	padding-top: 0;
	padding-left: 0;
	display: none;
}
header #gnav > ul > li .modalMenu ul {
	position: relative;
	background: #efefef;
	white-space: nowrap;
	padding: 0;
}
header #gnav > ul > li .modalMenu ul::before {
	display: none;
}
header #gnav > ul > li .modalMenu ul li {
	display: block;
	text-align: left;
	border-top: 1px solid #ccc;
}
header #gnav > ul > li .modalMenu ul li a {
	display: block;
	transition: none;
}
header #gnav > ul > li .modalMenu ul li a:hover {
	opacity: 1;
}
#container {
	overflow: hidden;
}
a:link {
	text-decoration: none;
}
#exLink {
	display: none;
}
#content {
	padding-top: 50px;
}
#siteMap {
	display: none;
}
#likeBox {
	display: none;
}
footer {
	margin-top: 15px;
}
#footerTop {
	height: auto;
}
#footerTop .inn {
	width: 100%;
}
#footerTop ul {
	padding: 0 10px;
}
#footerTop ul li {
	float: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 34px;
	border-top: 1px solid #fff;
}
#footerTop ul li:first-child {
	border-top: none;
}
#footerTop ul li::before {
	content:"";
	display: none;
}
#footerTop ul li a{
	display: block;
}
#footerTop #footerMenu {
	padding-left: 305px;
	padding-top: 20px;
}
#footerBtm {
	padding: 0;
}
#footerBtm #copyright {
	margin-top: 1px;
}
#footerBtm #copyright small {
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
}
/* -------------------------------
PAGETOP
------------------------------- */
#pageTop:hover {
	opacity: 1;
}
#pageTopsp {
		position: fixed;
 bottom: 15px;
 right: 8px;
		width: 60px;
		height: 60px;
	z-index: 10002;
	}
	#btnTopsp {
		text-align: center;
		background: #FFF;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50px;
		box-sizing: border-box;
		padding-top: 17px;
		opacity: 0.9;
	}
}
@media screen and (max-width: 619px){
#bread {
display:none;
}
}