@charset "UTF-8";
/* gn-01 CSS */
/*共通ここから*/
.opa {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.opa:hover {
	opacity: .7;
}
/*共通ここまで*/
/*　SMP　*/
@media screen and (max-width:768px) {
/*　共通から移植　*/
.area-inner {
    width: 1000px;
    margin: 0 auto;
}
.area-inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#header-contents {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#header-contents a,
#header-contents {
    color: #fff;
    text-decoration: none;
}
#header-contents .area-inner {
    position: relative;
}
#header-contents .logo {
    float: left;
    font-size: 36px;
}
#nav-global ul {
    list-style: none;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#nav-global ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#header-contents.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header-contents.fixed .box-logo {
    font-size: 24px;
    color: #333;
}
#header-contents.fixed #nav-global ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
.box-nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 1001;
}
.box-nav-toggle div {
    position: relative;
}
.box-nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.box-nav-toggle span:nth-child(1) {
    top: 0;
}
.box-nav-toggle span:nth-child(2) {
    top: 11px;
}
.box-nav-toggle span:nth-child(3) {
    top: 22px;
}

/* Fixed */
#header-contents.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);

    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header-contents.fixed .box-logo {
    font-size: 24px;
    color: #333;
}
#header-contents.fixed #nav-global ul li a {
    color: #333;
    padding: 0 20px;
}

/* Fixed Btn Hover */
#header-contents.fixed #nav-global ul li:after {
    bottom: -10px;
}
#header-contents.fixed #nav-global ul li:hover:after {
    background: #0062B8;
    bottom: -12px;
}
/*共通から移植ここまで*/
	
    #is-mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    /* #header-contents.fixed .box-logo, #header-contents .box-logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    } */

    #header-contents,
    .area-inner {
        width: 100%;
        padding: 0;
    }
    #header-contents {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #header-contents.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #header-contents.fixed .logo,
    #header-contents .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #nav-global {
        position: absolute;
        /* 開いてないときは画面外に配置 */
		top: -500px;
        background: rgba(55,49,90,.6);
        width: 100%;
        max-height: 100%;
        text-align: center;
        padding: 66px 0 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
		z-index: 1000;
    }
    #nav-global ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }

    #header-contents #nav-global ul li a,
    #header-contents.fixed #nav-global ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    .box-nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open .box-nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open .box-nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .box-nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #nav-global スライドアニメーション */
    .open #nav-global {
        /* #nav-global top + #mobile-head height */
        -moz-transform: translateY(500px);
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
    }

    .bg-b {
        background: #fff;
        opacity: 0.6;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

   /* ---------サンプルmain------------- */

    /* #main-visual {
        background: #1d76a6;
        background-image: background: -webkit-linear-gradient(bottom left, #0062B8, #850047);
        background-image: background: -o-linear-gradient(bottom left, #0062B8, #850047);
        background-image: background: linear-gradient(to top right, #0062B8, #850047);
        background: -o-linear-gradient(bottom left, #0062B8, #850047);
        background: linear-gradient(to top right, #0062B8, #850047);
        height: 700px;
    } */
    
	/* footer {
        height: 300px;
        background: #ccc;
    }*/
	
	/*20171025追記ここから*/
	/*Headerここから*/
	#is-mobile-head {
		height: 70px;
	}
	h1.box-logo {
		text-align: center;
	}
	.box-logo img {
		height: 2.3rem;
		margin-top: 2rem;
	}
	.box-nav-toggle {
		top: 20px;
	}
	#nav-global ul li {
		text-align: left;
	}
	#nav-global ul li a {
		padding-left: 2.9rem!important;
	}
	.nav-global-pc {
		display: none;
	}
	.nav-global-smp ul li {
		border-bottom: solid 1px black;
	}
	.nav-global-smp ul li:first-child {
		border-top: solid 1px black;
	}
	.nav-global-smp img {
		height: 2rem;
	}
	/*Headerここまで*/
	/*Footerここから*/
	.img-to-top {
		text-align: center;
		margin: 10rem 0 3.5rem 0;
	}
	.img-to-top img {
		width: 45px;
	}
	.img-to-top a {
		width: 45px;
		margin: 0 auto;
	}
	.box-footer-menu-pc {
		display: none;
	}
	#footer-contents {
		width: 100%;
		background-color: #37315A;
	}
	.area-footer {
		padding: 0 10px;
	}
	.box-footer-logo{
		padding-top: 3.35rem;
	}
	.box-footer-logo img {
		width: 56px;
	}
	.box-footer-address {
		font-size: 1.2rem;
		color: #FFFFFF;
		line-height: 1.5;
		margin-top: 1.7rem;
	}
	.box-footer-contact {
		font-size: 1.2rem;
		color: #FFFFFF;
		line-height: 1.5;
		margin-bottom: 2.35rem;
	}
	.box-footer-menu-smp ul li {
		border-bottom: 1px solid #95989A;
		margin: 0 -10px;
	}
	.box-footer-menu-smp ul li:first-child {
		border-top: 1px solid #95989A;
	}
	.box-footer-menu-smp ul li a {
		padding: 1.5rem 0 1.5rem 3rem;
		line-height: 0;
	}
	.box-footer-menu-smp ul li img {
		height: 15.5px;
	}
	.txt-copy {
		text-align: center;
		padding: 3.25rem 0;
		font-size: 1.2rem;
		color: #FFFFFF;
	}
	/*Footerここまで*/
	/*20171025追記ここまで*/
}

/*PCここから*/
@media screen and (min-width:769px) {
	
	/*20171025追記ここから*/
	/*Header*/
	h1.box-logo {
		display: none;
	}
	.nav-global-smp {
		display: none;
	}
	#header-contents {
		width: 900px;
		margin: 0 auto;
	}
	#nav-global-pc {
		margin-top: 120px;
		text-align: center;
	}
	#nav-global-pc ul li:last-child {
		margin-right: 0;
	}
	#nav-global-pc ul li {
		display: inline-block;
		border-bottom: solid 1px #95989A;
		padding-bottom: 10px;
		margin-right: 60px;
		text-align: center;
		width: 110px;
	}
	#nav-global-pc ul li:nth-child(3) {
		border: none;
		vertical-align: bottom;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#nav-global-pc ul li img {
		height: 19px;
	}
	img.img-logo{
		height: auto !important;
	}
	/*Headerここまで*/
	/*Footer*/
	.img-to-top {
		text-align: center;
		margin-bottom: 60px;
	}
	.img-to-top img {
		width: 50px;
	}
	.img-to-top a {
		width: 50px;
		margin: 0 auto;
	}
	#footer-contents {
		width: 100%;
		background-color: #37315A;
	}
	.area-footer {
		width: 900px;
		margin: 0 auto;
	}
	.box-footer-nav {
		overflow: hidden;
		padding-top: 75px;
	}
	.box-footer-logo {
		width: 90px;
		float: left;
	}
	.box-footer-menu-pc {
		width: 460px;
		float: right;
		margin-right: 225px;
	}
	.box-footer-menu-pc ul li {
		display: inline-block;
		margin-right: 60px;
		padding-top: 23px;
	}
	.box-footer-menu-pc ul li:last-child {
		margin-right: -60px;
	}
	.box-footer-menu-pc img {
		height: 19px;
		vertical-align: bottom;
	}
	.box-footer-address {
		margin: 40px 0 20px 0;
	}
	.box-footer-address ul li {
		display: inline-block;
		font-size: 15px;
		color: #FFFFFF;
		margin-right: 5px;
	}
	.box-footer-contact ul li {
		display: inline-block;
		font-size: 15px;
		color: #FFFFFF;
		margin-right: 15px;
	}
	.txt-copy {
		text-align: center;
		padding: 80px 0 50px 0;
	}
	.txt-copy p {
		font-size: 12px;
		color: #FFFFFF;
	}
	.box-footer-menu-smp {
		display: none;
	}
	/*Footerここまで*/
	/*20171025追記ここまで*/
	
	/*PCここまで*/
}
