@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　big_title　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body {
background:#860419;
}

.contents {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  z-index: 2;
}
.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 25%;
  margin: 3% -10% 0;
  background-image: url(../image/bg_c.jpg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 5% 10px;
  color: #fff;
  text-align: center;
}

 .parallax-about {
    height: 45vh;
    background: transparent;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　access　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
h3.h3_title {
max-width:120px;
margin:10px auto;
padding:5px 0;
border-bottom:dotted 6px #FFF;
text-align:center;
font-size:1.2em;
}
h3.h3_title2 {
max-width:160px;
margin:10px auto;
padding:5px 0;
border-bottom:dotted 6px #FFF;
text-align:center;
font-size:1.2em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　contact　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.contact_bg {
background:#FFF;
padding:5%;
color:#000;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　bread　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.bread_bg {
background:#a61e24;
}
.bread_bg2 {
background:#860419;
}
.bread_out {
padding:20px;
}
.title_bread {
background:#000;
padding:7px;
margin:10px 0;
}
@media screen and (max-width: 576px) {
.bread_r_img {
max-width:100%;
}
.bread_out {
padding:0px;
}

}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　aboutus　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.menu_ul {
list-style-type: none;
padding-left: 0;
	display: table;
	margin: auto;

}
.menu_ul li {
	width: auto;
	padding: 0px;
	margin: 0px;
	display: table-cell;
	max-width:220px;
}
.menu_ul li a:hover {
background-color: #FFF;
	opacity: 0.7;
}


.profile_ul {
  padding: 1.5em 0.5em 0.5em 2em;
}

.profile_ul li {
   list-style-type: square;
   line-height: 1.5;
  padding: 0.5em 0;
}

.btn-iro {
  color: #fff;
  background-color: #860419;
  border-color: #860419;
margin-bottom:3em;
}
.btn-iro:hover {
  background: #962537;
}

span.signature {
font-size:1.2em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　whatsnew　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.whatsnew a{
	color: #e9d88b;
}
.whatsnew_bg {
	background:#FFF;
	padding:25px 5px;
	color:#000;
}
.whatsnew_bg a{
	color: #860419;
}

.whatsnew_title{
	font-size: 1.8rem;
	border-bottom:solid 1px #FFF;
}

.whatsnew_subtitle{
	font-size: 1.4rem;	
	margin-bottom:3px;
}
