@charset "utf-8";

/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2013/01/18 T.S                         */
/* -------------------------------------------------- */

@media screen and (min-width: 641px){
}
@media screen and (max-width: 640px){
}

/* body */
/* -------------------------------------------------- */
body{
    color: #202020;
	-webkit-text-size-adjust: 100%;
	
}

@media screen and (min-width: 751px){


/* link */
/* -------------------------------------------------- */
a:link{
    color: #2480CF;
	text-decoration: underline;
    
}
a:visited{
    color: #2480CF;
	text-decoration: underline;
}
a:hover{
    color: #2480CF;
	text-decoration: none;
}
a:focus{
    
}
a:active{
    
}

a img:hover{
	opacity: 0.7;
}



/* container */
/* -------------------------------------------------- */
/*#container {
font-family: "Sawarabi Mincho"; 
}*/

.pc{
	display: block;
}
.pc_i{
	display: inline-block;
}
.sp{
	display: none;
}
.sp_i{
	display: none;
}

/* header */
/* -------------------------------------------------- */
header {

}

.header_content01 {
	width: 1040px;
	margin: 0 auto;
	padding: 38px 0 40px;

}
.header_content01 h1 {
	width: 262px;
	float: left;
	margin-right: 129px;
	padding-top: 4px;
}
.header_content01 .g_menu {
	width: 401px;
	float: left;
	margin-right: 62px;
}
.header_content01 .g_menu li {
	float: left;
	margin-right: 47px;
	
}
.header_content01 .g_menu li:last-child {
	margin-right: 0px;
	
}
.header_content01 .btn_wrap {
	width: 186px;
	float: left;
	padding-top: 16px;
}
.header_content01 .btn_wrap li {
	float: left;
	width: 52px;
	margin-right: 15px;
	
}
.header_content01 .btn_wrap li img {
	width: 100%;
	height: auto;
}
.header_content01 .btn_wrap li:last-child {
	margin-right: 0px;
}
.header_content01 .sp_btn{
	display: none;
}
/* g_menu */
/* -------------------------------------------------- */
.sp_g_menu {
	display: none;
}



/* wrap */
/* -------------------------------------------------- */
#wrap {
	width: 1040px;
	margin: 0 auto;
	padding: 80px 0;
    
}

.black_btn01{
	text-align: center;
}
.black_btn01 a{
	display: inline-block;
	width: 215px;
	height: 55px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/bg_black_btn.jpg);
	background-repeat: no-repeat;
	line-height: 55px;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	background-size: 215px 55px;
}
.black_btn01 a span{
	background-image: url(../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 30px;
	background-size: 18px auto;
}
.black_btn01 a.btn01{
	margin-right: 20px;
}
.black_btn01 a.btn01 span{
	background-image: url(../img/arrow02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 30px;
	background-size: 18px auto;
}
.black_btn01 a.white_btn01{
	background-image: none;
	border: solid 1px #B4B4B4;
	border-radius: 4px;
	box-sizing: border-box;
	color: #202020;
}
.black_btn01 a.white_btn01 span{
	background-image: url(../img/arrow03.jpg);
}

.black_btn01 a:hover{
	opacity: 0.8;
	
}
  

/* main */
/* -------------------------------------------------- */
#wrap #main {
    
}

/* sidebar */
/* -------------------------------------------------- */
#wrap #sidebar {
    
}

/* footer */
/* -------------------------------------------------- */
footer {
	border-top: solid 1px #D4D4D4;
	padding-bottom: 30px;

}
footer nav{
	width: 1040px;
	margin: 0 auto;
	position: relative;
	padding: 25px 0;
}
footer nav li {
	float: left;
	margin-right: 56px;
	font-weight: bold;
}
footer nav li a:link{
	color: #202020;
	text-decoration: none;
	

}
footer nav li a:hover{
	color: #202020;
	text-decoration: underline;
	

}
footer nav li a:visited{
	color: #202020;
	text-decoration: none;

}
footer nav li:last-child {
	float: left;
	margin-right: 56px;
}
footer nav .page_top{
	position: absolute;
	right: 0;
	top: 18px;
}
footer .footer_content01{
	border-top: solid 1px #D4D4D4;
	padding-top: 32px;
}
footer .footer_content01 .footer_inner01{
	width: 1040px;
	margin: 0 auto;
	display: table;
}
footer .footer_content01 .inner01_l{
	display: table-cell;
	width: 30%;
}
  footer .footer_content01 .footer_font01{
    font-size: 12px;
    margin-top: 105px;
  }
footer .footer_content01 .inner01_l img{
	width: 296px;
	height: auto;
}
footer .footer_content01 .inner01_l .text01{
	margin-top: 12px;

}
footer .footer_content01 .inner01_r{
	display: table-cell;
	width: 70%;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
}
footer .calendar th {
    background: #f3f3f3;
    border: 1px solid #cbcbcb;
    line-height: 30px;
    width: calc(100%/7);
    vertical-align: middle;
    text-align: center;
    height: 30px;
}
footer .calendar .th01{
    height: 30px;
    background-color: #ffeee9;
  }
footer .calendar td{
    border: 1px solid #cbcbcb;
    line-height: 30px;
    width: calc(100%/7);
    vertical-align: middle;
    text-align: center;
    height: 30px;
}
footer .calendar .td02{
    background-color: #e26867;
    color: #fff;
  }
footer .table_l{
    float: left;
    width: 40%;
    box-sizing: border-box;
    margin-right: 2%;
    margin-left: 18%;
  }
footer .table_r{
    float: right;
    width: 40%;
  }
  footer .footer_color01{
    color: #e26867;
    box-sizing: border-box;
  }
  footer .table_title{
    font-size: 18px;
    text-align: left;
    margin-left: 18%;
  }
  footer .icon_flower{
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 4px;
  }
/* h */
/* -------------------------------------------------- */
h1 {
    
}
h2 {
	text-align: center;
	background-image: url(../img/bg_h2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 70px;
	height: 130px;
}
h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;
  font-weight: bold;
	

}

}

@media screen and (max-width: 750px){

a:link{
    color: #2581CC;
	text-decoration: underline;
    
}
a:visited{
    color: #202020;
	text-decoration: none;
}
a:hover{
    color: #202020;
	text-decoration: none;
}

/* container */
/* -------------------------------------------------- */
/*#container {
font-family: "Sawarabi Mincho"; 
}*/

.pc{
	display: none;
}
.pc_i{
	display: none;
}
.sp{
	display: block;
}
.sp_i{
	display: inline-block;
}
/* header */
/* -------------------------------------------------- */
header {

}

.header_content01 {
	padding: 20px;

}
.header_content01 img{
	width: 100%;
	height: auto;
}

.header_content01 h1 {
	width: 38%;
	float: left;
	margin-right: 6%;
	padding-top: 5px;
}
.header_content01 .g_menu {
	display: none;
}

.header_content01 .btn_wrap {
	width: 39%;
	float: left;
	margin-right: 5%;
	padding-top: 5px;

}
.header_content01 .btn_wrap li {
	float: left;
	margin-right: 5%;
	width: 30%;
}
.header_content01 .btn_wrap li:last-child {
	margin-right: 0px;
}
.header_content01 .sp_btn{
	width: 12%;
	float: left;
}
/* g_menu */
/* -------------------------------------------------- */
.sp_g_menu {
	display: none;
}
.sp_g_menu ul{
/*	border-top: solid 1px #D4D4D4;*/
}
.sp_g_menu li a{
    display: block;
	padding: 17px 20px;
	text-align: left;
	border-bottom: solid 2px #3d3d3d;
  color: #fefefe;
  background: #202020;
  text-decoration: none;
}
  .sp_g_menu .nav_products li a{
    display: block;
	padding: 10px 45px;
	text-align: left;
	border-bottom: solid 1px #3d3d3d;
  color: #fefefe;
  background: #2b2b2b;
  text-decoration: none;
  position: relative;
  }
  .sp_g_menu #nav_products{
    
  }
  #toggle_icon{
    text-align: right;
    max-width: 35px;
    height: auto;
  }
  .sp_g_menu #nav_products{
    background-image: url(../img/toggle_icon01.jpg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    display: block;
    background-size: 5% auto;
  }
  .sp_g_menu #nav_products.active{
    background-image: url(../img/toggle_icon01_o.jpg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    display: block;
    background-size: 5% auto;
  }
  .sp_g_menu .nav_products li a:before {
    content: '';
    background-image: url(../img/nav_sp_icon.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 10px;
    height: 11px;
    display: block;
    background-size: 7px 11px;
  }
  .sp_g_menu .nav_products{
    display: none;
  }
  .sp_g_menu div{
    background: #202020;
    display:table;
    text-align: center;
    width: 100%;
  }
  .sp_g_menu p{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    padding: 20px 0;
  }
  .sp_g_menu div img{
    width: 80%;
  }
  .sp_g_menu div .btn01{
    margin-right: 5%;
  }


/* wrap */
/* -------------------------------------------------- */
#wrap {
	padding: 30px 20px 30px;
    
}
#wrap img {
	width: 100%;
	height: auto;
}

.black_btn01{
}
.black_btn01 a{
	display: block;
	width: 40%;
	min-width: 180px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/bg_black_btn.jpg);
	background-repeat: no-repeat;
	line-height: 40px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background-size: 100% 40px;
	margin: 0 auto;
}
.black_btn01 a span{
	background-image: url(../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 20px 0 0;
	background-size: 12px auto;
}
.black_btn01 a.btn01{
	margin-bottom: 20px;
}
.black_btn01 a.btn01 span{
	background-image: url(../img/arrow02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 20px;
	background-size: 12px auto;
}
.black_btn01 a.white_btn01{
	background-image: none;
	border: solid 1px #B4B4B4;
	border-radius: 4px;
	box-sizing: border-box;
	color: #202020;
}
.black_btn01 a.white_btn01 span{
	background-image: url(../img/arrow03.jpg);
}

/* main */
/* -------------------------------------------------- */
#wrap #main {
    
}

/* sidebar */
/* -------------------------------------------------- */
#wrap #sidebar {
    
}

/* footer */
/* -------------------------------------------------- */
footer {
	margin-top: 60px;
	padding-bottom: 30px;


}
footer img{
	width: 100%;
	height: auto;
}
footer nav{
	position: relative;
}
footer nav ul {
    border-top: solid 1px #D4D4D4;
}
footer nav li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: solid 1px #D4D4D4;
	display: table;
}
footer nav li:nth-child(2n) {
	border-left: solid 1px #D4D4D4;
}
footer nav li a{
	text-align: center;
	padding: 12px 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;


}
footer nav li a:link{
	color: #202020;
	text-decoration: none;
}

footer nav li a span{
	display: block;
}



footer nav .page_top{
	position: absolute;
	right: 20px;
	top: -52px;
	width:50px;
}
footer .footer_content01{
	padding-top: 20px;
	text-align: center;
}
footer .footer_content01 .inner01{
	

}
footer .footer_content01 .inner01_l img{
	width: 44%;
	height: auto;

}
footer .footer_content01 .inner01_l .text01{
	margin-top: 12px;

}
footer .footer_content01 .footer_font01{
	font-size: 12px;
	margin-top: 15px;
}
footer .icon_flower{
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 4px;
  width: 5%;
  max-width: 20px;
  }
footer .calendar th {
    background: #f3f3f3;
    border: 1px solid #cbcbcb;
    line-height: 30px;
    width: calc(500px/7);
    vertical-align: middle;
    text-align: center;
    height: 30px;
}
footer .calendar .th01{
    height: 30px;
    background-color: #ffeee9;
  }
footer .calendar td{
    border: 1px solid #cbcbcb;
    line-height: 30px;
    width: calc(100%/7);
    vertical-align: middle;
    text-align: center;
    height: 30px;
}
  footer .calendar .td02{
    background-color: #e26867;
    color: #fff;
  }
  footer .table_l{
    width: 48%;
    float: left;
  }
  footer .table_r{
    width: 48%;
    float: right;
  }
  footer .footer_color01{
    color: #e26867;
    box-sizing: border-box;
  }
  footer .inner01_r{
    padding: 0 5%;
  }
  footer .table_title{
    font-size: 16px;
    margin-top: 10px;
  }
/* h */
/* -------------------------------------------------- */
h1 {
    
}
h2 img{
	width: 100%;
	height: auto;

}
h3 {
	font-size: 17px;
	text-align: center;
	margin-bottom: 20px;
  font-weight: bold;

}

}





/* layout */
/* -------------------------------------------------- */
.section {
    
}

.col2wrap {
	width: 100%;
}
.col2left {
	width: 50%;
	float: left;
}
.col2right {
	width: 50%;
	float: right;
}


/* border */
/* -------------------------------------------------- */
.border01 {
    
}

/* ohter */
/* -------------------------------------------------- */
#container #wrap .no_margin_b {
	margin-bottom: 0px;    
}
.space01{
	margin-bottom: 5px;
}
.space02{
	margin-bottom: 10px;
}
.space03{
	margin-bottom: 15px;
}
.space04{
	margin-bottom: 20px;
}
.space05{
	margin-bottom: 25px;
}
.space06{
	margin-bottom: 30px;
}
.space07{
	margin-bottom: 35px;
}
.space08{
	margin-bottom: 40px;
}
.space09{
	margin-bottom: 45px;
}
.space10{
	margin-bottom: 50px;
}
.center{
	text-align:center;
}

/* table */
/* -------------------------------------------------- */

.table01 {
}
.table01 th, .table01 td {

}
.table01 th {

}
.table01 td {

}

/* topic_path */
/* -------------------------------------------------- */
#topic_path {

}

/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
