.box-sizing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Font icon
---------------------*/
.font-icon {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fal {
  font-weight: 300;
}
.far {
  font-weight: 400;
}
.fas {
  font-weight: 900;
}
.float-clear {
  clear: both;
  content: '';
  display: block;
}
.translateY50 {
  top: 50%;
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.translateYX50 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.translateX50 {
  left: 50%;
  -o-transform: translatex(-50%);
     transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
}
/* flex関連
---------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-direction_column {
  -webkit-box-direction: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.justify-content_space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-wrap_wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*************************
 index
*************************/
.Index_Pg {
  /*メインTOP
---------------------*/
  /* 今が旬︕注目のラインナップ
---------------------*/
  /* 新着情報
---------------------*/
  /* 目的から選ぶバスツアー
---------------------*/
  /* おすすめバスツアーご紹介
---------------------*/
}
@media screen and (min-width: 769px) {
  .Index_Pg {
    padding: 0px 0 0 0;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg {
    padding: 10px;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg header {
    padding: 10px 0;
  }
}
.Index_Pg .TitleBox .TlEn {
  color: #TitleBox;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .Index_Pg .TitleBox .TlEn {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .TitleBox .TlEn {
    font-size: 20px;
  }
}
.Index_Pg .TitleBox .TlEn:after {
  content: "";
  display: inline-block;
  height: 2px;
  border-bottom: 2px solid #ed8a48;
  vertical-align: middle;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .Index_Pg .TitleBox .TlEn:after {
    width: 40px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .TitleBox .TlEn:after {
    width: 60px;
    margin-left: 20px;
  }
}
.Index_Pg .TitleBox h3:after {
  display: none;
}

.Index_Pg .TitleBox h3{ color : #ff6600;}

.Index_Pg .MnCont {
  padding-top: 0;
}
.Index_Pg .MnCont .Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content {
    -webkit-box-direction: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink {
  margin-bottom: 4vw;
  position: relative;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li {
  display: inline-block;
  text-align: center;
  margin: 0 10px 10px 0 !important;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li:hover .AccHd:before,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li:hover .AccHd:after {
  visibility: visible;
  opacity: 1;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li:hover .ACon {
  visibility: visible;
  opacity: 1;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li:last-of-type {
  margin-right: 0;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li a,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccChilHd {
  display: block;
  color: #ff6905;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li a:hover,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:hover,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccChilHd:hover {
  opacity: 0.7;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li a i,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd i,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccChilHd i {
  font-size: 22px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li a img,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd img,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccChilHd img {
  display: block;
  margin: auto;
  width: 26px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li a .Item,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd .Item,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccChilHd .Item {
  font-size: 12px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd {
  position: relative;
  cursor: default;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:before,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:after {
  visibility: hidden;
  opacity: 0;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:hover {
  opacity: 1;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:hover img,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:hover i,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:hover .Item {
  opacity: 0.7;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:before {
  content: "";
  position: absolute;
  bottom: -13px;
  border: 5px solid transparent;
  border-bottom: 10px solid #FFF;
  left: 50%;
  -o-transform: translatex(-50%);
     transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  z-index: 12;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .AccHd:after {
  content: "";
  position: absolute;
  bottom: -12px;
  border: 6px solid transparent;
  border-bottom: 11px solid #036EB8;
  left: 50%;
  -o-transform: translatex(-50%);
     transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  z-index: 11;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  min-height: 100px;
  background: #FFF;
  border: 1px solid #036EB8;
  padding: 15px 20px;
  position: absolute;
  top: 54px;
  left: 0;
  text-align: left;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon .Chil {
  width: 50%;
  text-align: left;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon .Chil:first-of-type li {
  margin-right: 10px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li {
  display: block;
  text-align: left;
  margin: 0 0 5px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li:last-child {
  margin-bottom: 0;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li a,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .AccChilHd {
  color: #036EB8;
  position: relative;
  padding-left: 10px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li a:before,
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .AccChilHd:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  color: #036EB8;
  position: absolute;
  left: 0;
  top: 0;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .AccChilHd {
  cursor: pointer;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .AccChilHd.Open:before {
  content: "\f0dd";
  top: -3px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .AccChilHd a {
  padding: 0;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .AccChilHd a:before {
  display: none;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .ChilLinkB {
  display: none;
  padding-top: 10px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .ChilLinkB a {
  padding: 0 10px 10px;
}
.Index_Pg .MnCont .Content .MnInfo .JumpLink li .ACon li .ChilLinkB a:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox h2 {
    font-size: 24px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox .MnSubTitle {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox .MnSubTitle {
    position: absolute;
    z-index: 1;
    text-shadow: #FFF 2px 0px 0px, #FFF -2px 0px 0px, #FFF 0px -2px 0px, #FFF 0px 2px 0px, #FFF 2px 2px 0px, #FFF -2px 2px 0px, #FFF 2px -2px 0px, #FFF -2px -2px 0px, #FFF 1px 2px 0px, #FFF -1px 2px 0px, #FFF 1px -2px 0px, #FFF -1px -2px 0px, #FFF 2px 1px 0px, #FFF -2px 1px 0px, #FFF 2px -1px 0px, #FFF -2px -1px 0px, #FFF 1px 1px 0px, #FFF -1px 1px 0px, #FFF 1px -1px 0px, #FFF -1px -1px 0px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox .MnSubTitle p {
    z-index: 2;
    position: relative;
  }
}
.Index_Pg .MnCont .Content .MnInfo .MnTitleBox .MnSubTitle .Double_Sq_Sub1 {
  max-width: 260px;
  position: absolute;
  right: -2%;
  top: -100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .MnTitleBox .MnSubTitle .Double_Sq_Sub1 {
    display: none;
  }
}
.Index_Pg .MnCont .Content .MnInfo .MnTitleBox .MnSubTitle .Double_Sq_Sub1 img {
  display: block;
  width: 100%;
}
.Index_Pg .MnCont .Content .MnInfo .Logo {
  width: 300px;
  margin-bottom: 4vw;
}
.Index_Pg .MnCont .Content .MnInfo .DepSelect dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dl {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dt {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dt img {
    display: inline-block;
    width: 60px;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dt img {
    display: block;
    width: 70px;
    margin: 0 auto 3px;
  }
}
.Index_Pg .MnCont .Content .MnInfo .DepSelect dt .Item {
  color: #00A0E9;
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dt .Item {
    display: inline-block;
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dt .Item {
    display: block;
    font-size: 11px;
    text-align: center;
  }
}
.Index_Pg .MnCont .Content .MnInfo .DepSelect dd {
  text-align: center;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dd {
    width: 22%;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dd {
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dd:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dd:last-of-type {
    margin-right: 20px;
  }
}
.Index_Pg .MnCont .Content .MnInfo .DepSelect dd a {
  display: block;
  border-bottom: 6px solid #CCC;
  padding-bottom: 10px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dd a {
    font-size: -webkit-calc(12px + 2 * (100vw - 320px)/448);
    font-size: calc(12px + 2 * (100vw - 320px)/448);
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .MnInfo .DepSelect dd a {
    font-size: 14px;
  }
}
.Index_Pg .MnCont .Content .MnInfo .DepSelect dd a:hover,
.Index_Pg .MnCont .Content .MnInfo .DepSelect dd a.Active {
  border-color: #036EB8;
  color: #036EB8;
}


@media screen and (max-width: 768px) {
  .Index_Pg .MnCont .Content .TopImg {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0 0px;
  }

}
@media screen and (min-width: 769px) {
  .Index_Pg .MnCont .Content .TopImg {
    width: 100%;
  }
}


.Index_Pg .MnCont .Content .TopImg li .ImgTxt {
  width: 100%;
  position: absolute;
  color: #FFF;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-shadow: #333 2px 1px 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.Index_Pg .MnCont .Content .TopImg li .ImgTxt a{
  color: #FFF;
}


.Index_Pg .BestSeason .Single_Sq_Sub_Right {
  width: 220px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason .Single_Sq_Sub_Right {
    display: none;
  }
}
.Index_Pg .BestSeason .Single_Sq_Sub_Right img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
.Index_Pg .BestSeason .Content {
  max-width: 1020px;
margin-top: -50px ;
}
}



.Index_Pg .BestSeason .TitleBox {
  position: relative;
  z-index: 1;
}
.Index_Pg .BestSeason .TitleBox .Double_Sq_Blue {
  max-width: 200px;
  position: absolute;
  left: -26%;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason .TitleBox .Double_Sq_Blue {
    display: none;
  }
}
.Index_Pg .BestSeason .TitleBox .Double_Sq_Blue img {
  display: block;
  width: 100%;
}
.Index_Pg .BestSeason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .BestSeason li {
    width: 250px;
    margin: 0 40px 60px 0;
  }
}
.Index_Pg .BestSeason li a {
  display: block;
  color: #333;
}
@media screen and (min-width: 769px) {
  .Index_Pg .BestSeason li a:hover {
    opacity: 0.7;
  }
}
.Index_Pg .BestSeason li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
     transform: scale(1.1, 1.1);
}
.Index_Pg .BestSeason li .ImgBox {
  margin-bottom: 10px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason li .ImgBox {
    width: 40vw;
    height: 40vw;
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .BestSeason li .ImgBox {
    width: 200px;
    height: 200px;
  }
}
.Index_Pg .BestSeason li .ImgBox img {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason li .ImgBox img {
    width: 40vw;
    height: 40vw;
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .BestSeason li .ImgBox img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason li p {
    padding: 0 5px;
  }
}
.Index_Pg .BestSeason li p.TourNm {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason li p.TourNm {
    font-size: -webkit-calc(13px + 3 * (100vw - 320px)/448);
    font-size: calc(13px + 3 * (100vw - 320px)/448);
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .BestSeason li p.TourNm {
    font-size: 18px;
  }
}
.Index_Pg .BestSeason li p.TourNm span {
  display: block;
}
@media screen and (max-width: 768px) {
  .Index_Pg .BestSeason li p.TourInfo {
    font-size: 11px;
  }
}
.Index_Pg .News .Single_Sq_Sub_Left {
  width: 220px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .News .Single_Sq_Sub_Left {
    display: none;
  }
}
.Index_Pg .News .Single_Sq_Sub_Left img {
  display: block;
  width: 100%;
}
.Index_Pg .News .Single_Sq_Sub_Right {
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .News .Single_Sq_Sub_Right {
    display: none;
  }
}
.Index_Pg .News .Single_Sq_Sub_Right img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Index_Pg .News {
    padding: 60px 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .News {
    padding: 0 0 100px 0px;
  }
}

.Index_Pg .News .Content  .TitleBox{
  max-width: 870px;
	margin-left: 10px;
}

@media screen and (min-width: 769px) {
	.Index_Pg .News .Content {
	max-width: 1120px;
    margin: auto;
	}
}
.Index_Pg .News .InCont {
  max-height: 300px;
  overflow-y: auto;
}
.Index_Pg .News dl {
  border-bottom: 1px dashed #666;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .Index_Pg .News dl {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .News dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
  }
}
.Index_Pg .News dl:last-of-type {
  margin-bottom: 0;
}
.Index_Pg .News dt,
.Index_Pg .News dd {
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .Index_Pg .News dt {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .News dd {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.Index_Pg .News dd a {
  display: inline-block;
  color: #036EB8;
}
.Index_Pg .News dd a:hover {
  opacity: 0.7;
}
.Index_Pg .News dd a:before {
  content: "\f101";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  margin-right: 3px;
}

@media screen and (min-width: 769px) {
	.Index_Pg .Purpose .Content {
	max-width: 1120px;
    margin: auto;
	}
}
.Index_Pg .Purpose .Single_Sq_Sub_Left {
  width: 220px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose .Single_Sq_Sub_Left {
    display: none;
  }
}
.Index_Pg .Purpose .Single_Sq_Sub_Left img {
  display: block;
  width: 100%;
}
.Index_Pg .Purpose .Single_Sq_Sub_Top {
  width: 360px;
  position: absolute;
  right: 200px;
  bottom: -120px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose .Single_Sq_Sub_Top {
    display: none;
  }
}
.Index_Pg .Purpose .Single_Sq_Sub_Top img {
  display: block;
  width: 100%;
}
.Index_Pg .Purpose .Double_Sq_Blue {
  max-width: 200px;
  position: absolute;
  left: 50%;
  -o-transform: translatex(-50%);
     transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  top: -40px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose .Double_Sq_Blue {
    display: none;
  }
}
.Index_Pg .Purpose .Double_Sq_Blue img {
  display: block;
  width: 100%;
}
.Index_Pg .Purpose .TitleBox {
  position: relative;
margin-left:20px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
	.Index_Pg .Purpose .TitleBox {
	margin-left:20px;
	}
}




.Index_Pg .Purpose ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose li {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Purpose li {
    width: 250px;
    min-height: 410px;
    margin: 0 20px 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose li:nth-child(odd) {
    margin-right: 10px;
  }
}
.Index_Pg .Purpose li:last-of-type {
  margin-right: 0;
}
.Index_Pg .Purpose li a {
  display: block;
  height: 100%;
  color: #333;
  padding: 20px 10px;
  background: #FFF;

}
@media screen and (min-width: 769px) {
  .Index_Pg .Purpose li a:hover {
color: #FF6928;
  }
}
.Index_Pg .Purpose li .ImgBox {
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose li .ImgBox {
    width: 100vw;
    height: 50vh;
    max-width: 180px;
    max-height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Purpose li .ImgBox {
    width: 250px;
    height: 180px;
  }
}
.Index_Pg .Purpose li .ImgBox img {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose li .ImgBox img {
    width: 40vw;
    height: 30vh;
    max-width: 200px;
    max-height: 200px;
object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Purpose li .ImgBox img {
    width: 230px;
    height: 180px;
object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose li p {
    padding: 0 5px;
  }
}
.Index_Pg .Purpose li p.TourNm {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose li p.TourNm {
    font-size: -webkit-calc(13px + 3 * (100vw - 320px)/448);
    font-size: calc(13px + 3 * (100vw - 320px)/448);
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Purpose li p.TourNm {
    font-size: 16px;
  }
}
.Index_Pg .Purpose li p.TourNm span {
  display: block;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Purpose li p.TourInfo {
    font-size: 11px;
  }
}
.Index_Pg .Recommended .Single_Sq_Sub_Bottom {
  width: 360px;
  position: absolute;
  right: 200px;
  top: 120px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended .Single_Sq_Sub_Bottom {
    display: none;
  }
}
.Index_Pg .Recommended .Single_Sq_Sub_Bottom img {
  display: block;
  width: 100%;
}
.Index_Pg .Recommended .Double_Sq_Sub_Top {
  width: 300px;
  position: absolute;
  left: 60px;
  bottom: -60px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended .Double_Sq_Sub_Top {
    display: none;
  }
}
.Index_Pg .Recommended .Double_Sq_Sub_Top img {
  display: block;
  width: 100%;
}
.Index_Pg .Recommended .Content {
  max-width: 1120px;
}
@media screen and (min-width: 769px) {
.Index_Pg .Recommended .Content {
margin-top: -50px ;
margin-left: auto;
margin-right: auto;
}
}

.Index_Pg .Recommended .TitleBox {
  position: relative;
  z-index: 1;
margin-left: 10px;
}
.Index_Pg .Recommended .TitleBox .Double_Sq_Blue {
  max-width: 200px;
  position: absolute;
  left: -26%;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended .TitleBox .Double_Sq_Blue {
    display: none;
  }
}
.Index_Pg .Recommended .TitleBox .Double_Sq_Blue img {
  display: block;
  width: 100%;
}
.Index_Pg .Recommended ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style:none;
  padding-left: 0;
}
.Index_Pg .Recommended li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li {
    width: 31%;
    min-height: 412px;
    margin-bottom: 40px;
	padding:10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li:hover {
    z-index: 1;
  }
}
.Index_Pg .Recommended li a {
  display: block;
  height: 100%;
  color: #333;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
    -webkit-box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
  }
}
.Index_Pg .Recommended li .ImgBox {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li .ImgBox {
    width: 50%;
    max-height: 160px;
    max-width: 245px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li .ImgBox {
    max-width: 320px;
width:100%;
    height: 210px;
  }
}
.Index_Pg .Recommended li .ImgBox img {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li .ImgBox img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li .ImgBox img {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li .Info {
    width: 76%;
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li .Info {
    padding: 10px 20px;
  }
}
.Index_Pg .Recommended li .Info .TourNm {
  border-bottom: 1px dashed #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.Index_Pg .Recommended li .Info .TourNm span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.Index_Pg .Recommended li .Info .TourNm .Name {
  color: #036EB8;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li .Info .TourNm .Name {
    font-size: -webkit-calc(14px + 2 * (100vw - 320px)/448);
    font-size: calc(14px + 2 * (100vw - 320px)/448);
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li .Info .TourNm .Name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li .Info .Others {
    margin-bottom: 5px;
	}
	.Index_Pg .Recommended li .Info .Others dl.Dep dt{
		font-weight:400;
		line-height:100%;
	}
	.Index_Pg .Recommended li .Info .Others dl.Dep,
	.Index_Pg .Recommended li .Info .Others dl.Date	{
		margin:0;
		padding:0;
		line-height:100%;
	}
	.Index_Pg .Recommended li .Info .Others dl.Date dt{
		font-weight:400;
		line-height:100%;
	}
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li .Info .Others {
    margin-bottom: 10px;
  }
}
.Index_Pg .Recommended li .Info .Others dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
}

.Index_Pg .Recommended li .Info .Others dt,
.Index_Pg .Recommended li .Info .Others dd {
  font-size: 12px;
}
.Index_Pg .Recommended li .Info .Others .OnePerson {
	padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li .Info .Others .OnePerson {
    display: block;
  }
}
.Index_Pg .Recommended li .Info .Others .OnePerson dt {
  border: 1px solid #666;
  text-align: center;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .Index_Pg .Recommended li .Info .Others .OnePerson dt {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li .Info .Others .OnePerson dt {
		width: 85px;
/*		height:22px;*/
		margin-right: 5px;
		margin-bottom:5px;
		font-size: 12px;
		padding:0 5px 0 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
		align-items: center;
	}
	.Index_Pg .Recommended li .Info .Others dl.Dep dt{
		font-weight:400;
		line-height:100%;
	}
	.Index_Pg .Recommended li .Info .Others dl.Dep,
	.Index_Pg .Recommended li .Info .Others dl.Date	{
		margin:0;
		padding:0;
		line-height:100%;
	}
	.Index_Pg .Recommended li .Info .Others dl.Date dt{
		font-weight:400;
		line-height:100%;
	}
}
@media screen and (min-width: 769px) {
  .Index_Pg .Recommended li .Info .Others .OnePerson dd {
    width: -webkit-calc(100% - 95px);
		width: calc(100% - 95px);
		height:22px;
		margin-bottom:0;
		padding-bottom:0;
  }
}
.Index_Pg .Recommended li .Info .Others .OnePerson dd p {
	display: inline-block;
	padding:0;
	line-height:100%;
}
.Index_Pg .Recommended li .Info .Others .OnePerson dd .Yen {
  font-size: 11px;
}
.Index_Pg .Recommended li .Info .Others .OnePerson dd .Fee {
  color: #E60012;
  font-size: 14px;
}
.Index_Pg .Recommended li .Info .Keyword span {
  display: inline-block;
  min-width: 60px;
  text-align: center;
  border: 1px solid #333;
  font-size: 11px;
  padding: 2px 5px;
	margin-bottom: 5px;
	margin-top:0;
}
/*************************
 会社概要
*************************/
/*************************
 旅行業登録票
*************************/
/*************************
 特定商取引に基づく表記
*************************/



/*************************
 ご利用環境について
*************************/
/*************************
 個人情報保護方針について
*************************/
/*************************
 よくある質問
*************************/
.Faq_Pg .FaqBox.TabCon dl {
  display: none;
}
.Faq_Pg .FaqBox.TabCon dl.Show {
  display: block;
}
.Faq_Pg .FaqBox dl {
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .Faq_Pg .FaqBox dl {
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Faq_Pg .FaqBox dl {
    padding-top: 30px;
  }
}
.Faq_Pg .FaqBox dt,
.Faq_Pg .FaqBox dd {
  position: relative;
}
@media screen and (max-width: 768px) {
  .Faq_Pg .FaqBox dt,
  .Faq_Pg .FaqBox dd {
    padding: 0 20px 0 35px;
  }
}
@media screen and (min-width: 769px) {
  .Faq_Pg .FaqBox dt,
  .Faq_Pg .FaqBox dd {
    padding: 0 20px 0 50px;
    font-size: 15px;
  }
}
.Faq_Pg .FaqBox dt:before,
.Faq_Pg .FaqBox dd:before {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .Faq_Pg .FaqBox dt:before,
  .Faq_Pg .FaqBox dd:before {
    font-size: 20px;
    top: -6px;
    left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Faq_Pg .FaqBox dt:before,
  .Faq_Pg .FaqBox dd:before {
    font-size: 23px;
    top: -7px;
    left: 20px;
  }
}
.Faq_Pg .FaqBox dt a,
.Faq_Pg .FaqBox dd a {
  color: #036EB8;
}
.Faq_Pg .FaqBox dt a:hover,
.Faq_Pg .FaqBox dd a:hover {
  text-decoration: underline;
}
.Faq_Pg .FaqBox dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.Faq_Pg .FaqBox dt:before {
  content: "Q";
  color: #FF9013;
}
.Faq_Pg .FaqBox dd {
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .Faq_Pg .FaqBox dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .Faq_Pg .FaqBox dd {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.Faq_Pg .FaqBox dd:last-of-type {
  margin-bottom: 0;
}
.Faq_Pg .FaqBox dd:before {
  content: "A";
  color: #00A0E9;
}
.Faq_Pg .FaqBox dd:after {
  clear: both;
  content: '';
  display: block;
}
/*************************
 キャンセル・変更
*************************/
@media screen and (max-width: 768px) {
  .Cancel_Pg table td.Cdate {
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .Cancel_Pg table td.Cdate {
    width: 40%;
  }
}
.Cancel_Pg table td.Crate {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .Cancel_Pg table td.Crate {
    width: 30%;
  }
}
/*************************
 サイトマップ
*************************/
/*************************
 お支払い方法
*************************/
.Payment_Pg .Unit {
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.Payment_Pg .Unit:last-of-type {
  margin-bottom: 0;
}
.Payment_Pg .InTl {
  border-bottom: 1px solid #e2e2e2;
  background: #f3f3f3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Payment_Pg .InTl {
    font-size: -webkit-calc(13px + 3 * (100vw - 320px)/448);
    font-size: calc(13px + 3 * (100vw - 320px)/448);
    padding: 8px 10px;
  }
}
@media screen and (min-width: 769px) {
  .Payment_Pg .InTl {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Payment_Pg .UniInfo {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Payment_Pg .UniInfo {
    padding: 20px;
  }
}
.Payment_Pg .UniInfo a {
  color: #036EB8;
}
.Payment_Pg .UniInfo a:hover {
  text-decoration: underline;
}
.Payment_Pg .UniInfo img {
  width: 100%;
}
.Payment_Pg .Caution {
  background: #FFFFCC;
  padding: 10px;
  border: 1px solid #ffce3b;
}
.Payment_Pg .Bank .BankAcc {
  font-size: 16px;
}
.Payment_Pg .Credit .ImgBox img {
  max-width: 167px;
}
.Payment_Pg .Conveni .ImgBox {
  max-width: 340px;
}
.Payment_Pg .Conveni .Caution {
  margin-bottom: 20px;
}
.Payment_Pg .Conveni ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Payment_Pg .Conveni ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.Payment_Pg .Conveni li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .Payment_Pg .Conveni li {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Payment_Pg .Conveni li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 152px;
  }
}
@media screen and (max-width: 768px) {
  .Payment_Pg .Conveni li:nth-child(2n) {
    margin-right: 0;
  }
}
.Payment_Pg .Conveni li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .Payment_Pg .Conveni li:last-of-type {
    margin-bottom: 0;
  }
}
.Payment_Pg .Conveni li .Img {
  border-bottom: 1px solid #e2e2e2;
}
.Payment_Pg .Conveni li .Img img {
  max-width: 158px;
  display: block;
  margin: auto;
}
.Payment_Pg .Conveni li .Explain {
  padding: 5px;
}
@media screen and (min-width: 769px) {
  .Payment_Pg .Conveni li .Explain {
    min-height: 130px;
  }
}
.Payment_Pg .Conveni li .Link {
  padding: 5px;
  margin-top: auto;
}
.Payment_Pg .Conveni li .Link a {
  display: block;
}
.Payment_Pg .Conveni li .Link a:before {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  margin-right: 5px;
  font-size: 10px;
}
/*************************
 サイトの使い方
*************************/
.Howto_Pg .Unit {
  border: 1px solid #e2e2e2;
}
.Howto_Pg .Unit:last-of-type {
  margin-bottom: 0;
}
.Howto_Pg .InTl {
  border-bottom: 1px solid #e2e2e2;
  background: #f3f3f3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Howto_Pg .InTl {
    font-size: -webkit-calc(13px + 3 * (100vw - 320px)/448);
    font-size: calc(13px + 3 * (100vw - 320px)/448);
    padding: 8px 10px;
  }
}
@media screen and (min-width: 769px) {
  .Howto_Pg .InTl {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Howto_Pg .UniInfo {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Howto_Pg .UniInfo {
    padding: 20px;
  }
}
.Howto_Pg .UniInfo a {
  color: #036EB8;
}
.Howto_Pg .UniInfo a:hover {
  text-decoration: underline;
}
.Howto_Pg .UniInfo .Imat {
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .Howto_Pg .UniInfo .Imat {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .Howto_Pg .UniInfo .Imat {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.Howto_Pg .UniInfo .Imat:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .Howto_Pg .UniInfo .Imat .imgBox {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Howto_Pg .UniInfo .Imat img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: auto;
  }
}
.Howto_Pg .UniInfo .Mtl {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 5px 5px;
  margin-bottom: 10px;
}
.Howto_Pg .UniInfo .MaTwolo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.Howto_Pg .UniInfo .MaTwolo .MaimgBox {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .Howto_Pg .UniInfo .MaimgBox {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Howto_Pg .UniInfo .MaimgBox:last-of-type {
    margin-bottom: 0;
  }
}
.Howto_Pg .UniInfo .Onelo img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .Howto_Pg .UniInfo .Twolo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .Howto_Pg .UniInfo .Twolo .imgBox {
    margin-right: 20px;
  }
}
.Howto_Pg .UniInfo .Numred {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #E60012;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
  font-weight: bold;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 60%;
  -moz-border-radius: 60%;
  -webkit-border-radius: 60%;
}
.Howto_Pg .TopBack {
  text-align: right;
  padding: 10px 10px 20px;
}
.Howto_Pg .TopBack a {
  color: #036EB8;
}
.Howto_Pg .TopBack a:after {
  content: "\f077";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  padding-left: 5px;
}
.Howto_Pg .TopBack a:hover {
  text-decoration: underline;
}

.h1-ttl{
font-size: 10px;
margin: auto; 
padding: 5px;
font-weight:normal;

}

/* ヘッダー要素の余白を0に設定 */
header {
  margin: 0;
  padding: 0;
}

/* ヘッダー内の要素の余白を0に設定（必要に応じて） */
header .HdInner {
  margin: 0;
  padding: 0;
}
/* コンテンツの幅 */

@media screen and (min-width: 769px) {
.canvas_w  {
max-width: 1120px;
width: 1120px;
margin: auto;
  }
}
