@charset "UTF-8";
/* CSS Document */


/*-- PCナビメニュー --*/
#gNav{
	height: 90px;
	width:100%;
	transition: 0.75s;
	}

nav .sub-menu,.mean-container .mean-nav ul ul {/*プルダウン背景*/
	background-color: #ffffff;
	}

#gNav ul.nav {
	position:absolute;
    top: 2rem;
    right: 4%;
	list-style: none;
    display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	z-index: 10;
	}
#gNav li {
	position: relative;
	}
#gNav ul.nav > li {
	margin-right: 3rem;
	}
#gNav ul.nav > li:last-child {
	margin-right: 0;
	}
#gNav ul.nav > li > a {
	color: #fff;
	line-height: 120%;
	text-decoration: none;
	text-align: center;
	transition: .3s;
	}

#gNav ul.nav > li > a{
	display: block;
	font-size: 100%;
	font-weight: bold;
	}

#gNav ul.nav > li > a:hover {
	opacity: .6;
	}

#gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1000000!important;
    display: block;
    position: absolute;
    top: 38px!important;
    left: 50%;
    margin-left: -100px;
    width: 200px;
	text-align: center;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
    transition: all .2s ease;
	}
#gNav .sub-menu a {
    display: block;
    padding: 14px 10px;
    line-height: 1.2em;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #35aacd!important;
	text-decoration: none;
	}
#gNav .sub-menu a:hover {
    background: #eee;
	}


#gNav .sub-menu a:hover:after {
    content: none;
	}
#gNav .sub-menu li {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0;
	border-bottom: solid 1px #eee;
	}
#gNav .sub-menu li:last-child {
    border-bottom: none;
	}

#gNav ul > li:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	}

#gNav li:hover ul.sub-menu {
    top: 3.2rem!important;
    visibility: visible;
    opacity: 1;
    z-index: 101;
	}
#gNav li ul li:after {
    content: none;
	}
#gNav li:hover ul.sub-menu a {
    color: #35aacd;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	}
	@media only screen and (max-width: 1300px) {
		#gNav ul.nav > li {
			margin-right: 1.5rem;
			}
		}
	@media only screen and (max-width: 1150px) {
		#gNav ul.nav > li {
			margin-right: 1.1rem;
			}
		}
	@media only screen and (max-width: 1000px) {
		#gNav ul.nav {
			display: none;
			}
		}
	@media only screen and (max-width: 480px) {
		#gNav{
			height: 60px;
			}
		}
	@media only screen and (max-width: 320px) {
		#gNav{
			height: 54px;
			}
		}


/*スクロール後.fixed付与*/
nav.fixed{
	position: fixed;
	z-index: 101;
	/*background: #fff;
	box-shadow: 0px 3px 5px -5px #777777;*/
	}
nav.fixed ul{}
nav.fixed ul li a{
	color:#35aacd!important;
	}







/* ---------------------------------------------------------------------------------------------

　   スマホメニュー

--------------------------------------------------------------------------------------------- */

/*　全体　*/
#g-nav{
    position:fixed;
    z-index: 999;
	top:-200%;
    left:0;
	width:100%;
    height: 100vh;
	background: #35aacd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	}
#g-nav.panelactive{
    top: 0;
	}

/*ナビの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	}
	@media only screen and (max-width: 800px) {
		#g-nav,
		.openbtn{
			display: block;
			}
		}
	@media only screen and (max-width: 400px) {
		
		}


/*白背景ボックス*/
.wt_box{
	width: 80%;
	background: #fff;
	border-radius: 3px;
	margin: 18px auto;
	padding: 24px 0 10px 0;
	}
	@media only screen and (max-width: 480px) {
		.wt_box{
			border-radius: 3px;
			margin: 8px auto;
			padding: 18px 0 8px 0;
			}
		}
	@media only screen and (max-width: 360px) {
		.wt_box{
			margin: 5px auto;
			padding: 12px 0 6px 0;
			}
		}

/*ロゴマーク*/
.g_ttl{
	margin: 32px auto;
	}
.g_ttl a{
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	max-height: 63px;
	margin: 0 auto;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.g_ttl a:hover{
	opacity: .6;
	}
.g_ttl a img{
	width: 100%;
	max-width: 274.74px;
	height: auto;
	max-height: 142.84px;
	}
	@media only screen and ( max-width : 800px ) {
		.g_ttl a{
			margin: 14px auto 12px auto;
			}
		}
	@media only screen and ( max-width : 640px ) {
		.g_ttl a{
			margin: 14px auto 12px auto;
			}
		}
	@media only screen and ( max-width : 480px ) {
		
		}

/* -------------

　 　メニュー 一覧

---------------- */

/*-- 囲み --*/
.sub_nav_wrap{
	width: 90%;
	margin: 0 auto;
    /*display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
    -ms-flex-pack: distribute;
	justify-content:space-around;*/
	}

/* 親メニュー */
ul.sub_nav{
	list-style: none;
	width: 100%;
	}
ul.sub_nav > li{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: dashed 1px #ccc;
	}
ul.sub_nav > li:last-child{
	margin-bottom: 12px;
	padding-bottom: 0;
	border-bottom: none;
	}
ul.sub_nav > li > a{
	color: #656565;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	}

/* 子メニュー */
ul.sub_nav > li > ul{
	list-style: none;
	padding-top: 8px;
	}
ul.sub_nav > li > ul > li{
	margin-bottom: 3px;
	}
ul.sub_nav > li > ul > li > a{
	color: #656565;
	font-size: 14px;
	margin-left: 12px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	}
ul.sub_nav > li a:hover{
	opacity: .6;
	}
	@media only screen and (max-width: 800px) {
		ul.sub_nav > li > ul > li > a::before{
			content: '・';
			margin-left: 0;
			}
		}
	@media only screen and (max-width: 640px) {
		/* 親メニュー */
		ul.sub_nav{
			list-style: none;
			width: 100%;
			}
		ul.sub_nav > li{
			margin-bottom: 10px;
			padding-bottom: 10px;
			}
		ul.sub_nav > li:last-child{
			margin-bottom: 10px;
			}
		ul.sub_nav > li > a{
			font-size: 16px;
			}
		ul.sub_nav > li > ul{
			padding-top: 6px;
			}
		ul.sub_nav > li > ul > li{
			margin-bottom: 4px;
			}
		ul.sub_nav > li > ul > li > a{
			font-size: 14px;
			margin-left: 0;
			}
		}


/*-- お問合せ先情報 --*/
nav#g-nav .address{
	text-align: center;
	width: 100%;
	margin-top: 5px;
	}
nav#g-nav .a_inner{
	color: #fff;
	}
nav#g-nav .a_ttl{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	}
nav#g-nav .a_txt{
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 175%;
    margin-top: 10px;
	}
nav#g-nav .a_txt a.phoneno{
	font-size: 2em;
    margin-top: 5px;
	}


/* -------------

　 　ボタン

------------- */

/*-- ボタン 四角 --*/
.button_wrap{
	text-align: center;
	}
.button {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	background: #fff;
	color: #35aacd!important;
	font-size: 100%;
	font-weight: bold;
	margin: 30px auto ;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	text-decoration: none;
	width: 75%;
	max-width: 400px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	}
.button:hover {
	background: #35aacd;
	}
.button:hover span{
	color: #35aacd;
	}
.button::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	background:#fff;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	}
.button:hover::before {
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	}
.button span{
	position: inherit;
	z-index: 2;
	}
/* 矢印 */
a.button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-radius: 3px;
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    content: "";
	z-index: 2;
	}
a.button:hover::after {
    border-right: 3px solid #35aacd;
    border-top: 3px solid #35aacd;
	}
	@media only screen and (max-width: 480px) {
		.button {
			font-size: 95%;
			margin: 10px auto;
			padding-top: 12px;
			padding-bottom: 12px;
			}
		}	
	@media only screen and (max-width: 360px) {
		.button {
			width: 84%!important;
			}
		}







/* sns */
nav#g-nav .sns{
    display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 22px;
	margin-bottom: 18px;
	}

nav#g-nav .sns .fb{}
nav#g-nav .sns .tw{}
nav#g-nav .sns .insta{}
nav#g-nav .sns .line{}
nav#g-nav .sns .search{}
nav#g-nav .sns .x_tw{}


nav#g-nav .sns p{
    margin-right: 0.75em;
    }
nav#g-nav .sns p:last-child{
    margin-right: 0;
    }

nav#g-nav .sns a img{
    height: 2.2em;
    width: auto;
    }




/* コピーライト */
nav#g-nav .cpright{
	padding: 12px;
	text-align: center;
	}
nav#g-nav .cpright small{
	color: #fff;
	font-size:0.9em;
	font-weight: normal;
	}
	@media only screen and (max-width: 640px) {
		nav#g-nav .a_ttl{
			font-size: 1.3em;
			letter-spacing: 1px;
			}
		nav#g-nav .a_txt{
			width: 90%;
            margin-left: auto;
            margin-right: auto;
			font-size: 0.9em;
			letter-spacing: 1px;
			line-height: 175%;
			}
		}




/* -------------

　 　ハンバーガー ボタン

---------------- */
.openbtn{
	display: none;
	position:fixed;
	top:19px!important;
	right: 10px;
    width: 62px;
    height:62px;
	cursor: pointer;
	z-index: 9999;
	}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 50%;
	}
/*線の色*/
.openbtn span:nth-of-type(1) {
	top:15px;
	background-color: #35aacd;
	}
.openbtn span:nth-of-type(2) {
	top:24px;
	background-color: #829CCD;
	}
.openbtn span:nth-of-type(3) {
	top:33px;
	background-color: #35aacd;
	}


/*ボタンアクティブ時*/
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    -o-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
    background-color:#fff;
	}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
	}
.openbtn.active span:nth-of-type(3){
	display: block;
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    -o-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    background-color:#fff;
	}

    @media only screen and (max-width: 1000px) {
        .openbtn{
            display: block;
            }
        }

    @media only screen and (max-width: 480px) {
        .openbtn{
            top:2px!important;
			right: 10px;
			width: 60px;
		    height:60px;
            }
        }
    @media only screen and (max-width: 360px) {
        .openbtn{
			right: 5px;
			width: 54px;
		    height:54px;
            }
        }





