@charset "utf-8";
/*横幅768pxまで　*/
@media screen and (max-width: 768px){
body {
	background-color: #FFFFFF;
}
.mobile{
display: block;	
}
.pc{
display: none;
}


	
/*#########################################################
レイアウト
#########################################################*/

.header {
    display: none;
}

/*------------------------------------------------
.footer_logo-box（footerロゴ）
------------------------------------------------*/ 
.footer_logo-box {
    width: 100%;
    padding-top: 30px;
}
.footer_logo-box_in {
    width: 96%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}
.footer_logo {
    width: 90%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}
.footer_tel {
    width: 100%;
    display: block;
}    
.footer_map {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
 /*------------------------------------------------
contact-btn2（footerお問い合わせボタン2）
------------------------------------------------*/    
.contact-btn2_box{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
.contact-btn2 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.contact-btn2 {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #5892B5;
    text-decoration: none;
    text-align: center; /*ボタン色*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.25em;
    float: left;
    border: thin solid #5892B5;
    border-radius: 50px;
  }
.contact-btn2:hover {
    background-color: rgba(88,146,181,1.00);
    color: #FFFFFF;
    width: 100%;
    border-radius: 50px;
} 

/*------------------------------------------------
.footer_group（footerグループ）
------------------------------------------------*/ 
.footer_group {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer_group_in {
    width: 100%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}
.footer_group_in2 {
    width: 96%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}
.footer_group_in2 ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}
.footer_group_in2 ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    padding-bottom: 1em;
}
.footer_group_in2-ph {
    width: 100%;
    padding-bottom: 5px;
}
.footer_group_in2-tex {
    width: 100%;
    color: #5892B5;
    font-size: 0.81em;
}

/*------------------------------------------------
.footer_gr（footerグループタイトル）
------------------------------------------------*/ 
.footer_gr {
    margin: 0;       /* 文字サイズ指定 */
    position: relative;    /* 位置調整 */
    font-weight: bold;   /* 文字の太さ調整 */
    display: inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 20px;      /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
    color: #5892B5;
    font-size: 1.13em;
}
.footer_gr-wrap {
    position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
}
.footer_gr-wrap:before {
    content: '';           /* 空白の要素を作る */
    background-color: #5892B5; /* 背景色指定 */
    display: block;        /* ブロック要素にする */
    position: absolute;    /* 位置調整 */
    left: 0;               /* 位置調整 */
    width: 100%;           /* 幅指定 */
    height: 1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom: 0;             /* 位置調整 */
    margin: auto;          /* 位置調整 */
}

/*------------------------------------------------
.footer（footメニュー）
------------------------------------------------*/ 
.footer {
    width: 100%;
    background-color: #EAF6FD;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-in {
    display: none;
}

.footer-copy {
    width: 100%;
    text-align: center;
    background-color: #5992b5;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*------------------------------------------------
footer-menu（メニュー）
------------------------------------------------*/     

.menu_boxin {
	width: 96%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#menu_box {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#menu_box a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: rgba(13,50,111,1.00);
    line-height: 1;
}

#menu_box label {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
    line-height: 1;
    color : #FFFFFF;
    cursor : pointer;
    font-size: 1.06em;
    padding-top: 30px;
    padding-right: 3px;
    padding-bottom: 30px;
    padding-left: 10px;
    font-weight: bold;
    border: thin solid #86B4C3;
    background-color: #5892B5;
}

#menu_box input {
    display: none;
}
#menu_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_box li {
	overflow-y: hidden;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	padding-left: 10px;
	font-size: 14px;
	max-height: 0;
	line-height: 50px;
}

#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
{
    max-height: 46px;
    opacity: 1;
}

	/*topページへ戻る*/
#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 50%;
    z-index: 100;
} 
}
