@charset "utf-8";
/* -------------------------
common
------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@media screen and (min-width: 481px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 480px){   
  .pc { display:none; }
  .sp { display:block; }
}


#header {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "黎ミンY20 M";
	font-size: 1em;
	color: #000;
width: 100%;
	line-height: 1.6;
	background: url(../img/bg.jpg);
}

img {
	border: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #000;
}
a:focus {
	outline: none;
}
a:focus img {
	outline: none;
}
ul, ol {
	list-style: none;
}
hr {
	width: 100%;
	height: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
.cb {
	box-sizing: content-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
}
#pageTop a img {
	opacity: 0.3;
}
#pageTop a:hover img {
	opacity: 0.5;
}


/* -------------------------
header
------------------------- */


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

.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 10px;
  top   : 50px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background :#fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 15px;
  left: 4px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 15px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
left: 4px;
}

nav.globalMenuSp {
position: absolute;
z-index: 4;
  top  : 120px;
  left : 0;
  color: #fff;
  background: #eceade;
  text-align: center;
  width: 100%;
  opacity: 0;
visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#c4c2b3;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #002b60;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
visibility: visible;

}
}


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




header {
width: 100%;
Height: 140px;
margin: auto;
z-index: 9999;
position: fixed;
background: url(../img/blank.png)no-repeat;
background-size: 100% auto;
}

	

 


.logosmp {
width: 80%;
height: auto;
Margin-right: 35px;
Text-align: center;
margin-top: 25px;
	
	
}



footer {
width: 100%;
min-width: 0px;
background: #002d6b;
padding-top: 24px;
padding-bottom: 24px;
}

footer p {
	font-size: 9px;
	color: #fff;
	line-height: 1;
	text-align: center;
}

#contentsWp {
width: 100%;
margin: auto;

}

.topmenu p {

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 13px;
color: #002d6b;
Margin:auto;
Display:none;

}
.topmenu p a{

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 13px;
color: #002d6b;
Margin:auto;
Display:none;

}

.spec{
Text-align:center;
Color:#000;
Font-size:10px;
font-family:serif;
}

.specimg{

Width:100%;
Height:auto;
}

.menumain{
Padding-top:30px;
Margin:auto;

}

h2{
Color:#002b60;
Font-size:20px;
margin:0 auto;
Padding-bottom:10px;
Padding-top:10px;
Text-align:center;
font-family:serif;
  }

h3{
Color:#002b60;
Font-size:14px;
margin:0 auto;
Padding-bottom:4px;
Padding-top:10px;
Text-align:center;
font-family:serif;
  }

h4{
Color:#002b60;
Font-size:13px;
margin:0 auto;
Padding-bottom:4px;
Padding-top:10px;
Text-align:center;
font-family:serif;
  }


.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:4px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	}

.topban{
Width:100%;
Margin:auto;

}
.top-banner a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}


.bread{
Padding-top: 150px;
width:100%;
text-align:left;
padding-left: 5px;
}


.List-Item {
  display: inline;
  font-size: 9px;
}
.List-Item::after {
  content: '＞';
}
.List02 .List-Item::after {
  content: '/';
}
.List-Item:last-child::after {
  content: '';
}
.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.mainmenu {
Width:90%;
Height:auto;
}

}

