@charset "UTF-8";

/*  Clearfix
========================================== */
/* clearfix */
.clearfix { *zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }


/* Text style
========================================== */

/* Font size */
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px; }
.fs28 { font-size: 28px; }
.fs32 { font-size: 32px; }
.fs36 { font-size: 36px; }
.fs48 { font-size: 48px; }


/*  Margin
========================================== */
.mt-1 { margin-top: -8px !important; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }

/* 全体
----------------------------------------------------- */

img{
  vertical-align: bottom;
}
.pageTtl{display:none;}

.flex{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.backgroundColor {
  background: #f5e6e9;
  padding-bottom: 56px;
}

/* main
----------------------------------------------------- */

.mainVisual {
  max-width: 1920px;
  height: 760px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/mv_bg.jpg) center no-repeat;
  overflow: hidden;
  background-size: cover;
  margin: 0 auto;
}

.mainVisual .contentsInr{
  margin: 0 auto;
}

.mainVisual img{
  width: 100%;
  max-width: 940px;
  margin: 17px auto 0;
  display: block;
}

#secTopLink {
  padding-top: 10px;
}
.secTopLinkTit {
  width: 398px;
  margin: 0 auto 55px;
}

.secTopLinkImg {
 margin-top: 15px;
}

.secTopLinkImg p {
 text-align: center;
}

.secTopLinkImg img {
 width: 100%;
 max-width: 880px;
}

.linkList {
  width: 100%;
  max-width: 766px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.breadCrumbs > .inner .links {
  padding-right: 50px;
}

.breadCrumbs > .inner .links li {
  padding: 5px 20px 3px 0;
}

.breadCrumbs > .inner .links li:nth-last-child(1) {
  padding-right: 0;
  background: none;
  margin-right: 0;
  font-feature-settings: "palt";
}

#sec_01 {
  padding-top: 110px;
  position: relative;
}

#sec_02,
#sec_03 {
  padding-top: 105px;
  position: relative;
}

#sec_01:before,
#sec_03:before {
  content: "";
  width: 100%;
  height: 99px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/wht_bg.svg) center no-repeat;
  display: block;
}

#sec_02:before{
  content: "";
  width: 100%;
  height: 99px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/wht_bg_r.svg) center no-repeat;
  display: block;
}

.leftArea {
  width: 50%;
}

.bgWrap {
  background: #fff;
  padding: 0 40px 52.5px;
  border-radius: 0 0 19px 19px;
}

#sec_03 .bgWrap {
  padding-top: 18px;
}


.contents .readText {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.778;
  margin-top: 20px;
  font-feature-settings: "palt";
  letter-spacing: .04rem;
}

.bgWrap img {
  width: 100%;
}

img[alt="ACCESS"],img[alt="DATA"] {
  width: 48px;
  height: 48px;
}
img[alt="DATA"]{
  margin-bottom: 2px;
}

.upperBox,.lowerBox {
  width:421px;
  border-radius:10px;
  box-sizing: border-box;
}

.upperBox {
  background: #ffee72;
  display: flex;
  padding: 17.5px 17px;
  margin-bottom: 15px;
  position: relative;
}
.upperBox:before {
  content:"";
  width: 35px;
  height: 19px;
  position: absolute;
  top:-19px;
  right: 67px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/sec_02_icon02.svg) center no-repeat;
  background-size: cover;
}
.upperBox span {
  padding-top: 7px;
  padding-left: 13px;
  font-size: 18px;
  line-height: 1.333;
}
.lowerBox {
  background: #1458b5;
  padding: 24.5px 17px;
  position: relative;
}
.lowerBox a {
  font-size: 21px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.238;
  font-feature-settings: "palt";
  letter-spacing: .04rem;
  transition: .4s;
}
.lowerBox a:after {
  content:"";
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  transition: .4s;
  margin: 0 auto;
}
.lowerBox a:hover:after {
  bottom:5px;
}
/*
.lowerBox a:hover {
  text-decoration: none;
}
*/

.inner01 {
  padding-top: 10px;
}

.inner01 .leftArea{
  padding-top: 10px;
}

.contents .detailText {
  font-size: 16px;
  line-height: 2;
}

.dataBox{
  margin-top: 20px;
  background:#d0def0;
  border-radius: 10px;
  padding:14px 22px 15px;
}

.dataBox .flex {
  justify-content: flex-start;
  align-items: center;
}

.dataBoxTit {
  font-weight: bold;
  font-size: 19px;
  position: relative;
  top: 1.5px;
}

.dataBox li{
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

/*--帯広・十勝--*/
#sec_01 .readText {
  color: #1458b5;
}

#sec_01 .inner01 .leftArea h3 img{
  width: 384px;
  height:116px;
}

#sec_01 .inner01 .rightArea:after{
  content:"";
  display: block;
  width: 206px;
  height: 123px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/sec_02_icon03.svg) center no-repeat;
  background-size: cover;
  margin-top: 23px;
  position: relative;
  left: -50px;
}

#sec_01 .inner01 {
  padding-bottom: 15px;
}

#sec_01 .inner02 {
  padding-bottom: 50px;
}

#sec_01 .inner02 .leftArea {
  width: calc(100% - 518px);
}

#sec_01 .inner02 h4{
  width: 284px;
  height: 87px;
  margin-bottom: 20px;
}

#sec_01 .inner02 .rightArea img{
  max-width: 518px;
}

#sec_01 .dataBoxTit{
  color:#1458b5;
}

#sec_01 .listTit{
  width: 80px;
  display: inline-block;
}

#sec_01 .dataBox img[alt="DATA"] {
  margin-right: 32px;
}

#sec_01 .inner03 .rightArea h4 img{
  margin-top: 65px;
}

#sec_01 .inner03 .detailText{
  margin-top: 30px;
}

#sec_01 .inner03 {
  padding-bottom: 43px;
}

#sec_01 .inner04 .image.icon {
  text-align: right;
  margin-top: 45px;
  position: relative;
  right: 33px;
}

#sec_01 .inner04 .leftArea {
  width: calc(100% - 508px);
}

#sec_01 .inner04 .leftArea .image.icon img {
  width: 168px;
  height: 121px;
}

#sec_01 .inner04 .leftArea h4 {
  margin-top: 35px;
  width: 250px;
}

#sec_01 .inner04 .detailText{
  margin-top: 35px;
}

#sec_01 .inner04 .rightArea img {
  width: 508px;
  height: 409px;
}


/*--釧路・阿寒--*/

#sec_02 .readText {
  color: #d5739e;
}

#sec_02 .inner01 .leftArea {
  position: relative;
}

#sec_02 .inner01 .leftArea:before{
  content: "";
  position: absolute;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/sec_03_icon01.svg) center no-repeat;
  width: 195px;
  height: 133px;
  right: 20px;
  top: -93px;
}

#sec_02 .inner01 .leftArea h3 img {
  width: 379px;
  height: 117px;
}

#sec_02 .upperBox::before {
  background: url(/domtour/jaldp/hok_higashihokkaido/img/sec_03_icon03.svg) center no-repeat;
  background-size: cover;
}

#sec_02 .inner02 h4 {
  margin-top: 90px;
}

#sec_02 .inner02 h4 img{
  width: 248px;
  height: 85px;
}

#sec_02 .inner02 .image.icon {
  margin-top: 110px;
  text-align: right;
  position: relative;
  right: 18px;
}

#sec_02 .inner02 .image.icon img{
  width: 200px;
  height: 58px;
}
#sec_02 .inner02 .detailText {
  margin-top: 28px;
}

#sec_02 .inner02 .leftArea {
  width: calc(100% - 598px);
}

#sec_02 .inner02 .rightArea img {
  width: 598px;
  height: 435px;
}

#sec_02 .inner03 {
  margin-top: 35px;
}

#sec_02 .inner03 .flex{
  justify-content: flex-start;
}

#sec_02 .inner03 .leftArea img{
  width: 473px;
  position: relative;
  left: -40px;
}

#sec_02 .inner03 .rightArea {
  width: 50%;
  padding-left: 25px;
  box-sizing: border-box;
}
#sec_02 .inner03 .rightArea .image.photo {
  position: relative;
  left: -15px;
}
#sec_02 .inner03 .rightArea .image.photo img{
  width: 263px;
}
#sec_02 .inner03 .rightArea .image.icon {
  margin-left: 18px;
  position: relative;
  top: 120px;
}
#sec_02 .inner03 .rightArea .image.icon img{
  width: 110px;
  height: 94px;
}
#sec_02 .inner03 .rightArea h4 {
  margin-top: 110px;
}
#sec_02 .inner03 .rightArea .detailText {
  margin-top: 25px;
}
#sec_02 .inner03 .rightArea .dataBox {
  background: #fae1eb;
  padding-top: 0;
}
#sec_02 .inner03 .rightArea .dataBox .flex{
  padding-top: 20px;

}
#sec_02 .dataBox img[alt="DATA"] {
  margin-right: 13px;
}

#sec_02 .inner03 .rightArea .dataBox ul{
    padding-left: 13px;
    font-size: 16px;
    line-height: 1.333;
    position: relative;
    left: 50px;
    margin-top: -15px;
}
#sec_02 .dataBoxTit {
  color: #d5739e;
  position: relative;
  top: -5px;
}


#sec_02 .listTit {
  width: 80px;
  display: inline-block;
}
#sec_02 .inner04 .leftArea h4 {
  width: 260px;
  height: 112px;
  margin-top: 50px;
}
#sec_02 .inner04 .leftArea .detailText {
  margin-top: 20px;
}
#sec_02 .inner04 .rightArea {
  margin-top: 65px;
  width: 50%;
}

#sec_03 h3 img {
  width: 817px;
  height: 133px;
}

#sec_03 .inner01 {
  padding-top: 20px;
}
#sec_03 .inner01 .leftArea {
  padding-top: 0;
}

#sec_03 .readText {
  margin-top: 0;
  color: #49a041;
}

#sec_03 .upperBox::before {
  background: url(/domtour/jaldp/hok_higashihokkaido/img/sec_04_icon02.svg) center no-repeat;
  background-size: cover;
}

#sec_03 .upperBox span {
  padding-top: 16px;
  padding-left: 13px;
  font-size: 18px;
  line-height: 1;
}

#sec_03 .inner02 .leftArea{
  z-index: 1;
}

#sec_03 .inner02 .leftArea h4 {
  margin-top: -35px;
}

#sec_03 .inner02 .leftArea h4 img{
  width: 308px;
  height: 88px;
}

#sec_03 .inner02 .leftArea .detailText {
  margin-top: 20px;
}

#sec_03 .inner02 .rightArea{
  width: 50%;
  text-align: center;
  margin-top: 43px;
  z-index: 1;
}

#sec_03 .inner02 .rightArea img {
  width: 200px;
}

#sec_03 .inner02 .w-100p{
  width: 100%;
  position: relative;
  left: -40px;
  margin-top: -40px;
  z-index: 0;
  min-width: 950px;
}

#sec_03 .dataBox {
  margin-top: 25px;
  background: #d7edcf;
  width: 100%;
  padding-bottom: 10px;
}

#sec_03 .dataBox .dataBoxTit{
  color:#49a041;
  margin-top: 14px;
}
#sec_03 img[alt="DATA"] {
  margin-right: 35px;
}
#sec_03 .dataBox .flex ul:nth-of-type(1) {
  width: 435px;
}
#sec_03 .dataBox .flex {
  align-items: flex-start;
}
#sec_03 .dataBox .flex ul .listTit{
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
#sec_03 .dataBox .flex ul .listDetail{
  display: inline-block;
  width: calc(100% - 80px);
}

#sec_03 .dataBox .flex ul .listDetail.tel {
  font-weight: bold;
  font-size: 18px;
}

#sec_03 .inner03 {
  margin-top: 50px;
}

#sec_03 .inner03 .rightArea h4 img {
  width: 256px;
  height: 88px;
  position: relative;
  left: -13px;
}

#sec_03 .inner03 .rightArea .detailText {
  margin-top: 20px;
}

#sec_03 .inner03 .leftArea{
  margin-top: 45px;
}

#sec_03 .inner04 {
  margin-top: 50px;
}

#sec_03 .inner04 .leftArea {
  width: calc(100% - 551px);
}

#sec_03 .inner04 .leftArea .image.icon img{
  width: 168px;
  height: 106px;
}

#sec_03 .inner04 .leftArea h4 {
  width: 290px;
  height: 82px;
}

#sec_03 .inner04 .rightArea img {
  width: 551px;
  height: 414px;
} 

#sec_03 .inner04 .detailText {
  margin-top: 15px;
}

#sec_04 {
  margin-top: 140px;
  background: #fff;
}
#sec_04 h3 {
  text-align: center;
  padding-top: 45px;
}
#sec_04 h3 img {
  width: 639px;
  height: 248px;
}
.contents .sec_04_read {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
  position: relative;
}
.contents .sec_04_read:before {
  content: "";
  width: 165px;
  height: 113px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/sec_05_icon01.svg) center no-repeat;
  position: absolute;
  left: 30px;
  top: -50px;
}

.backGroundColor2 {
  background: #ffee72;
  text-align: center;
  margin-top: 17px;
  padding-bottom: 24px;
}

.backGroundColor2 h4 {
  padding-top: 26px;
}

.backGroundColor2 h4 img {
  width: 140px;
}

.backGroundColor2 {
  position: relative;
}
.backGroundColor2:before {
  content: "";
  width: 175px;
  height: 174px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/20221201/sec_05_icon_otoku.svg) center no-repeat;
  position: absolute;
  left: 13px;
  top: 27px;
}

.flexList {
  display: flex;
  justify-content: space-between;
  width: 549px;
  margin:10px auto 0
}

.contents .flexList .type {
  font-size: 18px;
  text-align: left;
  display: block;
}

.contents .flexList .type .big {
  font-size: 21.6px;
}

.contents .flexList .price {
  font-size: 38px;
  color: #f25524;
  font-weight: bold;
  line-height: 1.3;
}

.contents .flexList .price .small {
  font-size: 21.6px; 
}

.backGroundColor2 .period {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .3rem;
  margin-top: 10px;
}

.backGroundColor2 .period + p {
  font-size: 16px;
  text-align: left;
  width: 562px;
  margin:0 auto;
}

.moreLink {
  color: #fff;
  background: #ed1c24;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 36px;
  width: 232px;
  height: 34px;
  margin: 9px auto 0;
  padding-top: 2px;
}

.attention {
  text-align: left;
  width: 549px;
  margin:0 auto;
}

#sec_05 {
  background: #fff;
  padding: 23px 40px 45px;
}

#sec_05 .bluBackTit {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1458b5;
  padding: 14px 0;
  border-radius: 35px;
  margin-bottom: 23px;
  position: relative;
}


#sec_05 .bluBackTit:nth-of-type(n+2) {
  margin-top: 32px;
}

#sec_05 .bluBackTit .detLink {
  background: #fff;
  font-size: 13px;
  color: #1458b5;
  width: 140px;
  height: 35px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  padding: 2px 10px 0;
  box-sizing: border-box;
  line-height: 1;
  position: absolute;
  right:16px;
}

#sec_05 .busmap {
  padding-bottom: 90px;
}

#sec_05 .bluBackTit.type02 {
  font-size: 23.5px;
  font-feature-settings: "palt";
  padding: 10px 0;
}

#sec_05 .bluBackTit .decoration {
 font-size: 18px; 
 padding-bottom: 3px;
}

#sec_05 .bluBackTit.type02 .detLink {
  bottom: 15px;
  width: 130px;
}

#sec_05 .bluBackTit .detLink {
  cursor: pointer;
}

#sec_05 .bluBackTit .detLink:hover {
  opacity: .8;
}


#sec_05 .bluBackTit .detLink:after {
  position: absolute;
  right: 17px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/domtour/jaldp/hok_higashihokkaido/img/icon_off.svg) center no-repeat;
  transition: .1s;
  margin-top: -2px;
}

#sec_05 .bluBackTit.active .detLink:after {
  background: url(/domtour/jaldp/hok_higashihokkaido/img/icon_on.svg) center no-repeat;
}

#sec_05 .stepList {
  margin-top: 45px;
}

#sec_05 .stepList li{
  width: calc((100% / 3) - 14px );
}
#sec_05 .stepList li .decoration {
  text-align: center;
  color: #F0AD2A;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 27px;
  /*font-feature-settings: "palt";*/
}
#sec_05 .stepList li .borderBox {
  border: 1px solid #1458B5;
  border-radius: 15px;
  padding: 0 20px 18px;
}
#sec_05 .stepList li .stepCount img{
  width: 144px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -20px;
}
#sec_05 .stepList li h5 {
  color: #1458B5;
  font-size: 24px;
  text-align: center;
  margin-top: 35px;
}
.contents #sec_05 .stepList li .text{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4px;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
  text-align: justify;
  height: 136px;
}
#sec_05 .stepList li .text + img {
  margin: 7px auto 0;
  display: block;
}
#sec_05 .stepList li:nth-of-type(1) .text + img {
  width: 64px;
  height: 119px;
}
#sec_05 .stepList li:nth-of-type(2) .text + img {
  width: 145px;
  height: auto;
}
#sec_05 .stepList li:nth-of-type(3) .text + img {
  width: 101px;
  height: 119px;
}
#sec_05 .attentionTitle {
  margin-top: 58px;
  color: #1458B5;
  font-weight: bold;
  font-size: 23px;
  font-feature-settings: "palt";
  letter-spacing: .15rem;
}
#sec_05 .attentionList{
  margin-top: 13px;
}
#sec_05 .attentionList li {
  line-height: 1.857;
}
.red{
  color: #F00000;
} 
#sec_05 .attentionList li .bold {
  font-weight: bold;
  font-size: 16px;
}
.contents .sec_04_read span.red{
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0;
}
.c-accordion {
  margin-top: 78px;

}

.c-accordion > li {
  border-radius: 2.4px;
}

.c-accordion > li .head {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 36px;
  color: #000;
  background: url(/commonY15/img/icon_reveal_red.png) no-repeat 10px center;
}

.borderTitle + .image {
  margin-top: 36px;
}


.moduleUnitY15 .domtour940 {
  width: 870px!important;
  margin: 0!important;
  background-size: contain;
  background-position: 0 99%!important;
}
.moduleUnitY15 .domtour940 img[src="/common_rn/img/head_940_domtour_002.gif"] {
  max-width: 870px!important;
}
.domtour940 .dtr940 {
  background-size: contain!important;
}

.domtour940 .seaBox .iBox {
  width: 710px!important;
  overflow: hidden;
}

.acoBtn {
  cursor: pointer;
}
.acoWrap {
  display: none;
}
.gcampaign .tumbItemList {
  background: #fff;
}

.bnrTit {
  font-size: 23px;
  font-weight: bold;
  color: #1458B5;
  text-align: center;
  margin-top: 80px;
}
.bnrTit:nth-of-type(n+2) {
  margin-top: 68px;
}
.bnrList{
  margin: 30px auto 0;
  width: 769px;
  display: flex;
  justify-content: space-between;
}
.bnrList li {
  margin-top: 0;
}
.bnrList li img {
  width: 100%;
}
.c-accordion {
  margin-bottom: 36px;
}

img[src="/domtour/jaldp/hok_higashihokkaido/img/sec_06_map.svg"],
img[src="/domtour/jaldp/hok_higashihokkaido/img/sec_06_bus.svg"],
img[src="/domtour/jaldp/hok_higashihokkaido/img/20221201/sec_06_map.jpg"],
img[src="/domtour/jaldp/hok_higashihokkaido/img/20221201/sec_06_bus.jpg"] {
  width: 100%;
  max-width: 870px;
}

img[src="/domtour/jaldp/hok_higashihokkaido/img/sec_06_rootmap.jpg"] {
  width: 100%;
  max-width: 829px;
}

img[src="/domtour/jaldp/hok_higashihokkaido/img/sec_06_subtit_01.svg"],
img[src="/domtour/jaldp/hok_higashihokkaido/img/sec_06_subtit_02.svg"],
img[src="/domtour/jaldp/hok_higashihokkaido/img/sec_06_subtit_03.svg"] {
  width: 144px;
  height: 43px;
}

.mac #sec_05 .bluBackTit.btn01 {
  padding-top: 16px;
}

.win #sec_05 .bluBackTit.btn01 {
  padding-top: 20px;
}
.win #sec_05 .bluBackTit.btn01 .detLink {
  top:calc(50% - 17.5px)
}
.win #sec_05 .bluBackTit.btn02 {
  font-size: 22px;
}
.win #sec_05 .bluBackTit.btn02 .detLink:after {
  right: 12px;
}
.win #sec_05 .bluBackTit .detLink {
  right: 16px;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .mac #sec_05 .bluBackTit.btn01 .detLink {
    top: calc(50% - 17px);
  }
}

body > #wrapper {
  overflow-x: hidden;
}

/* animation
--------------------------------------------------*/
.anim {
  opacity: 0;
  transform: translateY(10px);
  transition: all .7s;
}
.anim.active {
  opacity: 1;
  transform: translateY(0);
}

.anima_item01{
  opacity:0;
  }
  .fade01{
  -webkit-animation: fade01 1s ease 1s 1 forwards;
  animation: fade01 1s ease 1s 1 forwards;
  }
  @-webkit-keyframes fade01 {
  100% {
  opacity: 1;
  }
  }
  @keyframes fade01 {
  100% {
  opacity: 1;
  }
  }

  .fluffy {
    animation: fluffy1 3s ease infinite;
  }
  
  @keyframes fluffy1 {
    0% { transform:translateY(0); }
    5% { transform:translateY(0); }
    10% { transform:translateY(0); }
    20% { transform:translateY(-15px); }
    25% { transform:translateY(0); }
    30% { transform:translateY(-15px); }
    50% { transform:translateY(0); }
    100% { transform:translateY(0); }
  }
  
/*1207追記（JMB会員）*/
.fs12 {
	line-height: 1.7!important;
}
/*20230302追記(終了対応)*/
.shuryo{
	border: 1px solid #FB2F2F;
	color:#FB2F2F;
	margin:20px;
	padding:50px;
	text-align: center;
	font-size:20px;
}