@charset "utf-8";

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,
figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,
p,pre,progress,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    line-height: 1;
}
article,aside,blockquote,dialog,figure,footer,header,hgroup,nav,section {
    display: block;
}
nav ul {
    list-style: none;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
ins {
    text-decoration: underline;
}
mark {
    background: 0 0;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    margin: 1em 0;
    padding: 0;
}
button,
input[type=button],
input[type=submit] {
    padding: 0;
    margin: 0;
}
a img,
input,
select {
    vertical-align: middle;
}
button,
input,
select,
textarea {
    font-size: 95%;
}
/*  */
body {
    font: 14px/1.75 Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",sans-serif;
    color: #444;
    -webkit-text-size-adjust: none;
}
#summary {
    padding: 2px 0;
    background: #d00;
    color: #fff;
    font-size: 12px;
}
#summary h1,
header > div {
    width: 978px;
    margin: 0 auto;
}
#brand {
    display: inline-block;
    box-sizing: border-box;
    width: 372px;
    height: 73px;
    margin: 23px 0 0 11px;
    padding-left: 65px;
    background: url("/img/bg_brand.png") no-repeat;
}
header .contact {
    float: right;
    margin: 5px 11px 0 0;
}
header .contact .tel a {
    line-height: 0;
    letter-spacing: 1px;
    font-size: 44px;
    font-family: Impact;
    color: #d00;
}
header .contact .tel a:hover {
    text-decoration: none;
}

header .contact .open {
    clear: left;
    font-weight: bold;
    font-size: 15px;
}
header .contact .mail {
    float: left;
    display: inline-block;
    padding-left: 35px;
    line-height: 25px;
    color: #d00;
    font-size: 18px;
    font-weight: bold;
    background: url("/img/icon_mail.svg") no-repeat 0 1px/50px;
    background-size: 30px;
}
header .contact .mail:hover {
    text-decoration: none;
    opacity: .5;
}

header .contact a.line {
    float: right;
    display: inline-block;
    padding: 3px 5px 3px 33px;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #00b900 url(/img/sp/icon_line.png) no-repeat left center;
    background-size: 30px;
    border-radius: 5px;
}
header .contact a.line:hover {
    text-decoration: none;
    opacity: 0.8;
}



header nav {
    clear: both;
    background: #d00;
    line-height: 1;
}
header nav ul {
    display: block;
    width: 978px;
    height: 44px;
    margin: auto;
}
header nav ul li {
    float: left;
    width: 163px;
    padding: 4px 0;
}
header nav li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border-left: 2px dotted #fff;
}
header nav li:last-child a {
    border-right: 2px dotted #fff;
}
/*  */
#contents {
    width: 978px;
    margin: 0 auto;
}
#breadcrumb {
    margin: 6px 0;
}
#breadcrumb li {
    display: inline;
}
#breadcrumb li + li:before {
    content: " > ";
}

main {
    float: left;
    width: 728px;
}

section {
    clear: both;
    margin-bottom: 11px;
    padding-left: 15px;
}
section section {
    margin-top: 15px;
}
main section p {
    margin-bottom: 1em;
}

section h2 {
	padding-left:10px;
    margin: 0 0 10px -15px;
    font-size: 23px;
    color: #fff;
	background :#d00;
}
section h2 img {
    vertical-align: -7px;
}
section h2 i {
    position: relative;
    top: -3px;
    left: 7px;
    font-size: 16px;
}
/*section h2 small {
    position: absolute;
    top: -2px;
    left: 320px;
    font-size: 12px;
}*/
h3 {
    margin: 0 0 13px -15px;
	padding: 0;
    font-size: 22px;
	border: 3px solid #f5f5f5!important;
	outline: 1px solid #ccc;
	border-left: none!important;
}
h3::before {
	content:"";
	padding: 3px;
	border-left: 5px solid #d00!important;
}

h4 {
    margin: 0 0 13px -15px;
	padding: 8px;
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
	font-weight: normal;
	border-left: 6px solid #333;
	background: #666;
}
h5 {
	color: #333;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	border: none;
}

/* .contact */
main .contact {
    display: block;
    position: relative;
    height: 122px;
    margin-bottom: 16px;
    background: url("/img/bg_banner_contact.gif") no-repeat;
    background-size: cover;
}
main .contact span {
    position: absolute;
    top: 35px;
    left: 275px;
    letter-spacing: 1px;
    font-size: 36px;
    font-family: Impact;
    color: #d00;
}
.contact_select {
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #e60000;
    color: #fff;
}
.contact_select h2 {
    font-size: 23px;
}
.contact_select p {
    font-weight: 700;
}
.contact_select .staff {
    margin: 7px 0 1px -1px;
}
.contact_select .staff li {
    display: inline;
    margin-left: 1px;
}
.contact_select a {
    display: inline-block;
    width: 47.25%;
    padding: 1.0625%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #f8f8f8;
    background: -webkit-linear-gradient(#f8f8f8 0,#f8f8f8 50%,#eee 51%,#fefefe 100%);
    background: -moz-linear-gradient(#f8f8f8 0,#f8f8f8 50%,#eee 51%,#fefefe 100%);
    background: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),color-stop(0.5,#f8f8f8),color-stop(0.51,#eee),to(#fefefe));
    background: linear-gradient(#f8f8f8 0,#f8f8f8 50%,#eee 51%,#fefefe 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#fefefe', GradientType=0);
    text-align: center;
}
.contact_select a.clicktel {
    margin-right: 0.5%;
}
.contact_select a.clicktel:hover {
    cursor: default;
}
.contact_select a.clicktel span {
    display: inline-block;
    width: 270px;
    height: 46px;
    background-image: url("/img/bg_banner_freedial2.png");
    background-repeat: no-repeat;
    letter-spacing: 1px;
    line-height: 0.85;
    text-indent: 20px;
    font-size: 32px;
    font-family: Impact;
    color: #d00;
    vertical-align: middle;
}
.gotop {
    text-align: right;
}

/* aside */
aside {
    float: right;
    width: 222px;
    margin: 0 auto;
}
aside > div {
    position: relative;
    margin: 15px 0 30px 0;
    padding: 0 5px 10px;
	border: 3px solid #ccc;
    border-top: none;
}
aside > div > b,
aside ul.links li:first-child {
    position: relative;
    top: -13px;
    left: -8px;
    display: block;
    width: 222px;
    margin-bottom: -8px;
    padding: 5px 0;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background: #888;
    border-radius: 10px 10px 0 0;
}
aside img {
    max-width: 100%;
    height:auto;
}
aside a.btn {
    width: 85%;
    font-size: 16px;
}

/* countdown */
#countdown{
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
	border-top: 3px solid #ccc;
    overflow: hidden;
}
#countdown::before{
    content: "";
    display: block;
    position: absolute;
    left:-1px;
    width: 218px;
    height: 25px;
    background: linear-gradient(90deg, rgba(179,31,35,1) 0%, rgba(179,31,35,1) 33%, rgba(246,199,191,1) 100%);
    transform: skewY(-5deg);
    transform-origin: top left;
}
#countdown::after{
    content: "";
    display: block;
    position: relative;
    left:-1px;
    bottom: -19px;
    width: 218px;
    height: 25px;
    background: linear-gradient(90deg, rgba(246,199,191,1) 0%, rgba(179,31,35,1) 66%,  rgba(179,31,35,1) 100%);
    transform: skewY(-5deg);
    transform-origin: top left;
}

#countdown a {
    display: block;
    padding: 35px 0 10px;
    line-height: 1.2;
    font-size: 13px;
    color: #111;
    text-decoration: none;
    text-align: center;
}
#countdown .remain {
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.3;
    background: #2866b1;
}
#countdown .remain b#timer1 {
    font-size: 35px;
}
#countdown .remain p {
    font-size: 14px;
    font-weight: normal;
}

#countdown a > p {
    margin: 7px 0;
    font-size: 24px;
    font-weight: bold;
    line-height:1.5;
}
#countdown a > p b {
    display: block;
    line-height: 1;
    font-size: 25px;
    color: #bd1a21;
    text-decoration: underline;
}
#countdown a > p b span {
    font-size: 30px;
}

/**/
aside ul.links,
.new_columns ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	border: 3px solid #ccc;
}

aside div.new_columns {
    margin: 15px 0 30px 0;
    padding: 0;
}
aside div.new_columns b {
    left: -3px;
    margin-bottom: -13px;
}
.new_columns ul {
    margin: 0;
    border: none;
}

aside ul.links li:first-child{
    left: -3px;
    margin-bottom: -13px;
    font-weight: bold;
    border:none;
}
aside ul.links li,
.new_columns ul li {
	margin: 0;
	list-style: none;
	border-bottom:1px solid #ccc
}
.new_columns ul li.category {
    padding: 5px 0 5px 15px ;
    background: #dfe;
}

aside ul.links li a,
.new_columns ul li a {
	position: relative;
	display: block;
	padding: 5px 0 5px 25px;
	color: #36c;
	font-size: 12px;
}
.new_columns ul li a {
    padding-left: 5px;
}

aside ul.links li a::before {
	position: absolute;
    top: 0;
    bottom: 0;
	left: 8px;
    margin: auto;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    transform: rotate(45deg);
}
aside ul.links li:last-child,
.new_columns ul li:last-child {
    border:none;
}


/* humei */
main nav ul {
    clear: both;
    list-style: none;
    display: table;
    width: 100%;
    margin-top: 13px;
}
main nav li {
    display: table-cell;
    border-left: 6px #fff solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #d00;
    text-align: center;
}
main nav li:first-child {
    border-left: 0;
}
main nav li a {
    display: block;
    padding: 8px 13px;
    color: #fff;
}
.menu {
    list-style: none;
    margin-left: 18px;
}
.menu li {
    margin-bottom: 16px;
}
.menu li a {
    margin-left: -1em;
    font-size: 18px;
}

/* footer */
footer {
    clear: both;
    text-align: center;
    color: #fff;
    background: #d00;
}
@media screen and (min-width:  641px){
    footer {
        margin-bottom: 115px;
    }
}

footer nav {
    width: 978px;
    margin: 0 auto;
    text-align: left;
}
footer nav div {
    float: left;
    width: 20%;
    margin-top: 1em;
}
footer nav li {
    list-style: disc inside;
}
footer nav li a {
    color: #fff;
}

footer address {
    clear: both;
    padding-top: 10px;
    border-top: 1px outset #b00;
}
footer address a {
    color: #fff!important;
    text-decoration: underline;
}

#contact_bottom {
    display: none;
    position: fixed;
    bottom:0;
    width: 100%;
    height: 115px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.7);
    z-index: 100000000;
}
#contact_bottom p {
    background-color: #9d9d9d;
}
#contact_bottom a {
    display: inline-block;
    width: 477px;
    height: 58px;
    margin: 15px;
    font-size: 26px;
    font-weight: bold;
    line-height: 58px;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
}
#contact_bottom a:hover {
    text-decoration: none;
}

#contact_bottom a span {
    vertical-align: middle;
    font-size: 17px;
    font-weight: normal;
}

#contact_bottom a.link_form {
    height: 48px;
    padding-top: 10px;
    line-height: 20px;
    background: linear-gradient(#dc8260 0,#ff6e02 100%);
}
#contact_bottom a.link_form:hover {
    background: #ff6e02;
}
#contact_bottom a.link_form small {
    padding-left: 22px;
    font-size: 15px;
    font-weight: normal;
    color: #ffff00;
    background: url(/img/icon_mail2.svg) no-repeat left 3px/20px;
}
#contact_bottom a.link_form small b {
    font-size: 18px;
    font-family: Consolas;
}

#contact_bottom a.link_tel {
    background: linear-gradient(#6195b5 0,#0073e9 100%);
}
#contact_bottom a.link_tel:hover {
    background: #0073e9;
}

/* common */
a {
    color: #11e;
    text-decoration: none;
}
a:hover:not(.tel) {
    text-decoration: underline;
}
a.link {
    font-size: 16px;
}
a.link_pdf {
    padding-left: 20px;
    background: url("/img/icon_pdf2.gif") no-repeat left center;
}
a.link_blank {
    padding-left: 18px;
    background: url("/img/icon_blank.gif") no-repeat 4px;
}
a.link_zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
a.link_zoom img {
    border: 1px solid #00f;
}
.btn {
    display: block;
    width: 40%;
    margin: 15px auto;
    padding: 4px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #d00;
    background-color: #2943c7;
}
.btn.long {
    width: 80%;
}
b,em,strong {
    font-weight: 700;
    font-style: normal;
}
small {
    font-size: 11px;
}
del,s {
    text-decoration: line-through;
}
address {
    font-style: normal;
}
.important {
    color: red;
}
hr {
    height: 2px;
    border: none;
    border-top: 2px #d00 dotted;
}
figure {
    padding-right: 15px;
    text-align: center;
}
figure.right {
    padding: 0 0 0 15px;
}
figure,figure+.figured-text {
    display: table-cell;
    vertical-align: middle;
}
figcaption {
    margin-top: 2px;
    text-align: center;
}
img.frame {
    border: 1px solid #aaa;
}
img.text {
    vertical-align: -2px;
}
.tip {
    cursor: help;
}
#tip {
    display: none;
    position: absolute;
    left: 5px;
    z-index: 50;
    padding: 10px;
    border: 1px solid #e00;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
}
p.plain {
    margin-bottom: 0;
}
.hide {
    display: none;
}
.t_right {
    display: block;
    text-align: right;
}
.t_left {
    display: block;
    text-align: left;
}
.t_center {
    display: block;
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.margin_top {
    margin-top: 1em;
}
.margin_bottom {
    margin-bottom: 1em;
}
img.word {
    vertical-align: middle;
}
.clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.decimal li {
    list-style: decimal;
    margin: 0 0 3px 1.5em;
}
.disc li {
    list-style: disc;
    margin: 0 0 3px 1.5em;
}
.circle li {
    list-style: circle;
    margin: 0 0 3px 1.5em;
}
.plain li {
    list-style: none;
}
.double-column {
    width: 100%;
}
.double-column li {
    float: left;
    width: 46%;
}

div.toc {
    padding: 10px 50px;
    font-size: 15px;
    border:1px solid #111;
}
div.toc > div {
    text-align: center;
    font-weight: bold;
}
div.toc ol a {
    color: #111;
}
@media screen and (max-width:  640px){
    div.toc {
        padding: 10px 10px 10px 30px;;
        font-size: 14px;
    }
    .sp_nofloat{
        float: none !important;
        display: block;
        margin:auto;
    }
}

#calendar table {
    margin-bottom: 15px;
}
#calendar caption {
    font-weight: 700;
}
#calendar thead td,
#calendar thead th {
    padding: 0 0 2px;
    text-align: center;
}
#calendar tbody td,
#calendar thead th {
    padding: 5px;
    border: 1px solid #ccc;
    width: 20px;
    text-align: center;
}
#calendar thead th {
    background-color: #eee;
}
#calendar .holiday {
    background: #66f;
    color: #fff;
}
