@charset "utf-8";

/* base */

body {
	font-family: Arial, Helvetica, "sans-serif"
	font-size:1.4rem;
	line-height:1.6;
	color:#111;
	-webkit-text-size-adjust:100%;
	letter-spacing:.1em;
}
a img {
	border-style: none;
}
a:link {
	color: #084E87;
	text-decoration: underline;
}
a:visited {
	color: #084E87;
}
a:hover {
	text-decoration: none;
}
.clear  {
	clear: both;
	visibility: hidden;
	height: 0px;
}

/* pc / sp */

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

.pc-hidden{
	display:none;
}

}

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

.sp-hidden{
	display:none;
}

}

/* basic layout */

header {
width: 100%;
position: relative;
background-color: rgba(23, 41, 48, 0.9); 
position: fixed;
left: 0;
top: 0;
z-index: 100;
}
.header_logo {
width: 300px;
height: auto;
margin-right: 500px;
}
.header_logo img {
  width: 100%;
}
.header_inner {
max-width: 1280px;
margin: 0 auto;
height: 70px;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 15px;
}
.gNavi {
 display: flex;
 list-style: none;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	font-size: 1.3rem;
}
.gNavi li a {
color: #fff;
padding-left: 10px;
padding-right: 60px;
text-decoration: none;
white-space: nowrap;
}
.gNavi li a:hover{
color: #ccc;
}
ul.menu_second-level {
visibility: hidden;
opacity: 0;
z-index: 1;
}
.menu_second-level li {
width: 100%;
font-size: 1.3rem;
padding: 12px 0px;
border-top: 1px solid #111;
}
.menu_second-level li a:hover {  
}
.menu > li.menu_single {
    position: relative;
}
li.menu_single ul.menu_second-level {
position: absolute;
top: 70px;
/*width: 50%;*/
background: rgba(23, 41, 48, 0.9); 
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
li.menu_single:hover ul.menu_second-level {
top: 70px;
visibility: visible;
opacity: 1;
}

.en a {
text-decoration: none;
}
.lang {
background-color: #0F3A6A;
padding: 26px 18px 25px 18px;
}
.lang .menu06 {
text-decoration: none;
color: #fff;
font-family: 'Fjalla One', sans-serif;
font-size: 1.2rem;
font-weight: normal;
}
.lang:hover {
background-color: #3FA7BA;
}
.titleBg {
background-image: url("../common/img/title_bg.jpg");
height: 300px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.titleBg_inner {
max-width: 1280px;
margin: 0 auto;
position: relative;
}
.titleBox {
position: absolute;
text-align: center;
top: 140px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.titleBox h2 {
font-size: 2.4rem;
font-family: 'Fjalla One', sans-serif;
font-weight: bold;
color: #fff;
letter-spacing: 0.3em;
padding: 0 20px 10px 20px; 
border-bottom: solid 1px rgba(255, 255, 255, 0.5);
line-height: 100%;
margin-bottom: 10px;
}
.titleBox .subTitle {
font-size: 1.2rem;
color: #fff;
font-family: 'Fjalla One', sans-serif;
}
.pankuzu {
max-width: 980px;
margin: 0 auto;
padding-top: 15px;
display: flex;
}
.pHome,
.p01{
margin-right: 10px;
}
.p02 {
font-size: 1.2rem;
font-family: Arial, Helvetica, "sans-serif";
padding-top: 2px;
padding-right: 10px;
}
.wrapper {
max-width: 1280px;
margin: 0 auto;
}
main {
max-width: 980px;
margin: 0 auto;
padding-bottom: 30px;
}
footer {
width: 100%;
height: 180px;
background-color: #293337;
}
.footer_inner {
max-width: 980px;
margin: 0 auto;
}
.footLogo {
width: 280px;
height: auto;
padding-bottom: 20px;
}
.footLogo img {
width: 100%;
}
.footAddress {
font-size: 1.1rem;
margin-left: 5px;
color: #fff;
line-height: 200%;
}
.footAddress a {
color: #fff;
}
.footLeft {
float: left;
padding-top: 25px;
}
.footRight {
float: right;
padding-top: 46px;
}
.footMenu {
display: flex;
justify-content: flex-end;
margin-bottom: 80px;
}
.footMenu li {
position: relative;
}
.footMenu li a {
font-size: 1.1rem;
color: #ccc;
text-decoration: none;
padding: 0 15px;
}
.footMenu li:before {
position: absolute;
top: 50%;
content: "/";
display: block;
transform: translate(-50%, -50%);
color: #ccc;
}
.footMenu li a:hover {
text-decoration: underline;
}
.copyright {
font-size: 1.0rem;
color: #DDD;
}

/*　page top 　*/

.page_top {
width: 50px;
height: 50px;
position: fixed;
right: 20px;
bottom: 200px;
background: #0B2A4B;
opacity: 0.9;
border-radius: 50%;
}
.page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 14px;
color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: -2px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

/*　for iPad 　*/

@media screen and (min-width:768px) and ( max-width:979px) {
.header_logo {
width: 160px;
height: auto;
}
.gNavi li {
font-size: 1.1rem;
}
.gNavi li a {
color: #fff;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
white-space: nowrap;
}
.lang .menu06 {
font-size: 1.0rem;
}
.titleBg {
height: 250px;
}
.titleBox h2 {
font-size: 2.0rem;
}
.titleBox .subTitle {
font-size: 1.1rem;
}
.pankuzu {
padding-left: 20px;
}
.p02 {
font-size: 1.1rem;
}
.footLogo {
width: 260px;
height: auto;
}
.footLeft,
.footRight {
width: 50%;
padding-left: 20px;
}
.footAddress {
font-size: 1.0rem;
}
.footMenu li a {
font-size: 1.0rem;
}
.copyright {
font-size: 0.8rem;
line-height: 130%;
display: block;
}
}




/*スマートフォン*/

@media all and (max-width : 767px ){
.header_inner {
height: 48px;
padding-left: 0px;
position: relative;
}
.header_logo {
width: 200px;
height: auto;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.gNavi {
display: none;
}
.en {
position: absolute;
left: 0px;
}
.lang {
background-color: transparent;
margin-top: -1px;
}
.lang .menu06 {
color: #999;
font-family: 'Fjalla One', sans-serif;
font-size: 0.7rem;
border: solid 1px #999;
padding: 2px 10px;
border-radius: 10px;
}
.lang:hover {
background-color: transparent;
}
.titleBg {
width: 100%;
height: 150px;
background-size: cover;
}
.titleBox {
position: absolute;
top: 75px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.titleBox h2 {
font-size: 1.4rem;
padding-bottom: 5px;
letter-spacing: 0.2em;
margin-bottom: 4px;
white-space: nowrap;
}
.titleBox .subTitle {
font-size: 0.8rem;
}
.pankuzu {
display: none;
}
footer {
height: 160px;
}
.footer_inner {
position: relative;
}
.footLeft {
clear: both;
width: 100%;
padding-top: 18px;
white-space: nowrap;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.footLogo {
width: 200px;
height: auto;
margin: 0 auto;
padding-top: 0px;
padding-bottom: 10px;
}
.footAddress {
font-size: 1.0rem;
margin-left: 0px;
line-height: 180%;
text-align: center;
display: block;
}
.footMenu {
display: none;
}
.footRight {
clear: both;
white-space: nowrap;
position: absolute;
top: 70px;
left:50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.copyright {
font-size: 0.8rem;
text-align: center;
line-height: 130%;
display: block;
padding-top: 10px;
}
.page_top {
width: 35px;
height: 35px;
position: fixed;
right: 10px;
bottom: 160px;
}
.page_top a{
width: 35px;
height: 35px;
}
.page_top a::before{
top: 1px;
}

}
