@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all  0.3s;
}

a:hover {
  opacity: 0.6;
}

a img,
a svg {
  text-decoration: none;
  transition: all  0.3s;
}

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

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

.sp-view.inline {
  display: inline !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .pc-view.inline {
    display: inline !important;
  }
  .sp-view {
    display: none !important;
  }
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.td-u {
  text-decoration: underline;
}

/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #412F2F;
  background: #F5EFE9;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "メイリオ", Meiryo,sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  word-wrap: break-word;
  height: auto;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  html {
    overflow: auto;
  }
  body {
    overflow: hidden;
    min-width: 800px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section {
  position: relative;
}

section h2 {
  margin: 0 auto 40px;
  text-align: center;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #F3E8DD 0%, #DEC8B2 50%, #F3E8DD 100%) 1/0 0 1px 0;
  border-image-slice: 1;
  padding-bottom: 40px;
}

section h2 img {
  margin: 0 auto;
}

section h3 {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

section h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 1px;
  background: #412f2f;
}

@media screen and (min-width: 769px) {
  section h2 {
    padding-bottom: 55px;
    margin-bottom: 45px;
  }
  section h3 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  section h3::before {
    width: 120px;
    bottom: 0;
  }
}

.cmn-header {
  position: relative;
}

/* 細かいパーツ-------------------------------------------*/
.box-inner {
  padding: 0 15px;
}

.page-bd {
  padding-top: 55px;
}

.mdstxt {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .box-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .pc-flex {
    display: flex;
  }
  .mdstxt {
    margin-bottom: 30px;
    text-align: center;
  }
}

.iframe-box {
  border: none;
  width: 108.5%;
  height: 570px;
  margin-left: -15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .iframe-box {
    margin-bottom: 10px;
    height: 370px;
    width: 100%;
    margin-left: 0;
  }
}

/* アニメーション-------------------------------------------*/
.fade-element {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s;
}

.fadein {
  opacity: 1 !important;
  transform: translateY(0);
}

/* ヘッダー-------------------------------------------*/
@-webkit-keyframes arrow-anm {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrow-anm {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* コンテンツ-------------------------------------------*/
.mv-box {
  text-align: center;
  position: relative;
}

.mv-box .mvbg-box {
  background: #ca6117;
  opacity: 0;
  transition: all 0.2s ease;
}

.mv-box .mvbg-box > div {
  overflow: hidden;
}

.mv-box .mvbg-box > div:nth-of-type(even) img {
  transform: translateX(-62.2%);
}

.mv-box .mvbg-box > div.animated img {
  transform: translateX(-62.2%);
}

.mv-box .mvbg-box > div.animated:nth-of-type(even) img {
  transform: translateX(0);
}

.mv-box .mvbg-box img {
  width: 268%;
  max-width: initial;
  opacity: 0.7;
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mv-box h1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22vh 20px 0;
  opacity: 0;
  transition: all 1.5s ease;
}

.mv-box .scr-box {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mv-box .scr-box img {
  position: absolute;
  bottom: 13%;
  left: 0;
  right: 0;
  margin: auto;
}

.mv-box .scr-box:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  width: 1px;
  height: 10%;
  background: #ffffff;
  animation-name: arrow-anm;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 769px) {
  .mv-box .mvbg-box > div:nth-of-type(even) img {
    transform: translateX(-49.2%);
  }
  .mv-box .mvbg-box > div.animated img {
    transform: translateX(-49.2%);
  }
  .mv-box .mvbg-box > div.animated:nth-of-type(even) img {
    transform: translateX(0);
  }
  .mv-box .mvbg-box img {
    width: 197%;
  }
  .mv-box h1 {
    padding: 0;
  }
  .mv-box h1 img {
    max-width: 734px;
    width: 60%;
    position: absolute;
    top: -53px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv-box .scr-box img {
    bottom: 6%;
  }
  .mv-box .scr-box:before {
    height: 4%;
  }
}

.hdtxt-box {
  background: -moz-linear-gradient(top, #eed8c2 0%, #f5efe9 100%);
  background: -webkit-linear-gradient(top, #eed8c2 0%, #f5efe9 100%);
  background: linear-gradient(to bottom, #eed8c2 0%, #f5efe9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed8c2', endColorstr='#f5efe9',GradientType=0 );
  padding: 60px 0 50px;
}

@media screen and (min-width: 769px) {
  .hdtxt-box {
    padding: 90px 0;
    text-align: center;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .box01 {
    padding-bottom: 80px;
  }
}

.box02 {
  background-color: #dbc9b8;
  background-image: url(../images/bg-main.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: right 11px;
  padding: 100px 0 10px;
}

.box02 .event-list li {
  background: #ffffff;
  margin-bottom: 72px;
  padding: 0 17px 20px;
}

.box02 .event-list li .img-box {
  margin: -19px auto 20px;
}

.box02 .event-list li .img-box img {
  margin-top: -19px;
  box-shadow: 4px 4px #E3B9A6;
}

.box02 .event-list li .txt-box .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
}

.box02 .event-list li .txt-box .ttl span {
  font-size: 15px;
}

.box02 .event-list li .txt-box .txt {
  font-size: 14px;
}

.box02 .event-list li .txt-box .txt .font-s {
  font-size: 12px;
}

.box02 .event-list li .txt-box .btn-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.box02 .event-list li .txt-box .btn-box .btn-more {
  width: 90%;
  padding-right: 30px;
  flex: 1;
}

.box02 .event-list li .txt-box .btn-box .btn-more a {
  display: block;
  border-bottom: 1px solid #412F2F;
  padding: 0 0 10px;
  position: relative;
}

.box02 .event-list li .txt-box .btn-box .btn-more a:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -3px;
  right: 7px;
  width: 1px;
  height: 15px;
  transform: rotate(-55deg);
  background: #412F2F;
}

.box02 .event-list li .txt-box .btn-box .num {
  margin-left: auto;
}

.box02 .event-list li .txt-box .btn-box .num img {
  width: 90px;
}

@media screen and (min-width: 769px) {
  .box02 {
    background-size: 75%;
    background-position: left 16px;
    padding-bottom: 72px;
  }
  .box02 .event-list li {
    display: flex;
    padding: 0 20px 20px 40px;
    margin-bottom: 48px;
  }
  .box02 .event-list li .img-box {
    margin-right: 40px;
  }
  .box02 .event-list li .img-box img {
    max-width: 320px;
    margin-top: -4px;
  }
  .box02 .event-list li .txt-box {
    flex: 1;
    padding-top: 40px;
  }
  .box02 .event-list li .txt-box .ttl {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .box02 .event-list li .txt-box .ttl span {
    font-size: 18px;
  }
  .box02 .event-list li .txt-box .txt {
    font-size: 16px;
  }
  .box02 .event-list li .txt-box .txt .font-s {
    font-size: 14px;
  }
  .box02 .event-list li .txt-box .btn-box {
    align-items: flex-start;
    margin-top: 15px;
  }
  .box02 .event-list li .txt-box .btn-box .btn-more {
    width: 30%;
    padding-right: 0;
    flex: initial;
  }
  .box02 .event-list li .txt-box .btn-box .btn-more a {
    line-height: 1;
  }
  .box02 .event-list li .txt-box .btn-box .num img {
    width: auto;
  }
}

.box03 {
  background: -moz-linear-gradient(top, #eed8c2 0%, #f5efe9 30%);
  background: -webkit-linear-gradient(top, #eed8c2 0%, #f5efe9 30%);
  background: linear-gradient(to bottom, #eed8c2 0%, #f5efe9 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed8c2', endColorstr='#f5efe9',GradientType=0 );
  padding: 60px 0 20px;
}

.box03 h2 img {
  width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .box03 {
    padding: 80px 0 70px;
  }
  .box03 h2 img {
    width: 386px;
  }
}

.box04 {
  background-color: #dbc9b8;
  padding: 60px 0 30px;
}

.box04 .event-inner .event-box {
  background: #ffffff;
  margin-bottom: 20px;
  border-top: 4px solid #CB9C87;
  padding: 30px 17px 40px;
}

.box04 .event-inner .event-box .ttl {
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.box04 .event-inner .event-box .ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 1px;
  background: #412f2f;
}

.box04 .event-inner .event-box .img {
  margin-bottom: 20px;
}

.box04 .event-inner .event-box .txt {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .box04 {
    background-size: 75%;
    background-position: -30% 16px;
    background-image: url(../images/bg-main.png);
    background-repeat: no-repeat;
    padding: 100px 0 80px;
  }
  .box04 .event-inner {
    display: flex;
    justify-content: space-between;
    margin-right: -30px;
  }
  .box04 .event-inner .event-box {
    width: 50%;
    margin-right: 30px;
    padding: 25px 40px 35px;
  }
  .box04 .event-inner .event-box .ttl {
    line-height: 1.6;
  }
  .box04 .event-inner .event-box .ttl::before {
    bottom: -5px;
  }
  .box04 .event-inner .event-box .img {
    text-align: center;
  }
  .box04 .event-inner .event-box .txt {
    font-size: 16px;
  }
}

.ft-box {
  text-align: center;
  margin-top: 30px;
  padding: 30px 35px;
}

.ft-box h2 {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: none;
}

.ft-box h2 img {
  width: 178px;
  margin: 0 auto;
}

.ft-box .sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft-box .sns-box li {
  margin-right: 20px;
}

.ft-box .sns-box li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .ft-box {
    padding: 60px 0 80px;
  }
  .ft-box h2 {
    margin-bottom: 35px;
  }
  .ft-box h2 img {
    width: auto;
    margin: 0 auto;
  }
}

.btn-pagetop {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 48px;
  transition: all 0.3s;
  opacity: 1;
}

.btn-pagetop.btn-hide {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .btn-pagetop {
    width: 58px;
  }
}

/* フッター-------------------------------------------*/

/*# sourceMappingURL=_map/layout.css.map */
