@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  -webkit-text-size-adjust: none;
	font-feature-settings: "palt";
  min-width: 950px;
	background-image: url("../img/back.gif");
	background-position: top center;
	background-repeat: repeat-x;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
p {
  font-size: 16px;
  color: #333;
  line-height: 1.8em;
  padding: 0 0 20px 0;
	text-align: justify;
}
article {
	width: 950px;
	margin: 40px auto;
	padding: 0 0 0 0;
	overflow: hidden;
	
}
.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.scroll {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
}
.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
img {
  width: 100%;
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
header {
	width: 100%;
	height: 76px;
	border-top: 2px solid #1d2b83;
	border-bottom: 2px solid #1d2b83;
	padding: 15px 0 0 0;
	
}
#headbox {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

header h1 {
	width: 309px;
	line-height: 1;
	float: left;
}
header h2 {
	width: 420px;
	line-height: 1;
	float: right;
}

#menu {
	width: 100%;
	height: 40px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px #DDD;
	background: linear-gradient(to bottom, #e5e5e5, #fff);
}
#menu ul {
	width: 950px;
	margin: 0 auto;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}
#menu ul li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 40px;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
}
#menu ul li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #1d2b83;
}

#page-top {
  position: absolute;
  top: 60px;
  right: 30px;
  font-size: 10px;
}
#page-top a {
  background: #333;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 60px;
}
#page-top a:hover {
  text-decoration: none;
  background: #754C24;
}
.opt {
	font-family: "Optima", sans-serif;
}

aside {
	width: 220px;
	float: left;
}
aside h3 {
	border-top: 2px solid #1d2b83;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#fff));
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 18px;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

aside ul {
	width: 100%;
	margin: 0 0 30px 0;
}
aside ul li {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	background: url(../img/icon_arrow1_gray.gif) 10px 50% no-repeat;
	border-bottom: 1px solid #ddd;
}
aside ul li a {
	display: block;
	padding: 13px 10px 11px 28px;
    text-decoration: none;
    color: #666;
}
aside ul li a:hover {
	display: block;
	padding: 13px 10px 11px 28px;
    text-decoration: none;
    color: #666;
	background-color: #ddd;
}





#contents {
	width: 640px;
	float: right;
}


/*nabi開閉部分*/
  #sp-m {
    z-index: 1000;
    margin: 0 0 0 0;
    width: 100%;
    float: none;
    height: auto;
    background-color: #fff;
    padding: 0 0 0 0;
  }
  .nav-wrap {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	  display: block;
  }
  /*ハンバーガーボタン*/
  .icon-animation {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 100px;
    text-align: center;
    top: 20px;
  }
  .icon-animation span {
    width: 50px;
    height: 3px;
    display: block;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .icon-animation .top {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  .icon-animation span.middle {
    font-size: 16px;
    background: transparent;
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
  }
  .icon-animation .bottom {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
  }
  .is-open .middle {
    opacity: 0;
  }
  .is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }
  .is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }
  .gnav {
    z-index: 1000;
    list-style-type: none;
    width: 100%;
    /*　z-indexは.wrapper部分でpositionを使用した場合は適切な数字（一番大きい値）に変更*/
    padding: 20px 0 500px 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
	  height: 100vh;
	  position: relative;
  }
  .gnav-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0 0 0;
    color: #fff;
}
.gnavbox {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}
.g-left {
	float: left;
	width: 48%;
}
.g-right {
	float: right;
	width: 48%;
}
  .gnav ul {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 100%;
    padding: 50px 0 50px 0;
    font-size: 0;
    overflow: hidden;
  }
  .gnav li {
    width: 90%;
    margin: 0 5% 30px 5%;
	  
  }
  .gnav li a {
    display: block;
    text-decoration: none;
    /* (44-16)/2=14px */
    padding: 30px 0;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    width: 100%;
    background-color: #000;
	  background-image: url("../img/gold3.png");
	  background-position: bottom center;
	  background-repeat: no-repeat;
  }
  .gnav li a:hover {
    display: block;
    text-decoration: none;
    /* (44-16)/2=14px */
    width: 100%;
    padding: 30px 0;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
    background-color: #999;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
nav {
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
	display: block;
	z-index: 1000;
  }
  nav ul {
    font-size: 16px;
    overflow: hidden;
  }
  nav ul li {
    float: left;
    text-align: right;
    margin: 0 0 0 30px;
    line-height: 1.2em;
  }
  nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  nav ul li a:hover {
    color: #ff0;
    text-decoration: none;
  }


footer {
	width: 100%;
	background-image: url("../img/back.gif");
	background-position: top center;
	background-repeat: repeat-x;
}
#footmenu {
	width: 100%;
	background-color: #1d2b83;
}
#footmenu ul {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#footmenu ul li {
	float: left;
	font-size: 14px;
}
#footmenu ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 50px 10px 0;
	display: block;
}
#footmenu ul li a:hover {
	text-decoration: underline;
	color: #fff;
	padding: 10px 50px 10px 0;
	display: block;
}

.copy {
	text-align: center;
	font-size: 12px;
	padding: 25px 0;
}
.add {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
}
#footbox {
	width: 950px;
	margin: 15px auto 0;
}
#footlogo {
	width: 260px;
	margin: 0;
	padding: 0 20px 0 0;
	display: inline-block;
}

#sphead {
	display: none;
}


#page-title {
	width: 100%;
	margin: 0 0 30px 0 ;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.2em;
	padding: 15px 0;
	background-color: #1D2B83;
	font-weight: bold;
}

.entry-title {
	display: none;
}


#block-2 {
	display: none;
}
#block-3 {
	display: none;
}
#block-4 {
	display: none;
}













/*スマホ==========================================================================================================*/
@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    background-image: url("../img/back-sp.jpg");
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
    line-height: 1.6em;
  }
  article {
    padding: 0 0 0 0;
  }
	
	
.icon-animation {
	width: 44px;
	height: 44px;
	display: block;
	cursor: pointer;
	float: right;
	position: absolute;
	right: 10px;
	text-align: center;
	top: -10px;
	bottom: 50%;
	transform: translate(0, 50%);
}
.gnav {
    z-index: 1000;
    list-style-type: none;
    width: 100%;
    /*　z-indexは.wrapper部分でpositionを使用した場合は適切な数字（一番大きい値）に変更*/
    padding: 20px 0 500px 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
	  height: 100vh;
	  position: relative;
  }
  .gnav-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0 0 0;
    color: #fff;
}
.gnavbox {
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
}
.g-left {
	float: left;
	width: 54%;
}
.g-right {
	float: right;
	width: 44%;
}
  .gnav ul {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
    padding: 10px 0 0 0;
    font-size: 0;
    overflow: hidden;
  }
  .gnav li {
    width: 100%;
    margin: 0 0 10px 0;
	  
  }
  .gnav li a {
    display: block;
    text-decoration: none;
    /* (44-16)/2=14px */
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    width: 100%;
    background-color: #000;
	  background-image: url("../img/gold3.png");
	  background-position: bottom center;
	  background-repeat: no-repeat;
  }
  .gnav li a:hover {
    display: block;
    text-decoration: none;
    /* (44-16)/2=14px */
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
    background-color: #999;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
nav {
	position: absolute;
	z-index: 1000;
	margin: 0 0 0 0;
	left: 0;
	right: 0;
	top: 50px;
}
  nav ul {
    font-size: 16px;
    overflow: hidden;
  }
  nav ul li {
    float: left;
    text-align: right;
    margin: 0 0 0 30px;
    line-height: 1.2em;
  }
  nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  nav ul li a:hover {
    color: #ff0;
    text-decoration: none;
  }
#page-top {
	position: fixed;
    bottom: 5px;
    right: 20px;
    text-indent: -99999px;
}
#page-top a {
	display: block;
	background-image: url(../img/up.png);
	width: 80px;
	height: 80px;
	padding: 0 0 0 0;
	margin: 0;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	background-size: contain;
}
#page-top a:hover {
	background-image: url(../img/up.png);
	display: block;
	width: 80px;
	height: 80px;
	padding: 0 0 0 0;
	margin: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-size: contain;
}	
	header {
		display: none;
	}
#sphead {
	display: block;
}
	#sphead h1 {
		width: 70%;
		padding: 10px 0 10px 10px
}
	
	footer {
	width: 100%;
	background-image: url("../img/back.gif");
	background-position: top center;
	background-repeat: repeat-x;
}
#footmenu {
	width: 100%;
	background-color: #1d2b83;
}
#footmenu ul {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
#footmenu ul li {
	float: none;
	font-size: 14px;
}
#footmenu ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 0 10px 0;
	display: block;
}
#footmenu ul li a:hover {
	text-decoration: underline;
	color: #fff;
	padding: 10px 0 10px 0;
	display: block;
}

.copy {
	text-align: center;
	font-size: 10px;
	padding: 20px 0;
}
.add {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
}
#footbox {
	width: 90%;
	margin: 15px auto 0;
}
#footlogo {
	width: 260px;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
}
aside {
display: none;
}

#menu {
display: none;
}
#page-title {
	width: 100%;
	margin: 0 0 15px 0 ;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 10px 0;
	background-color: #1D2B83;
	font-weight: bold;
}
article {
	width: 96%;
	margin: 20px auto;
	padding: 0 0 0 0;
	overflow: hidden;
	
}
}