/* header */

#header{
    height: 200px;
}
#header_fixed{
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: rgba(255,255,255,0.90);
    height: 200px;
    border-bottom: 1px solid #CCCCCC;
}
#header .top_area{
    background-color: #2da4dc;
    height: 40px;
    line-height: 40px;
}
#header .top_area .inner{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#header .top_area .inner h1{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.3rem;
    width: 650px;
    float: left;
}
#header .top_area .inner ul{
    float: left;
    width: 350px;
    text-align: right;
}
#header .top_area .inner ul li{
    float: left;
    font-weight: 500;
    font-size: 1.3rem;
    padding-right: 1em;
    line-height: 40px;
}
#header .top_area .inner ul li i{
    color:rgba(255,255,255,1);
    padding-right: 0.2em;
    font-size: 1.6rem;
}
#header .top_area .inner ul li:last-of-type{
    padding-right: 0;
}
#header .top_area .inner ul li a{
    color:rgba(255,255,255,1);
    display: block;
}
#header .center_area{
    width: 1000px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#header .center_area .logo{
    position: absolute;
    top: 5px;
}
#header .center_area .shop_txt{
    position: absolute;
    top: 15px;
    left: 400px;
    color: #2da4dc;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
}
#header .center_area .contact_block{
    position: absolute;
    top: 5px;
    right: 0;
    color: #666666;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
}
#header .center_area .contact_block i{
    padding-right: 0.2em;
    padding-left: 0.2em;
    font-size: 1.6rem;
}
#header .center_area .contact_block .freedial{
    font-weight: 700;
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#header .center_area .contact_block .freedial:before{
	content:"";
	display:inline-block;
	width:42px;
	height: 25px;
	background:url(../img/freedail.png) no-repeat;
	background-size: 33px 20px;
    background-position: center 5px;
}
.globalMenu{
    background: #e4f3fa;
    padding-top: 12px;
    padding-bottom: 12px;
}
.globalMenu ul{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.globalMenu ul li{
    font-weight: 500;
    border-right: 1px solid #666666;
    padding-right: 0.6em;
    padding-left: 0.6em;
}
.globalMenu ul li:last-child{
    border-right: none;
}
.subMenu{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.subMenu li{
    border-right: 1px solid #666666;
    padding-right: 0.6em;
    padding-left: 0.6em;
    font-size: 1.4rem;
    margin-top: 12px;
    color: #122c6b;
}
.subMenu li a{
    color: #122c6b;
}
.subMenu:last-child{
    border-right: none;
}

/* main */

#main{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 100px;
}
/* breadcrumb */
.breadcrumb{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
}
.breadcrumb ul{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.breadcrumb li{
    display:inline;
    font-size: 1.4rem;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 1em;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    color: #2da4dc;
}
.breadcrumb li:first-child::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    padding-right: 0.5em;
    color: #2da4dc;
}
.set_ttl{
    font-weight: 700;
    text-align: center;
    font-size: 4.0rem;
    line-height: 1.4;
}
.set_sttl{
    text-align: center;
    font-size: 3.0rem;
    color: #ef0000;
    padding-top: 12px;
    margin-bottom: 20px;
}
.set_sttl a{
    color: #ef0000;
    text-decoration: underline;
}
.main_ttl{
    background-color: #f2f2f2;
    border-left: 10px solid #2da4dc;
    color: #2da4dc;
    font-size: 2.4rem;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.sttl{
    background-color: #003396;
    padding-left: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 1.8rem;
}

/* button */
.button{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.button a{
    display: block;
    line-height: 60px;
    font-weight: 500;
    font-size: 2.0rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
}
.blue_line a{
    border: 2px solid #2da4dc;
    color: #2da4dc;
}
.blue_line a:hover{
    border: 2px solid #2da4dc;
    background-color: #2da4dc;
    color: #FFFFFF;
}
.blue_line a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #2da4dc;
}
.blue_line a:hover:before {
    border-left: 6px solid #FFFFFF;
}

/* footer */
#footer{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 600px;
    padding-bottom: 50px;
}
#page_top{
    position: fixed;
    bottom: 50px;
    right: 2%;
    z-index:100;
}
.footerLogo{
    position: absolute;
    left: 0;
}
.footerAdd{
    position: absolute;
    right: 0;
    top: 30px
}
.footerLi{
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
}
.footerLi ul{
    margin-right: 100px;
}
.footerLi ul li{
    line-height: 2.5;
    font-size: 1.5rem;
}
.footerLi ul li.categolyTop{
    font-size: 2.0rem;
    font-weight: 500;
}
.footerLi ul li:before{
	content:"・";
	display:inline-block;
}
.footerLi ul li.categolyTop:before{
	content:"";
}
#footer .calendarWrap{
    position: absolute;
    right: 0;
    top: 150px
}
#footer .calendarWrap .calendarTit{
    text-align: center;
    font-weight: 500;
    font-size: 2.0rem;
    color: #2da4dc;
    line-height: 3;
}
#footer .calendarWrap ul{
    font-size: 0;
}
#footer .calendarWrap li{
    display: inline-block;
}
#footer .calendarWrap li:nth-of-type(1){
    margin-right: 15px;
}
.copyright{
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}