@charset "UTF-8";
html, body {
  font-size: 16px;
}
body {
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*  background: #fff center bottom;*/
/*  　background-size: contain;*/
	background: url("../img/common/wall.jpg") top center;
    background-size: cover;
	background-attachment: fixed;
	
}
body a {
  text-decoration: none;
}
#wrap {

/*
  background: url("../img/common/wall.jpg")  top center;
  background-size: cover;
*/
}
#mv .mainLogo h1 {
  text-align: center;
  width: 100%;
/*
  background-image: url("../img/common/wall.jpg");
  background-size: cover;
*/
  padding: 20px 0;
}
.ice {
/*  background: rgba(255, 255, 255, 0.1);*/
}
a.popup {
  position: absolute;
  right: 0px;
  width: 180px;
  top: 80px;
}
.br_sp {
  display: block;
}
@media(max-width:768px) {
  body {
    padding-top: 56px;
/*
    background: url("../img/common/wall.jpg") fixed top center;
    background-size: cover;
*/
  }
	
  body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/wall.jpg);
  background-size: cover;
  background-repeat: no-repeat;	
	}
	
	
	
	
  #wrap {
/*
    background-image: url("../img/common/wall.png");
    background-size: cover;
	background-position:  top center;
	  background-attachment: fixed;
*/
  }
  .br_sp {
    display: none;
  }
}
@media(max-width:768px) {
#mv .mainLogo {
    padding: 0px;
    width: 100%;
    text-align: center;
    background: url("../img/common/body_bg.png") no-repeat top center;
  }
}
#commonTab {
  display: table;
  height: 60px;
/*  margin: 0 40px;*/
  width: 100%;
}
@media(max-width:768px) {
  #commonTab {
    display: none;
    margin: 0px;
  }
  #commonTab img {
    width: 90%;
  }
}
#commonTab a {
  font-weight: bold;
  width: 25%;
  text-decoration: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #000;
  color: #002e4d;
  /*font-size: 1.2vw;*/
}
#commonTab a.mwg {
  padding: 5px;
  background: #f2f2f2;
}
#commonTab a.current {
  background: #002e4d;
  color: #dbb019;
}
#pageNavi {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #013678;
  color: #fff;
}
#topPage #pageNavi {
/*  top: -30px;*/
  border-top: 0;
  width: 100%;
}
#pageNavi a {
  color: #fff;
  font-size: 18px;
}
#pageNavi a.current {
  color: #f6f291;
}
#pageNavi a.disabled {
  pointer-events: none;
  color: #949494 !important;
}

#pageNavi ul li>ul {
	display: none;
	padding: 0;
}

#pageNavi >ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 ;
  flex-wrap: wrap;
  width: 100%;
  background-color:#013678; 
}

#pageNavi ul li:not(.child) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#pageNavi ul li a {
  padding: 15px 24px;
  text-align: center;
}
#pageNavi ul li a:hover {
  color: #f6f291;
}
#pageNavi ul li a.current {
  color: #f6f291;
}

#pageNavi ul li:last-child:after {
  content: none;
}

/*gray_out*/

#pageNavi ul li .unc {
	pointer-events: none;
    color: #aaa;
}

#pageNavi ul li>ul li a{
	padding: 10px;
	display: block;
	width: 100%;
	font-size: 12px;
}

#pageNavi ul li>ul li {
	padding: 0;
}


/*top_nav*/
.top_nav  {
	display: flex;
	justify-content: space-between;
}

.top_nav .top_nav_logo {
	width: 15%;
	padding:10px 20px;
	z-index: 4000;
}

/* nav調整 */


.menu {
    display: flex;
    justify-content: space-around;
    list-style: none;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.menu li {
    position: relative; /* 動き　*/
    background: #013678;
}

.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.sub_menu li a:hover {
    background: #95b0cd;
}

/* ドロップダウン */

.sub_menu {
    list-style: none;
    position: absolute;
/*	top:0;*/
	z-index: 100;
	width: 100%;
}


@media(max-width:1040px) {
  #pageNavi ul li a {
    padding: 5px 10px;
    text-align: center;
  }
#pageNavi a {
	font-size: 14px;
	}
	.top_nav .top_nav_logo {
		width: 12%;
	}
	
}
@media(max-width:768px) {
  #pageNavi {
    display: none;
  }	

}
footer {
  width: 100%;
  /*background: #000;*/
  z-index: 9999;
}
footer .tim {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0px;
  padding: 15px 0;
  z-index: 9999;
  background: #0b4064;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3em;
}
footer .tim a {
  display: block;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2;
}
footer .tim dl {
  width: 550px;
  display: table;
  margin: 0 auto;
}
footer .tim dl dt {
  width: 328px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
footer .tim dl dt img {
  width: 100%;
}
footer .tim dl dd {
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
footer .inner {
  text-align: center;
  margin-top: 55px;
  padding: 40px 45px;
  background: #543677;
}
footer .inner a {
  color: #fff;
}
footer .inner a i {
  margin-right: 5px;
}
footer .inner .copy {
  margin-top: 15px;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}
@media(max-width:768px) {
  footer {
    width: 100%;
    /*		background: #000;*/
    z-index: 8000;
  }
  footer .tim {
    z-index: 8000;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0px;
    padding: 5px 0;
    background: #013678;
    font-size: 4.5vw;
  }
  footer .tim dl {
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  footer .tim dl dt {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  footer .tim dl dd {
    font-size: 12px;
    display: inline;
    margin: 0;
  }
  footer .inner {
    text-align: center;
    padding: 20px 5% 20px;
  }
  footer .inner a {
    color: #fff;
  }
  footer .inner a i {
    margin-right: 5px;
  }
  footer .inner .copy {
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
  }
}
.spOnly {
  display: none;
}
.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}
.text-divider::before, .text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: var(--text-divider-gap);
}
@media(max-width:768px) {
  .spOnly {
    display: block;
  }
}
.menu_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  z-index: 5000;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu_cover_on {
  opacity: 0.5;
}
.spOnly .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: #fff;
  display: table;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
  z-index: 3000;
}
.spOnly .menu > h1 {
  display: table-cell;
  padding: 13px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.spOnly .menu > h1 img {
  width: 180px;
}
/*
.spOnly .menu > h1 a {
  font-size: 0.8em;
  color: #333;
  position: absolute;
  background-color: #ececec;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 10px;
  top: 8px;
  right: 64px;
  font-weight: normal;
  letter-spacing: -0.05em;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
*/
.spOnly .menu > #menu_button {
  display: table-cell;
  width: 35px;
  padding: 5px 12px;
  font-size: 10px;
  vertical-align: middle;
  overflow: hidden;
  background: #156fbb;
}
.spOnly .menu > #menu_button > div {
  display: table;
  width: 100%;
  text-align: center;
}
.spOnly .menu > #menu_button > div > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
  padding-top: 2px;
  text-align: center;
}
.spOnly .menu > #menu_button > div > i {
  width: 34px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
/* ------------------------------------------
 グローバルナビ
------------------------------------------ */
nav.g_nav {
  background-color: rgba(255, 255, 255, 0.75);
  height: 40px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 250px;
  left: -250px;
  top: 0;
  height: 100%;
  background-color: #002e4d;
  display: block;
  z-index: 9000;
  overflow: auto;
}
nav.g_nav > .title {
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0.5rem 10px;
  font-weight: bold;
  position: relative;
  color: #002e4d;
  background: #fff;
  text-align: center;
}
nav.g_nav > .title > .fa-times {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
  margin-left: 10px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
nav.g_nav > ul > li.open {
  display: block;
}
nav.g_nav > ul > li > a {
  display: block;
  position: relative;
  padding: 0.7rem 10px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  border-top: 1px solid #0a4166;
  border-bottom: 1px solid #001829;
}
nav.g_nav > ul > li > a.disabled {
  pointer-events: none;
  color: #949494 !important;
}
nav.g_nav > ul > li > a > .fa {
  margin-right: 8px;
  display: inline-block;
  text-align: center;
}
nav.g_nav > ul > li:first-child > a {
  border-top: 1px solid #333;
}
/*
nav.g_nav > ul > li > a:after {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 11px;
  right: 10px;
}
*/
nav.g_nav > ul > li > a.arrownone:after {
  content: "";
}

nav.g_nav ul li .unc {
	pointer-events: none;
    color: #aaa;
}

/* nav 調整*/
.g_nav ul li>ul li {
	padding: 10px 8px;
	font-size: 12px;
	margin-left: 5px;
	background-color: #1d2d41;
}

.g_nav ul li>ul li a{
	color:#fff;
	
}
