@charset;
/* CSS Document */
/*定義*/
.php{
  padding-top: 200px;
}
.php a,.php{
  color: #fff;
}
/*ＴＯＰ*/
.h1{
  background:radial-gradient(#4B3307, #100000);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: serif;
}
@media(max-width: 749px) {
  .h1{
    font-size: 10px;
  }
}
header{
  background:linear-gradient(90deg,#C7A160 0%, #EAE3C5 45%, #EAE3C5 55%, #C7A160 100%);
  border-bottom: 3px solid #100000;
  position: fixed;
  width: 100%;
  z-index: 3;
}
header .inner{
    padding: 5px 10px;
}
.logo{
  width: 220px;
}
header .inner .min{
  font-size: 12px;
}
.logo a{
  display: block;
}
.logo img{
    width:100%;
}
li.current a{
  background-color: #4B3307;
}
@media(max-width: 749px) {
  header .inner .left{
    width: 54%;
  }
  header .inner{
      padding:2px 10px ;
  }
  header .inner .min{
    font-size: 10px;
  }
  .logo{
    width: 100%;
  }
  .logo img{
    width: 90%;
  }
  header .inner .right{
    width: 43%;
  }
  header .inner .right img{
    width: 100%;
}
}

.main-wrap{
  position: relative;
  background: url("../img/main.jpg") no-repeat center;
  background-size: cover;
  max-height: 900px;
  min-height: 700px;
}
.main-p{
  position: absolute;
  bottom:30px;
  left: 30px;
}
.main-img{
  position: absolute;
  bottom: 30px;
  right:30px;
}
#nav-wrap{
  background-color: #100000;
  border-bottom: 1px solid #fff;
}
#main-nav ul{
  display: flex;
  justify-content: space-between;
}
#main-nav ul li{
  width: 34%;
  text-align: center;
  border-right: 1px solid #fff;
}
#main-nav ul li:last-child{
  border-right: none;
}
#main-nav a{
  display: block;
  font-size: 30px;
  padding: 8px;
  font-family: ten-mincho, serif;
  color: #fff;
}
@media(max-width: 749px) {
  .main-wrap{
    min-height: 500px;
  }
  .main-p{
    top:180px;
    left: 5px;
  }
  .main-p img{
    width: 100%;
  }
  .main-img{
    bottom: 30px;
    right:10px;
    width: 200px;
  }
  .main-img img{
    width: 100%;
  }
  #main-nav a{
    display: block;
    font-size: 20px;
    padding: 8px 0;
    font-family: ten-mincho, serif;
    color: #fff;
  }
}
.back{
  background: url("../img/back.jpg") repeat-y center;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}
.abso1{
  position: absolute;
  top:-30px;
  left: 0;
  width: 40%;
  z-index: 2;
}
.abso2{
  position: absolute;
  bottom:-30px;
  right: 0;
  width: 40%;
  z-index: 2;
}
article,article a{
  color: #fff;
}
@media(max-width: 749px) {
  .back{
    background: url("../img/back.jpg") repeat center;
    background-size: contain;
    position: relative;
    padding-bottom: 150px;
  }
  .abso1{
    top:-10px;
    width: 60%;
    }
  .abso2{
    bottom:-10px;
    width: 60%;
  }
}
/*リード*/
.lead{
  text-align: center;
  line-height: 2em;
  padding: 50px 10px 100px 10px;
}
.lead h2{
  padding-bottom: 30px;
  line-height: 2em;
  font-size: 36px;
  font-family: ten-mincho, serif;
}
.access img{
  width: 40%;
  height: auto;
}
.access h3{
  font-size: 20px;
  padding: 8px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: ten-mincho, serif;
  margin-bottom: 20px;
}
.access ul{
  margin-left: 20px;
}
.access ul li::before{
  content: "　■　";
}
.top .menu{
  margin-top: 50px;
  border: 2px solid #C7A160;
  padding:  20px 30px;
  border-radius: 20px;
}
.top .menu h2{
  font-family: ten-mincho, serif;
  margin-bottom: 20px;
  font-size: 24px;
  color:  #C7A160;
  text-align: center;
}
.top .menu h2 span{
  font-size: 14px;
  padding-left: 10px;
}
.top .menu ul{
  width: 100%;
}
.top .menu ul li{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  width: 48%;
  border: 1px solid #C7A160;
  background-color: rgba(0,0,0,0.3);
}
.top .menu ul li img{
  width: 50%;
}
.top .menu ul li a{
  display: block;
  font-family: ten-mincho, serif;
}
.top .menu ul li a h3{
  padding: 10px;
  font-size: 20px;
}
@media(max-width: 749px) {

  .lead{
    padding: 60px 10px 50px 10px;
  }
  .lead h2{
    padding-bottom: 30px;
    line-height: 1.6em;
    font-size: 20px;
    font-family: ten-mincho, serif;
  }
  .lead p{
    text-align: left;
  }
  .access img{
    width: 100%;
    height: auto;
    float: none;
  }
  .access h3{
    font-size: 24px;
    display:block;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .top .menu{
    border:none;
    padding:  20px 30px;
    border-radius: 20px;
  }
  .top .menu ul li{
    margin-bottom: 8px;
    width: 100%;
  }
  .top .menu ul li img{
    width: 50%;
  }
  .top .menu ul li a{
    display: block;
    font-family: ten-mincho, serif;
  }
  .top .menu ul li a h3{
    padding: 10px;
    font-size: 20px;
  }
}
h3.line{
  font-size: 34px;
  padding: 8px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: ten-mincho, serif;
  margin:50px 20px 20px 20px;
}
ul.point{
  padding-left: 30px;
}
ul.point img{
  float: left;
  width: 80px;
  padding: 0 10px 10px 0;
}
ul.point p{
  float: left;
  width: 80%;
  min-height: 80px;
  padding-bottom: 10px;
  font-size: 20px;
}
table.hogado{
  background-color: #100000;
  border: 2px solid #fff;
  border-collapse: collapse;
  width: 100%;
}
table.hogado th{
  padding: 10px;
  text-align: center;
  border: 2px solid #fff;
}
table.hogado td{
  border: 2px solid #fff;
  padding: 10px;
}
@media(max-width: 749px) {
  ul.point p{
    width: 70%;
    min-height: 80px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
footer{
  background:linear-gradient(90deg,#C7A160 0%, #EAE3C5 45%, #EAE3C5 55%, #C7A160 100%);
  padding-top: 20px;
}
footer nav ul{
  display: flex;
  justify-content: space-between;
}
footer nav ul li{
  width: 34%;
  text-align: center;
  border-right: 1px solid #100000;
}
footer nav ul li:last-child{
  border-right: none;
}
footer nav a{
  display: block;
  font-size: 30px;
  padding: 8px;
  font-family: ten-mincho, serif;
  color: #000;
}
footer dl{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
footer dl img{
  width: 200px;
}
#copy{
  background:radial-gradient(#4B3307, #100000);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: serif;
}
@media(max-width: 749px) {
  footer nav a{
    font-size: 18px;
  }
  .pure-drawer ul{
    padding: 10px;
  }
  .pure-drawer ul li{
  }
  .pure-drawer ul li a{
    display: block;
      padding: 10px;
    border-bottom: 1px dotted #fff;
  }
}
/*-----------各ページ-------------------*/
.page article{
  padding-top: 130px;
}
@media(max-width: 749px) {
  .page article{
    padding-top: 110px;
  }
}
div.mail{
  margin-top: 40px;
  margin-bottom: 60px;
}
div.mail form table.formtable{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
div.mail form table.formtable th{
	width: 25%;
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #fff;
	font-size: 16px;
	padding: 20px 0 20px 20px;
	text-align: left;
	vertical-align: top;
}
div.mail form table.formtable th span{
	color: #000;
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 6px;
	margin-left: 20px;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.mail form table.formtable td{
	border: 2px solid #fff;
	padding: 20px;
}
div.mail form table.formtable td p{
	padding-top: 10px;
	font-size: 13px;
}
input.area,select{
	width:90%;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 2em;
}
select{
  padding: 10px;
  font-size: 16px;
}
input.post,input.area2{
	width: 100px;
	display: inline-block;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 2em;
    padding-left: 30px;
}
textarea{
	width:90%;
	height: 300px;
	margin: 0 auto;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 2em;
}
input.area,textarea{
	font-size: 16px;
	padding-left: 30px;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
p.submit{
	text-align: center;
}
p.submit input{
	background-color:#C7A160;
	border: 0px;
  box-shadow: -1px 1px 2px #000;
	text-align: center;
	margin: 10px;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	 color: #000;
	 font-size: 17px;
	 font-weight: bold;
	 padding: 10px 0;
	 width: 180px;
}
.page-h3{
    font-size: 18px;
    padding: 8px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: ten-mincho, serif;
    margin:20px;
    color:#EAE3C5;
}
.page-h4{
    font-size: 22px;
    padding: 8px;
    font-family: ten-mincho, serif;
    margin-top:20px;
    color:#EAE3C5;
}
.page-h4:before{
  content: url("../img/icon1.png");
  padding-right: 10px;
  display: inline-block;
  float: left;
}
@media(min-width: 750px) {
  .others .f-left{
    width: 40%;
  }
}
@media(max-width: 749px) {
  .others .menu-ul .f-left{
    float: none;
    margin: 0 auto;
    display: block;
  }
}
