@charset "UTF-8";
/*////////////////////////////////////////////////////

  変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
/* CSS information ///////////////////////////////////////////////////

	.contents内レスポンシブ

////////////////////////////////////////////////////////////////////*/
@media (max-width: 768px) {
  .pc {
    display: none; } }
a {
  color: #473100; }

.PC a:hover {
  color: #473100;
  text-decoration: none; }

.only-sp {
  display: none !important; }
@media only screen and (max-width: 767px) {
  .only-sp {
    display: block !important; } }

.only-pc {
  display: none !important; }
@media print, screen and (min-width: 1025px) {
  .only-pc {
    display: block !important; } }

.mb01 {
  margin-bottom: 1em; }

#container {
  min-width: 1010px;
  font-size: 14px;
  background: #fff; }

@media (max-width: 768px) {
  #container {
    min-width: 100%;
    margin-bottom: 100px; } }
.contents-exception {
  box-sizing: border-box;
  width: 1010px;
  margin: 0 auto;
  padding: 0 10px; }
@media only screen and (max-width: 767px) {
  .contents-exception {
    width: 100%;
    margin-top: 60px;
    padding: 0 20px; } }
.contents-exception p {
  line-height: 1.6; }

.txt_lead {
  margin-bottom: 60px; }

.wrap_tit {
  padding: 50px 0;
  text-align: center; }

.tit01 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #473100; }

.tit02 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #473100;
  text-align: center;
  margin-bottom: 40px; }

.tit03 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: #473100;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
.tit03:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 8px;
  box-sizing: border-box;
  background: url("../img/img_ornament_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  bottom: -14px;
  transform: translateX(-25px); }

.tit04 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #473100;
  display: inline-block;
  padding-left: 1em;
  position: relative; }
.tit04:before {
  content: '';
  position: absolute;
  vertical-align: middle;
  width: 4px;
  height: 13px;
  background: #bf934b;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.tit05 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #473100; }

.sec01 {
  margin-bottom: 50px; }

.sec02 {
  margin-bottom: 30px; }

.ul01 {
  line-height: 1.6; }
@media print, screen and (min-width: 1025px) {
  .ul01 {
    margin-left: 0.5em; } }
.ul01 li {
  list-style: none;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1em;
  color: #666;
  background: #fff; }
.ul01 li:before {
  content: '';
  position: absolute;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #bf934b;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin-top: 0.6em; }

.img_pictogram img {
  width: 100%; }

.movie_area {
  max-width: 1010px;
  margin: 0 auto; }

.movie_area_in {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.movie_caution {
  margin-top: 10px; }

/*# sourceMappingURL=style.css.map */
