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

* {
	margin: 0;
	padding: 0;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html {
	color: #333333;
	background: none repeat scroll 0 0 white;
	height: 100%;
}
.text_L {
	text-align: left;
}
.float_R {
	float:right;
}
.float_L {
	float:left;
}
/* clearfix */
.clearfix, #wrap, #side, #side #gnav ul, .grid, .grid .col, .grid .col .inr, .anchorList, dl.table, dl.list, ul.list-mat {
}
.clearfix:after, #wrap:after, #side:after, #side #gnav ul:after, .grid:after, .grid .col:after, .grid .col .inr:after, .anchorList:after, dl.table:after, dl.list:after, ul.list-mat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
    display:block;
}

.inline_block, img, .slider .paging a, .roles li, .roles li span {
    display: inline-block;
}
body {
	font-family: YakuHanJPs,游ゴシック体,YuGothic,"YuGothic M",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Open Sans","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,serif;
	color: #333;
	min-height: 100%;
	text-align: center;
}
img {
    border-width: 0;
    vertical-align: top;
}
a {
    outline: medium none;
    text-decoration: underline;
}
a:focus {
	outline:none;
	}
a:hover {
    text-decoration: none;
}
a:visited {
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	font-size: inherit;
}
fieldset, img {
    border: 0 none;
}
li {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
    font-variant: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, .article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section {
    display: block;
}
select, input, button, textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}
#logtag {
    display: none;
}
img {
	border: none;
	vertical-align: top;
	}
p {
	text-align: justify;
}	

header {
	margin-top: 25px;
	margin-bottom: 35px;	
}
footer {
  padding: 30px 0 70px;
  background: #fff;
}
.footer_logo {
  margin-bottom: 36px;
  text-align: center;
}
.sns_list {
  margin-bottom: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sns_item {
  width: 40px;
  height: 40px;
  margin: 0 15px;
}
.sns_item a {
  display: block;
}
.copyright {
  text-align: center;
}
.wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 3%;
}
.img100{
	width: 100%;
}

.wrapper_header {
	max-width: 1280px;	
	margin: 0 auto;
}	
nav {
	max-width: 920px;	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 60px 10% 20px;
}
.navitem{
	width: 48.7%;
	margin-bottom: 40px;
}
.navitem img{
	width: 100%;
}
.bg_gold {
	background-image: url("../images/bg_gold.jpg");
	background-repeat: repeat;
	padding: 80px 0;
}
.bg_gold .wrapper .inner {
	max-width: 1080px;
	box-sizing: border-box;
	padding: 3% 4% 4%;
	background: #FFF;
	box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, .30);
}
.bg_red {
	background-image: url("../images/bg_red.jpg");
	background-repeat: repeat;
	padding: 80px 0;
}
.bg_red .wrapper .inner {
	max-width: 1080px;
	box-sizing: border-box;
	background: #FFF;
	outline : 1.5px solid #C79F62;
	outline-offset : -5px;
	position: relative;
}
.bg_red .wrapper .inner:before {
    content: "";
    display: block;
    padding-top: 13.5%;
}
.title_up {
	position: absolute;
	height: calc(142/1067*100);
	top: -10px;
}
.mb_100 {
	margin-bottom: 100px;
}
/* #ページトップへ戻る CSS */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 0px
}
#pageTop a {
  display: block;
  z-index: 999;
	padding-top: 0px;
  border-radius: 35px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	font-size: 35px;
	line-height: 65px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* #java ふわっとアクション CSS */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


