@charset "UTF-8";
*{
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  /*border: 1px solid red;
  outline: 2px red solid;*/
}
#sec00{
  padding-top: 30px;
}
.wrap{
  overflow: hidden;
}
.topimg{
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  opacity: 0.8;
}
.topimg img{
  display: block;
  margin: auto;
  width: 86vw;
}
.topimg h3{
  position: absolute;
  top: 70px;
  left: 200px;
  font-size: 2.3em;
  color: #D4A78A;
  font-style: normal;
  letter-spacing: 10px;
}
#sec01{
  text-align: center;
}
#sec01 h3{
  font-size: 2.2em;
  margin-bottom: : 40px;
  color: #D4BBE0;
}
#sec01 ul{
    display: flex;
    justify-content:center;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}
#sec01 li,.sec1 li{
  border-right:  1px solid black;
  padding-right: 50px;
  padding-left: 50px;
}
#sec01 li a:hover{
  opacity: 0.5;
}
.sec01{
  margin-bottom: 30px;
}

.title{
  text-align: center;
  margin: 90px 0 40px;
}
.title span{
  font-size: 0.5em;
  font-weight: normal;
  letter-spacing: 5px;
  margin-left: 30px;
}
p,h1{
  margin: 0;
  padding: 0;
}
h1{
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 0 60px 0;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  letter-spacing: 5px;
  font-weight: normal;

}
.main-container ul{
  display: flex;
  justify-content: center;
  padding: 0;
}

.contents{
  margin: 0 30px 0px;
  background-color: rgba(212,187,224,0.4);
  padding: 10px 30px 10px;
  width: 400px;
  height: 400px;
}
.contents h2{
  font-weight: normal;
  font-size: 2em;
  letter-spacing: 3px;
  margin-bottom: : 20px;
  padding: 10px;
  background-color: rgba(255,255,255,0.3);
  position: relative;
  text-align: center;
}
.contents p{
  line-height: 2em;
}
h5{
  transform: skew(10deg, -10deg);
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 30;
  font-size: 2em;
  letter-spacing: 0px;
  color: rgba(0, 0, 0,0.5);
  font-family: adorn-garland, sans-serif;
  font-weight: normal;
}
.floR{
  padding: 40px;
  height: 350px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.8em;
}
.floL{
  padding: 0px;
  width: 750px;
  height: 300px;
  line-height: 1.8em;
  margin-bottom: 150px;
  margin-left: 0px;
  text-align: center;
  line-height: 2em;
}
.proimg{
  margin-right: 50px;
  box-shadow: -28px 19px 5px 5px rgba(207, 205, 205, 0.4);
  width: 250px;
}
.floR span{
  font-size: 1.5em;
}
.original-box-shadow {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.sec1{
  padding: 20px 20px 50px 20px;
}
.br{
  display: none;
}
footer{
  padding: 10px;
  background-color: rgba(196,163,191,0.8);
  color: #fff;
}
.btn--orange,
a.btn--orange {
  padding: 20px;
  color: #fff;
  background-color: rgba(196,163,191,0.8);
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: rgba(196,163,191,0.8);
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  header{
    width: 88%;
  }
  .main-container ul{
    display: block;
    width:100%;
  }
  .topimg img{
  		height: 77vh;
  		width: auto;
  	}
  .topimg h3{
    top: 20px;
    left: 30px;
  }
  #sec01 li{
    padding: 0px 20px 0px;
    font-size: 0.8em;
  }
  .title{
    margin: 50px 0 40px;
  }
  .title h1{
    font-size: 1.5em;
  }
  .title span{
    font-size: 0.6em;
    margin: 0;
  }
  .contents{
    margin: 0 15px 0;
    padding: 10px 27px 20px;
  }
  h5{
    font-size: 1.5em;
  }
  .contents h2{
    font-size: 1.5em;
  }
  .br{
    display: block;
  }
  .floL,.floR,.contents{
    width:auto;
    height: auto;
  }
  .online{
    margin-top: 25px;
  }
  .floL{
    padding: 15px;
    font-size: 0.9em;
    margin-bottom: 50px
  }
  .floR p{
    font-size: 0.9em;
    width: 80%;
  }
  .proimg{
    width: 70%;
  }
  .sec1 ul{
    display: flex;
  }
  .sec1 li{
    padding: 0px 20px 0px;
    font-size: 0.8em;
  }
  .proimg{
    display: block;
    margin: auto;
  }

}
