@charset "utf-8";

* {
	box-sizing: border-box;
}
html, body {
    overflow: visible;
}
body {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 14px;
	color: #333333;
}
.top_sp img, .top img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	display: block;
}
a:hover {
	text-decoration: none;
}


/*header
------------------------------------*/

header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	padding-bottom: 15px;
	background: #282f39;
}
h1 {
	padding: 16px 0 0 12px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor : pointer;
}
.menu-trigger {
  position: fixed;
	top: 0;
	right: 0;
  width: 60px;
  height: 52px;	
  background: #282f39;
  z-index: 2;
}
.borderLeft {
	border-left: solid 2px #1f242a;
}
.menu-trigger span {
  position: absolute;
  background: #fff;
  width: 22px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 15px;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}
.g-nav {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.g-nav .list {
  padding: 30px;
}
.g-nav .list .item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 3% 0 1%;
}

#spGnav1 li,
#spGnav3 p {
	border-bottom: solid 1px #ffffff;
}
#spGnav2,
#spGnav3 ul {
	margin: 20px 16px 0 28px;
}
#spGnav2 li,
#spGnav3 ul li {
	float: left;
	width: 50%;
	text-align: left;
}
#spGnav2 li a,
#spGnav3 ul li a {
	text-align: left;
}
#spGnav2 li a:before,
#spGnav3 ul li a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background: url(../img/top_sp/index_ic01.png) no-repeat 0 0 / 15px 15px;
	vertical-align: middle;
}
#spGnav4 {
	clear: both;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding-top: 20px;
}

/*main
-----------------------------------*/

.top {
	padding-top: 50px;
}

.catch {
	margin-top: -24px;
}
h3 {
	padding-top: 40px;
	margin: 0 11px 19px;
	border-bottom: solid 1px #8b7f29;
	text-align: center;
	font-size: 16px;
}
.bland {
	padding-bottom: 50px;
	background-image: url(../img/top_sp/index_bg03.png), 
										url(../img/top_sp/index_bg04.png),
										url(../img/top_sp/index_bg01.jpg);
	background-repeat: no-repeat,
										 no-repeat,
										 repeat-y;
	background-position: 0 0,
											 0 bottom,
											 0 0;
	background-size: contain;
}
.bland  p {
	margin: 33px 50px 39px ;
}
.bland .flexBox {	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bland .flexBox li {
	width: 32%;
	margin-right: 2%;
}
.bland .flexBox li:nth-of-type(3n) {
	margin-right: 0;
}
.bland .flexBox li:nth-of-type(n-6) {
	margin-bottom: 11px;
}
.more p {
	width: 230px;
	margin: 46px auto 0;
	background: url(../img/top_sp/index_ic01.png) no-repeat right 9px top 8px / 15px 15px , #8c802c;
	text-align: center;
}
.more p a {
	padding: 6px 0 4px;
	color: #ffffff;
}
.list {
	padding-bottom: 60px;	
	background: #282f39;
}
.list h3 {
	padding-top: 23px;
	color:  #ffffff;
	font-weight: normal;
}
.list .map {
	margin: 0 2px 50px;
}
#list dl {
  width: 92%;
	margin: 0 4% 6px;
}
#list dt {
	position: relative;
  padding: 10px;
	background: #282f39;
	border: 1px solid #8c802c;
	color: #ffffff;
}
#list dd {
  padding: 23px 10px 30px;
	border: 1px solid #8c802c;
  border-top: 0;
	background: url(../img/top_sp/index_bg02.jpg) repeat-y;
	background-size: contain;
}
#list dt:after {
  content: "";
  position: absolute;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 10px;
  right: 16px;
	top: 12px;
  height: 10px;
  transform: rotate(45deg);
}
#list dt.ac:after {
  content: "";
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 0;
  border-bottom: 0;
  width: 10px;
  right: 16px;
	top: 18px;
  height: 10px;
  transform: rotate(45deg);
}
h4 {
	margin-bottom: 4px;
	font-weight: bold;
	color: #241917;
}
#list dd .wrapper {
	width: 47%;
	float: left;
	margin-bottom: 34px;
}
#list dd .wrapper:nth-of-type(2n) {
	margin-left: 6%;
}
#list dd section .wrapper:nth-of-type(3){
	clear: both;
}
#list dd figure {
	width: auto;
}
#list dd p:nth-of-type(1){
	margin: 10px 0;
	border-bottom: solid 1px #8b7f29;	
	text-align: center;
	font-size: 12px;
}
#list dd p:nth-of-type(2) a {
	padding: 8px 0;
	background: #00142c;
	text-align: center;
	color: #ffffff;
}
#list dd p:nth-of-type(3) a {
	padding: 8px 0;
	margin-top: 12px;
	background: #8b7f29;
	text-align: center;
	color: #ffffff;
	font-size: 0.8rem;
}
.new h3 {
	background: url(../img/top_sp/index_bg05.png) no-repeat center 87%;
	background-size: contain;
	border-bottom: none;
	color: #8b7f29;
} 
.new {
	position: relative;
}
.new .more p {
	position: absolute;
	left: 50%;
	bottom: 12%;
	margin-left: -30.5%;
}
.footArea {
	background: url(../img/top_sp/index_bg06.jpg) repeat-y;
	background-size: contain;
}
.footArea h3 {
	padding-top: 47px;
}
.footArea ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 23px 17px 0 30px;
	border-top: solid 1px #8b7f29;
}
.footArea ul li {
	width: 50%;
	margin-bottom: 10px;
}
.footArea ul li a:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 10px;
	height: 16px;
	background: url(../img/top_sp/index_ic02.png) no-repeat 0 -1px / 10px 16px;
	vertical-align: middle;
}
.footArea p {
	padding: 21px 0 39px;
	text-align: center;
}

#list dd:after,
#list dd section:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.inner{
    margin:17px;
    padding: 10px;
    background-color: rgba(255,255,255,1.00);
}

.inner dl{
    padding: 10px;
    border-bottom: 1px dotted rgba(142,127,43,1.00);
}

.inner dt{
    color: rgba(142,127,43,1.00);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inner dd a{
    color: #2581c4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*footer
------------------------------------*/

.footer {
	padding: 0 0 20px; 
	background: #282f39;
}
.footer p {
	padding-top: 13px;
	text-align: center;
}
.footer small {
	color: #ffffff;
}
.footArea .more p {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 39px;
}
