@charset "utf-8";

* { margin: 0; padding: 0}

body {
	color: #666666; font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 1.5; 
	margin-top: 0; background-color: #E6E3DE; text-align: center;
}


body.en { font-family: Arial,sans-serif}
body.sc { font-family: "Microsoft YaHei", "微软雅黑", sans-serif}


@media screen and (max-width: 460px) { .none {display:none}} 


img { border: none; vertical-align: middle; max-width: 100%; height: auto}
img.nosmph { display: none !important}
.imgdef { display: none !important}
.imgsmph { display: inline-block; text-align: center }


video { max-width: 100%; height: auto}
.videodef { display: none !important}
.videosmph { display: block; text-align: center !important}


iframe { width: 100%; height: 450px }


.nodisp { display: none}


a { text-decoration: none}
.white a:hover img { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"}


ul, li { margin:0; padding:0;}
li { list-style:none; }


.fl { float: left}
.fr { float: right}
.fc { clear: both}
.tile { clear: both; width: 100%}
.imgtile { max-width: 60%; margin-top: 1em; margin-bottom: 1em }


/* hamburger menu----------------------------------------------------------------------------------- */

nav.menusmph {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    background: #ffffff;
    color: #000000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.5s;
    width: 100%;
}
 
nav.menusmph ul {
    background: #660000;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.menusmph ul li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
 
nav.menusmph ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.menusmph ul li a {
    display: block;
    color: #000000;
    padding: 0.5em 0;
}
 
nav.menusmph.active {
    transform: translateY(0%);
}

.hamburger {
    display: block;
    position: fixed;
	right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 99;
	background-color:  rgba(36,0,0,0.70);
    text-align: center;
}
 
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.hamburger span:nth-child(1) {
    top: 9px;
}
 
.hamburger span:nth-child(2) {
    top: 18px;
}
 
.hamburger span:nth-child(3) {
    top: 27px;
}
 
.hamburger span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

.hamburger.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hamburger menu----------------------------------------------------------------------------------- */


/* accordion------------------------------------------------------------------------------------------- */

.menu {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    text-decoration: none;
    color: #000000;
    line-height: 1;
}

label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#000000;
    background :#E6E3DE;
    cursor :pointer;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#000000;
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar00:checked ~ #links00 li,
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li {
    max-height: 46px;
    opacity: 1;
}


/* accordion------------------------------------------------------------------------------------------- */


div.w10 { width: 10%}
div.w20 { width: 20%}
div.w25 { width: 25%}
div.w30 { width: 30%}
div.w40 { width: 40%}
div.w55 { width: 55%}
div.w60 { width: 60%}
div.w80 { width: 80%}
div.w95 { width: 95%}
div.w100 { width: 100%}


div.center{ margin: 0 auto; max-width: 1200px; width: auto}

div.smphcenter{ margin: 0 auto; width: 240px}

div.nav { clear: both; margin-top: 1em; margin-bottom: 1em}

div.sbl { width: 15%}
div.tel { width: 55%}



.fluid { max-width: 100%; height: auto}


p { text-indent: 0em; }
p.cnttxt {margin: 0 0.5em 1em 0.5em}


h1 {color: #000000; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif; 
	font-size: 2em; font-style: normal; font-weight: normal; line-height: 1.2 }

h2 {color: #000000; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif; 
	font-size: 1.7em; font-style: normal; font-weight: normal; line-height: 1.2 }


.agnc { text-align: center}
.agnl { text-align: left}
.agnr { text-align: right}
.vagnm { vertical-align: middle}


.mgntop05em { margin-top: 0.5em}
.mgntop1em { margin-top: 1em}
.mgntop15em { margin-top: 1.5em}
.mgntop2em { margin-top: 2em}
.mgnbtm1em { margin-bottom: 1em}
.mgnbtm2em { margin-bottom: 2em}
.mgnlft1em { margin-left: 1em}
.mgnlft2em { margin-left: 2em}
.mgnlft3em { margin-left: 3em}
.mgnrgt1em { margin-right: 1em}
.mgnrgt3em { margin-right: 3em}


.mgntop20 { margin-top: 20px}
.mgnbtm20 { margin-bottom: 20px}
.mgnlft20 { margin-left: 20px}
.mgnrgt20 { margin-right: 20px}


.em05 { font-size: 0.5em}
.em06 { font-size: 0.6em}
.em07 { font-size: 0.7em}
.em08 { font-size: 0.8em}
.em09 { font-size: 0.9em}
.em12 { font-size: 1.2em}


.txtwhite { color: #FFFFFF; }
.txtred { color: #CC0000; }
.txtorange { color: #FF6600; }
.txtyellow { color: #FFCC00; }
.txtgreen { color: #339900; }
.txtblue { color: #0033FF; }
.txtviolet { color: #6633FF; }
.txtlightgray { color: #CCCCCC; }
.txtgray { color: #999999; }
.txtblown { color: #663333; }


.txtind { text-indent: 1.0em; }
.txtind2 { text-indent: 2.0em; }
.txtindclear { text-indent: 0em; }


hr { size: 1px; color: #DDDDDD; width: 96%; margin-left: 2%; }
hr.nosmph { display: none}


table { width: 100%; border: 0; margin: 0; border-collapse: collapse; padding: 0}


td { font-size: 1em}
td.itm1 { padding: 0.3em 1em 0.3em 1em; width: 100px; height: auto; text-align:left; vertical-align: top; border: solid 1px #DDDDDD; }
td.itm2 { padding: 0.3em 1em 0.3em 1em; width: 240px; height: auto; text-align:left; vertical-align: top; border: solid 1px #DDDDDD; }


td.itm3 { padding: 0.3em 1em 0.3em 1em; width: 60px; height: auto; white-space: nowrap; text-align:left; vertical-align: top; border: solid 1px #DDDDDD; }
td.itm4 { padding: 0.3em 1em 0.3em 1em; width: 100px; height: auto; white-space: nowrap; text-align:left; vertical-align: top; border: solid 1px #DDDDDD; }
td.itm5 { padding: 0.3em 1em 0.3em 1em; width: 120px; height: auto; text-align:left; vertical-align: top; border: solid 1px #DDDDDD; }
td.val1 { padding: 0.3em 1em 0.3em 1em; width: auto; height: auto; text-align: left; vertical-align: top; border: solid 1px #DDDDDD; }
td.val2 { padding: 0.3em 1em 0.3em 1em; width: auto; height: auto; text-align: left; vertical-align: top; }

.blink{
	    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
	    -moz-animation:blink 1.0s ease-in-out infinite alternate;
	    animation:blink 1.0s ease-in-out infinite alternate;
	}
	@-webkit-keyframes blink{
	    0% {opacity:0;}
	    100% {opacity:1;}
	}
	@-moz-keyframes blink{
	    0% {opacity:0;}
	    100% {opacity:1;}
	}
	@keyframes blink{
	    0% {opacity:0;}
	    100% {opacity:1;}
	}

#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
 
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}
