@charset "utf-8";
/* CSS Document */
/******テーブル表***************/
table {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
}
 table th {
	background-color: #faf5f0;
	border: 1px solid #8e8e8e;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 2%;
}
 table td {
border: 1px solid #8e8e8e;
	line-height: 1.5em;
	padding: 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: text-top;
}

h3,
h4,
h5 {
  line-height:1.5;
  margin-top:4rem;
font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

h3 {
	color: #8b6f51;
  font-size:1.8rem;
	border-bottom: 1px solid #8b6f51;
	padding-bottom: 10px;
}
h4 {
  font-size:1.6rem;
	margin-bottom: 15px;
}
h5 {
	color: #8b6f51;
  font-size:1.4rem;
		border-bottom: 1px dotted #8b6f51;
	padding-bottom: 3px;
	margin-bottom: 10px;
}


@media (max-width : 580px ){
	h3 {

  font-size:1.4rem;

}
h4 {
  font-size:1.2rem;
	margin-bottom: 10px;
}
h5 {
	color: #8b6f51;
  font-size:1rem;
		border-bottom: 1px dotted #8b6f51;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
	
}
.kakko{padding: 20px;
border: solid 1px #C0C0C0;
border-radius: 2px;
margin-top: 5px;
margin-bottom: 10px;}

.title {
    font-family: 'Dancing Script', cursive;
    font-size: 4em;
}

.intro_title{  color: #ada07e;
padding-bottom: 25px;
  font-size: 26px;
	text-align: center;
  letter-spacing: 0.15em;
}

.nopage i{color: #fcc800}
.nopage a{border-bottom: 1px solid #fcc800}
.nopage a:hover{border-bottom: none}

/*
intro
================================================ */

.intro {

	margin-bottom: 5em;
	background-repeat: repeat;
    align-items: center;
	text-align: center;

}
.title_flower{
    background-image: url(../images/back_flower00.jpg);
padding-bottom: 3%;
	background-repeat: repeat-x;
background-position: top;
	padding-top: 80px;
	border-bottom: solid 1px #cdcdcd;}

.title_shadow{
			margin-top: 6px;
	padding-top: 40px;
  background-image: url("../images/shadow.png");
	background-repeat: repeat-x;
background-position: top;

}

#main{padding-bottom: 30px;
margin-bottom: 30px;}
@media (max-width : 1020px ){
	
.title_flower{
	padding-top: 75px;
}
	.title_shadow{

	padding-top: 40px;
}
}
@media (max-width : 998px ){
	
.title_flower{
	padding-top: 7.6%;
}
	.title_shadow{
	padding-top: 40px;
}
}

@media (max-width : 900px ){
	
.title_flower{
	padding-top: 13.7%;
}
	.title_shadow{
	padding-top: 40px;
}
}
@media (max-width : 750px ){
	
.title_flower{
	padding-top: 13.45%;
}
	.title_shadow{
	padding-top: 40px;
}
}
@media (max-width : 700px ){
	
.title_flower{
	padding-top: 13.4%;
padding-bottom:5%;
	}
	
	.title_shadow{
	padding-top: 30px;
}
}
@media (max-width : 656px ){
	
.title_flower{
	padding-top: 13%;
padding-bottom:5%;
	}
	.title_shadow{
	padding-top: 28px;
}
}
@media (max-width : 570px ){
	
.title_flower{
	padding-top: 12.4%;
padding-bottom:5%;
	}
	.title_shadow{
	padding-top: 28px;
}
}
@media (max-width : 459px ){
	
.title_flower{
	padding-top: 11.8%;
}
	.title_shadow{
	padding-top: 20px;
}
}

#main img{
max-width: 100%;
height: auto;
width:auto;　
}
