@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
/**********スクロールバーのCSS*************/
.scrollmenu {
  width: 100%;
  height: 500px;
  margin: 0px 0 0 auto;
  /*overflow-y: scroll;*/
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
}
@media screen and (max-width:768px) {
  .scrollmenu {
    width: 100%;
    height: 420px;
  }
}

.mCSB_scrollTools {
  left: 0;
  right: auto;
}

.mCSB_draggerContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  width: 6px;
  height: 100%;
  background-color: #F6BB9B;
  z-index: 2;
  border-radius: 15px;
}

.mCSB_dragger {
  z-index: 15 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ED7736 !important;
  width: 10px !important;
  position: relative;
  z-index: 15;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none !important;
  /*
    background-color: #333 !important;
    */
}

.mCSB_container {
  margin-right: 0 !important;
}

/*******スクロールバーのCSSここまで*****/
#section02 {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:768px) {
  #section02 {
    padding: 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section02 .section__in {
    margin: 0 auto;
  }
}
#section02 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 100px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section02 .contenabox {
    background-size: 775px 531px;
    border-radius: 15px;
    letter-spacing: 0.05em;
    padding: 12.5vw 5vw;
  }
}
#section02 .contenabox .subtitle {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5em;
  color: #E95504;
}
#section02 .contenabox h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  #section02 .contenabox h2 {
    font-size: 3.7vw;
  }
}
#section02 .contenabox h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section02 .contenabox .base_text {
  width: 100%;
  line-height: 200%;
  font-weight: 500;
  color: #E95504;
}
#section03_back {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#section03 {
  width: 100%;
  background: linear-gradient(16deg, rgba(248, 230, 169, 0.3) 0%, rgba(232, 171, 138, 0.3) 100%);
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03 {
    padding: 75px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section03 .section__in {
    width: 90%;
    margin: 0 auto;
  }
}
#section03 .subtitle {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5em;
  color: #E95504;
}
#section03 h2 {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width:768px) {
  #section03 h2 {
    font-size: 3.7vw;
    margin-bottom: 5vw;
  }
}
#section03 h2 span.waku {
  display: inline-block;
  padding: 0em 0.2em 0.2em 0em;
  position: relative;
  /*
  &::after{
  	content:"";
  	position: absolute;
  	bottom:0;
  	right:0;
  	width: 1px;
  	height: calc(100% - 0.2em);
  	background-color: #E95504;
  }
  &::before{
  	content:"";
  	position: absolute;
  	bottom:0;
  	right:0;
  	width: calc(100% - 0.2em);
  	height: 1px;
  	background-color: #E95504;
  }
  */
}
#section03 h2 span.intcolor {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  background-color: #E95504;
  color: #fff;
}
#section03 .base_text {
  width: 80%;
  max-width: 650px;
  line-height: 180%;
  font-weight: 500;
  margin: 0 auto 45px auto;
}
@media screen and (max-width:768px) {
  #section03 .base_text {
    margin-bottom: 10vw;
  }
}
#section03 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 90px 160px 90px 85px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-top: 1px solid #50321E;
  border-bottom: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03 .contenabox {
    background-size: 775px 531px;
    letter-spacing: 0.05em;
    padding: 12.5vw 5vw;
  }
}
#section03 .scroll_contents {
  width: 100%;
  padding-left: 80px;
}
@media screen and (max-width:768px) {
  #section03 .scroll_contents {
    padding-left: 7.5vw;
  }
}
#section03 .scroll_contents dl {
  width: 100%;
  margin-bottom: 2em;
}
#section03 .scroll_contents dl dt {
  width: 100%;
  margin-bottom: 1em;
}
#section03 .scroll_contents dl dt .days {
  line-height: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.2em;
  border-bottom: 2px solid #50321E;
  font-weight: 700;
}
#section03 .scroll_contents dl dt h4 {
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #section03 .scroll_contents dl dt h4 {
    font-size: 4vw;
  }
}
#section03 .scroll_contents dl dd p.normalt {
  font-weight: 500;
  line-height: 180%;
}
#section03 .scroll_contents dl a {
  color: #E95504;
  text-decoration: underline;
}

#section04 {
  width: 100%;
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section04 {
    padding: 75px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section04 .section__in {
    width: 90%;
    margin: 0 auto;
  }
}
#section04 .subtitle {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5em;
  color: #E95504;
}
#section04 h2 {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width:768px) {
  #section04 h2 {
    font-size: 3.7vw;
    margin-bottom: 5vw;
  }
}
#section04 h2 span.waku {
  display: inline-block;
  padding: 0em 0.2em 0.2em 0em;
  position: relative;
  /*
  &::after{
  	content:"";
  	position: absolute;
  	bottom:0;
  	right:0;
  	width: 1px;
  	height: calc(100% - 0.2em);
  	background-color: #E95504;
  }
  &::before{
  	content:"";
  	position: absolute;
  	bottom:0;
  	right:0;
  	width: calc(100% - 0.2em);
  	height: 1px;
  	background-color: #E95504;
  }
  */
}
#section04 h2 span.intcolor {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  background-color: #E95504;
  color: #fff;
}
#section04 .base_text {
  width: 80%;
  max-width: 650px;
  line-height: 180%;
  font-weight: 500;
  margin: 0 auto 45px auto;
}
@media screen and (max-width:768px) {
  #section04 .base_text {
    margin-bottom: 10vw;
  }
}
#section04 .img_txt_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  #section04 .img_txt_box {
    width: 90%;
    margin: 0 auto 10vw auto;
  }
}
#section04 .img_txt_box.last {
  margin-bottom: 0;
}
#section04 .img_txt_box .photo {
  overflow: hidden;
  border: 1px solid #50321E;
  border-radius: 25px;
  width: 31.18%;
}
@media screen and (max-width:768px) {
  #section04 .img_txt_box .photo {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 2.5vw;
  }
}
#section04 .img_txt_box .text {
  width: 63.44%;
}
@media screen and (max-width:768px) {
  #section04 .img_txt_box .text {
    width: 100%;
  }
}
#section04 .img_txt_box .text h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#section04 .img_txt_box .text p.text01 {
  line-height: 180%;
  font-weight: 500;
}

#section05_back {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#section05 {
  width: 100%;
  background: linear-gradient(90deg, rgba(248, 230, 169, 0.3) 0%, rgba(232, 171, 138, 0.3) 100%);
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section05 {
    padding: 75px 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section05 .section__in {
    width: 90%;
    margin: 0 auto;
  }
}
#section05 .subtitle {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5em;
  color: #E95504;
}
#section05 h2 {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:768px) {
  #section05 h2 {
    font-size: 3.7vw;
    margin-bottom: 5vw;
  }
}
#section05 h2 span.waku {
  display: inline-block;
  padding: 0em 0.2em 0.2em 0em;
  position: relative;
  /*
  &::after{
  	content:"";
  	position: absolute;
  	bottom:0;
  	right:0;
  	width: 1px;
  	height: calc(100% - 0.2em);
  	background-color: #E95504;
  }
  &::before{
  	content:"";
  	position: absolute;
  	bottom:0;
  	right:0;
  	width: calc(100% - 0.2em);
  	height: 1px;
  	background-color: #E95504;
  }
  */
}
#section05 h2 span.intcolor {
  display: inline-block;
  padding: 0.2em 1.5em 0.25em 1.5em;
  background-color: #E95504;
  background-color: #E95504;
  color: #fff;
}
#section05 .base_text {
  width: 80%;
  max-width: 650px;
  line-height: 180%;
  font-weight: 500;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media screen and (max-width:768px) {
  #section05 .base_text {
    width: 90%;
    margin-bottom: 7vw;
  }
}
#section05 .table_scroll {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section05 .table_scroll {
    width: 95%;
    margin-left: 5%;
    overflow-x: scroll;
  }
}
#section05 .tablewaku {
  width: 880px;
  border: 1px solid #50321E;
  border-radius: 25px;
  overflow: hidden;
}
#section05 table {
  width: 880px;
  background: url(../images/back_color.jpg) center;
  background-size: auto;
  background-size: 775px 531px;
}
@media screen and (max-width:768px) {
  #section05 table {
    font-size: 3vw;
  }
}
#section05 table td {
  padding: 0.75em;
}
#section05 table td.list01 {
  width: 120px;
  text-align: center;
  border-bottom: 1px solid #50321E;
  border-right: 1px solid #ccc;
  font-weight: 500;
  background-color: rgba(137, 82, 40, 0.9);
  text-align: center;
  color: #fff;
}
#section05 table td.list01.subs {
  border-right: 1px solid #50321E;
  background-color: rgba(137, 82, 40, 0);
  vertical-align: top;
  font-weight: 400;
  text-align: center;
  color: #50321E;
  padding: 1em;
}
#section05 table td.list01.subs2 {
  border-bottom: 0px solid #50321E;
  border-right: 1px solid #50321E;
  background-color: rgba(137, 82, 40, 0);
  vertical-align: top;
  font-weight: 400;
  text-align: center;
  color: #50321E;
  padding: 1em;
}
#section05 table td.list02 {
  width: 380px;
  border-bottom: 1px solid #50321E;
  border-right: 1px solid #ccc;
  font-weight: 500;
  background-color: rgba(137, 82, 40, 0.9);
  text-align: center;
  color: #fff;
}
#section05 table td.list02.subs {
  border-right: 1px solid #50321E;
  background-color: rgba(137, 82, 40, 0);
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  color: #50321E;
  padding: 1em;
}
#section05 table td.list02.subs2 {
  border-right: 1px solid #50321E;
  border-bottom: 0px solid #50321E;
  background-color: rgba(137, 82, 40, 0);
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  color: #50321E;
  padding: 1em;
}
#section05 table td.list02 p {
  text-indent: -1em;
  padding-left: 1em;
}
#section05 table td.list03 {
  width: 380px;
  border-bottom: 1px solid #50321E;
  font-weight: 500;
  background-color: rgba(137, 82, 40, 0.9);
  text-align: center;
  color: #fff;
}
#section05 table td.list03.subs {
  background-color: rgba(137, 82, 40, 0);
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  color: #50321E;
  padding: 1em;
}
#section05 table td.list03.subs2 {
  border-bottom: 0px solid #50321E;
  background-color: rgba(137, 82, 40, 0);
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  color: #50321E;
  padding: 1em;
}
#section05 table td.list03 p {
  text-indent: -1em;
  padding-left: 1em;
}
#section05 ul.soudanbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #section05 ul.soudanbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section05 li.contenabox {
  width: 42.47%;
  padding: 0px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border: 1px solid #50321E;
  border-radius: 25px;
  color: #50321E;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  #section05 li.contenabox {
    width: 100%;
    margin-bottom: 5vw;
    background-size: 775px 531px;
    letter-spacing: 0.05em;
    padding: 0;
  }
}
#section05 li.contenabox h3 {
  text-align: center;
  font-weight: 500;
  padding: 0.8em 0 0.9em 0;
  width: 100%;
  color: #fff;
  background-color: rgba(137, 82, 40, 0.9);
  letter-spacing: 0.2em;
}
#section05 li.contenabox .dami {
  text-align: center;
  width: 100%;
  padding: 90px 0;
}
#section05 .attens {
  width: 100%;
  max-width: 680px;
  padding-top: 25px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section05 .attens {
    width: 86%;
    padding-top: 15px;
  }
}/*# sourceMappingURL=about.css.map */