@charset "UTF-8";
/*-------------------------------------------

Component Parts

-------------------------------------------*/
/*-------------------------------------------
セクション余白、背景色など
-------------------------------------------*/
.md_sectionBlock_01{
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
}

.md_sectionBlock_01.md_sectionLeadWrap{
  padding: 0;
}

.md_sectionBlock_01+.md_sectionBlock_01{
  padding-top: 0px;
}

.md_sectionBlock_02{
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

.md_sectionBlock_03{
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}

.md_sectionBlock_col2{
    padding-left: 10px;
    display: block;
}

.md_sectionBg_01{
  background-color: #f2f2f2;
}

.md_sectionBg_02{
    background-color: #e4f4fe;
}

.md_sectionBg_03{
  background-color: #ffffff;
}

[class*="md_section"].md_sectionBorder{
    padding-top: 20px;
    border-top: solid 1px #dcdcdc;
}

[class*="md_section"].md_sectionBorder01{
    padding-top: 20px;
    border-top: solid 1px #FFFFFF;
}

[class*="md_section"].md_sectionBorder02{
    padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 2px dotted #FFFFFF;
    font-weight: bold;
    font-size: 26px;
}

.BorderMg01{
    margin-top: 30px!important;
    margin-left: 20px!important;
    margin-right: 20px!important;
    margin-bottom: 45px!important;
}

.md_sectionBlockInner{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;

}

.md_sectionBlockNarrowInner_01{
	width: 640px;
	margin: 0 auto;
}

.md_sectionBlockNarrowInner_02{
  width: 740px;
  margin: 0 auto;
}

.md_sectionBlockNarrowInner_03{
  width: 800px;
  margin: 0 auto;
}

*+.md_contentsBlock_01{
	margin-top: 119px;
}

*+.md_contentsBlock_02{
  margin-top: 80px;
}


*+.md_contentsBlock_03{
  margin-top: 20px!important;
}

.md_contentsBox_01{
    padding-top: 10px;
    padding-right: 58px;
    padding-left: 58px;
    padding-bottom: 40px;
}
.bg_blue {
	background-color: #00A1EA;
}

.bg_blue2{
    background-color: #5188b1;
}

.bg_White{
    background-color: #fff;
    border-bottom:1px solid;
}

/*sp
---------------------------*/
.sp_device .md_sectionBlockInner{
    padding: 0 10px;
  }

/*sp
---------------------------*/
.sp_device .md_sectionBlock_01{
  padding: 37px 0;
}

.sp_device .md_sectionBlock_01.md_sectionLeadWrap{
  padding: 0;
}

.sp_device .md_sectionBlock_01+.md_sectionBlock_01{
  padding-top: 0px;
}

.sp_device .md_sectionBlock_02{
  padding: 30px 0;
}

.sp_device .md_sectionBlock_03{
padding-left: auto;
padding-right: auto;
}

.sp_device [class*="md_section"].md_sectionBorder{
    padding-top: 0px;
}

.sp_device [class*="md_section"].md_sectionBorder01{
    padding-top: 0px;
}

.sp_device [class*="md_section"].md_sectionBorder02{
    padding-top: 0px;
}

.sp_device .md_sectionBlockInner,
.sp_device .md_sectionBlockNarrowInner_01,
.sp_device .md_sectionBlockNarrowInner_02{
  width: 100%;
  padding: 0px 25px 20px 25px;
}

.sp_device .md_sectionBlockInner .md_sectionBlockNarrowInner_01,
.sp_device .md_sectionBlockInner .md_sectionBlockNarrowInner_02{
  padding: 0;
}

.sp_device .md_sectionBlockNarrowInner_03{
    width: 100%;
    padding: 0px 0px;
}

.sp_device .md_sectionBlockInner .md_sectionBlockNarrowInner_03{
    padding: 0px;
}

.sp_device *+.md_contentsBlock_01{
  margin-top: 30px;
}

.sp_device *+.md_contentsBlock_02{
  margin-top: 40px;
}

.sp_device *+.md_contentsBlock_03{
margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

.sp_device .md_contentsBox_01{
  padding: 20px 16px;
}

/*-------------------------------------------
topicPath（パンくず）
-------------------------------------------*/
.md_topicPathWrap{
  background: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.md_topicPath{
  width: 960px;
  margin: 0 auto;
  font-size: 0;
  color: #333333;
}

.md_topicPath a{
  color: #3097ed;
}

.md_topicPath>*{
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
}

.md_topicPath>*+*{
  padding-left: 15px;
  margin-left: 5px;
}

.md_topicPath>*+*:after{
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  width: 9px;
  height: 8px;
}

.sp_device .md_topicPathWrap{
  display: none;
}

/*----------------------------------------
kvBlock（下層ページH１及びキービジュアル）
----------------------------------------*/
.md_kvBlock{
    text-align: center;
    z-index: -1;
}

.md_kvImg img{
    width: 100%;
    margin-top: 0px;
}

.md_kvTxtBlock{
  position: relative;
  padding: 20px 15px;
  background:url(../../common/images/bg_heading_01.gif) left top;
  color: #fff;
  min-height: 130px;
}

.md_kvTxtBlock:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 385px;
  height: 100%;
  background: url(../../common/images/bg_heading_02.png) no-repeat center top;
  background-size: contain;
}

.md_kvTtl{
	line-height: 1;
	margin-bottom: 0px;
	font-size: 0;
}

.md_kvTtlIco{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 8px;
}

.md_kvTtlIco>img{
  vertical-align: top;
}

.md_kvTtlIco2{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 8px;
}

.md_kvTtlIco2>img{
  vertical-align: top;
}

.md_kvTtlTxt01{
    font-size: 1.6rem;
    color: #003596;
    display: block;
    font-weight: bold;
    text-align: left!important;
}

.md_kvLead01{
    font-size: 1.4rem;
    text-align: left!important;    
}

.md_kvLead02{
	font-size: 2.8rem;
	font-weight: bold;
	min-height: 69px;
	margin-top: 15px;
}

.md_kvLead03{
	font-size: 1.4rem;
    text-align: left!important; 
}

/*sp
---------------------------*/
.sp_device .md_kvImg img{
    margin-top: 60px;
}
.sp_device .md_kvTxtBlock{
  padding: 10px 15px;
  min-height: 72.5px;
}

.sp_device .md_kvTtl{
  margin-bottom: 5px;
}

.sp_device .md_kvTtlTxt{
  font-size: 1.5rem;
}

.sp_device .md_kvLead01{
  font-size: 1.3rem!important;
}

.sp_device .md_kvTtlIco{
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
}
.sp_device .md_kvTtlIco2{
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
}

.sp_device .md_kvTxtBlock:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 192px;
  background: url(../../common/images/bg_heading_02.png) no-repeat center top;
  background-size: contain;
}

.sp_device .md_kvLead{
  font-size: 1.6rem;
  min-height: 48px;
}
.sp_device .md_kvLead2{
  font-size: 1.6rem;
  min-height: 48px;
}

/*-------------------------------------------
md_cautionBlock(重要なお知らせ)
-------------------------------------------*/
.md_cautionBlock{
  padding: 62px 0 36px 0;
  border-bottom: solid 1px #dcdcdc;
}

.md_cautionBlockInner{
  width: 827px;
  margin: 0 auto;
}

.md_cautionTtl{
  margin-bottom: 20px;
  color: #cc0000;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1.5px;
}

.md_cautionTtl span{
  padding-left: 35px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(../../common/images/ico_caution_01.png) no-repeat left center;
  background-size: 24px auto;
}

/*sp
---------------------------*/
.sp_device .md_cautionBlock{
  padding: 52px 8px 26px 8px;
  border-bottom: none;
}

.sp_device .md_cautionBlockInner{
  width: auto;
  margin: 0 auto;
}

.sp_device .md_cautionTtl{
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.sp_device .md_cautionTtl span{
  padding-left: 18px;
  background-size: 15px auto;
}

/*-------------------------------------------
md_kvSliderWrap(キービジュアルスライダー)
-------------------------------------------*/
.md_kvSlider img{
    width: 100%;
}

.md_kvSliderWrap{
    position: relative;
    margin-top: 30px;
    top: 0px;
}

.md_kvSliderWrap2{
    position: relative;
}

.md_kvSliderArrowWrap{
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  padding: 0%;
}

.md_kvSliderArrowPrev,.md_kvSliderArrowNext{
  position: absolute;
}

/*.md_kvSliderArrowPrev{
  z-index: 1;
  left: 24.9%;
  margin: 9.5% 0;
  margin-left: -46px;
}*/

.md_kvSliderArrowNext{
  z-index: 1;
  right: 25%;
  margin: 9.5% 0;
  margin-right: -46px;
}

.md_kvSlide img{
  width: 100%;
  opacity: 0.5;
}

.md_kvSlide.slick-center img{
  opacity:11;
}

.md_kvSliderWrap .slick-dots{
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.md_kvSliderWrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.md_kvSliderWrap .slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: solid 1px #fff;
  outline: none;
  background: #ccc;
}

.md_kvSliderWrap .slick-dots li.slick-active button{
  background: #0077db;
}

.md_kvSliderWrap2 .slick-dots{
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.md_kvSliderWrap2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.md_kvSliderWrap2 .slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: solid 1px #fff;
  outline: none;
  background: #ccc;
}

.md_kvSliderWrap2 .slick-dots li.slick-active button{
  background: #0077db;
}

/*sp
---------------------------*/
.sp_device .md_kvSliderWrap2{
    margin-top: 60px;
}
.sp_device .md_kvSliderArrowWrap{
  height: 80px;
}

.sp_device .md_kvSliderArrowPrev,.sp_device .md_kvSliderArrowNext{
display: none !important;
}

.sp_device .md_kvSliderArrowPrev img,.sp_device .md_kvSliderArrowNext img{
    height: 100%;
}

.sp_device .md_kvSliderWrap .slick-dots li button{
  padding: 3px;
}

.sp_device .md_kvSliderWrap2 .slick-dots li button{
  padding: 3px;
}

/*-------------------------------------------
md_pickUpSlider(ピックアップ部分スライダー)
-------------------------------------------*/
.md_pickUpSliderWrap{
  margin-top: 140px;
  position: relative;
}

.md_pickUpSlideCnt{
  position: relative;
}

.md_pickUpSlideTxt{
  width: 100%;
  text-align: center;
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
}

.md_pickUpSlideTxt p{
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  padding: 8px 5px;
}

.md_pickUpSlide:nth-child(odd) .md_pickUpSlideTxt p{
  background: rgba(27,141,236,0.7);
}

.md_pickUpSlide:nth-child(even) .md_pickUpSlideTxt p{
  background: rgba(0,93,198,0.7);
}

.md_pickUpSliderArrowWrap{
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  z-index: 2;
}


.md_pickUpSliderArrowPrev,.md_pickUpSliderArrowNext{
  position: absolute;
  top: 0;
}

.md_pickUpSliderArrowPrev{
  z-index:1;
  left: 40px;
  margin: 9.5% 0;
  margin-left: -46px;
}

.md_pickUpSliderArrowNext{
  z-index:1;
  right: 40px;
  margin: 9.5% 0;
  margin-right: -46px;
}

/*sp
---------------------------*/
.sp_device .md_pickUpSliderWrap{
  margin-top: 110px;
}

.sp_device .md_pickUpSlideTxt{
  min-height: 32px;
}

.sp_device .md_pickUpSlideTxt p{
  font-size: 1.2em;
}
.sp_device .md_pickUpSliderArrowPrev{
  left: 0px;
  margin: 30% 0;
}

.sp_device .md_pickUpSliderArrowNext{
  right: 0px;
  margin: 30% 0;
}



/*-------------------------------------------
md_panel(カテゴリーリンク)
-------------------------------------------*/
.md_panel>*+*{
  margin-top: 20px;
}

.md_panelTtl{
    margin-bottom: 8px;
    font-size: 1.8rem;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../../images/1x/Flyer_arrow_01.png);
    background-size: 15px auto;
}

.md_panelTtl_01{
  margin-bottom: 8px;
  font-size: 1.8rem;
  background-size: 15px auto;
}

.md_panelTtl_02{
    margin-bottom: 8px;
    font-size: 1.5rem;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../../images/1x/Flyer_arrow_01.png);
    background-size: 15px auto;
}

.sp_device .md_panelTtl_02{
    font-size: 1.3rem;
	padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../images/1x/Flyer_arrow_01.png);
    background-size: 13px auto;
}

/*.sp_device .md_panelTtl_02{
    font-size: 1.2rem;
	padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../images/1x/Flyer_arrow_01.png);
    background-size: 15px auto;
	transform: rotate(45deg);
}*/

.md_panelTtl strong,
.md_panelTtl_01 strong{
  font-weight: bold;
}

.md_panelLead{
  font-size: 1.3rem;
}

.md_panelLinkListWrap{
  padding-top: 20px;
  border-top: dotted 1px #030000;
}

.md_panelLinkList{
  margin-bottom: -12px;
}

.md_panelLinkList>*{
  margin-bottom: 12px;
}

.md_panelLinkList a{
  padding-left: 13px;
  background: url(../../common/images/ico_arrow_04.png) no-repeat center left;
  background-size: 7px 11px;
}

/*sp
---------------------------*/
.sp_device .md_panel>*+*{
  margin-top: 10px;
}

.sp_device .md_panelTtl,
.sp_device .md_panelTtl_01{
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.sp_device .md_panelLead{
  font-size: 1.2rem;
}

/*-------------------------------------------
md_mediaBlock_01(詳細ページコンテンツ)
-------------------------------------------*/
.md_mediaBlock_01:before,.md_mediaBlock_01:after{
  content: " ";
  display: table;
}

.md_mediaBlock_01:after{
  clear: both;
}

.md_mediaBlock_01.md_ImgLeft>*{
  float: left;
}

.md_mediaBlock_01.md_ImgRight .md_mediaImg{
  float: right;
}

.md_mediaBlock_01 .md_mediaImg{
  width: 280px;
  text-align: center;
  display: table;
  table-layout: fixed;
}

.md_mediaBlock_01 .md_mediaTxt{
  max-width: 542px;
  display: table;
  table-layout: fixed;
}

.md_mediaBlock_01 .md_mediaImgInner,.md_mediaBlock_01 .md_mediaTxtInner{
  display: table-cell;
  vertical-align: middle;
}

.md_mediaBlock_01.md_ImgLeft .md_mediaTxt{
  padding-left: 30px;
}

.md_mediaBlock_01.md_ImgRight .md_mediaTxt{
  padding-right: 30px;
}

/*sp
---------------------------*/
.sp_device .md_mediaBlock_01+.md_mediaBlock_01{
  margin-top: 30px;
}

.sp_device .md_mediaBlock_01.md_ImgLeft>*,
.sp_device .md_mediaBlock_01.md_ImgRight>*{
  float: none;
}

.sp_device .md_mediaBlock_01 .md_mediaImg,
.sp_device .md_mediaBlock_01 .md_mediaTxt,
.sp_device .md_mediaBlock_01 .md_mediaTxtInner{
  display: block;
}

.sp_device .md_mediaBlock_01 .md_mediaImg{
  width: auto;
}

.sp_device .md_mediaBlock_01 .md_mediaImgInner{
  display: inline-block;
  width: 68%;
}

.sp_device .md_mediaBlock_01 .md_mediaTxt{
  max-width: none;
}

.sp_device .md_mediaBlock_01.md_ImgLeft .md_mediaTxt{
  padding-left: 0;
}

.sp_device .md_mediaBlock_01.md_ImgRight .md_mediaTxt{
  padding-right: 0;
}

.sp_device .md_mediaBlock_01 *+.md_mediaTxt{
  margin-top: 21px;
}
/*-------------------------------------------
md_contactSection(お問い合わせ)
-------------------------------------------*/
.md_contactBlock+.md_contactBlock{
  margin-top: 40px;
}
.md_contactSectionTtl{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.md_contactSectionTtl.withBorder{
  border-bottom: solid 1px #666666;
  padding-bottom: 8px;
}

.md_contactPanel{
  border: solid 1px #cccccc;
  background: #fff;
}

.md_contactPanelTtl{
  display: table;
  width: 100%;
  background: #3abaaf;
  color: #fff;
  font-size: 1.6rem;
}

.md_contactPanelTtl>*{
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  text-align: center;
}

.md_contactPanelTtlIco{
  display: inline-block;
  position: relative;

}

.md_ttlWebIco{
  padding-left: 57px;
  background: url(../../common/images/ico_contact_01.png) no-repeat left center;
}

.md_ttlTelIco{
  padding-left: 40px;
  line-height: 30px;
  background: url(../../common/images/ico_contact_02.png) no-repeat left center;
}

.md_contactPanelTxtWrap{
  padding:20px 18px;
  text-align: center;
  min-height: 156px;
}

.md_contactPanelTxt{
  margin-bottom: 29px;
}

.md_contactPanelTelLink{
  text-align: center;
}

.md_contactPanelTelLink a{
  display: inline-block;
  pointer-events: none;
}

.md_contactPanelTelLink a span{
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  cursor: default;
}

.md_contactPanelTelLink.md_telLinkIco a span{
  padding-left: 46px;
  background: url(../../common/images/ico_contact_03.png) no-repeat left center;
  background-size: 38px auto;
}

.md_contactPanelTelLink.md_telLinkIco_01 a span{
  padding-left: 46px;
  background: url(../../common/images/ico_contact_04.png) no-repeat left center;
  background-size: 38px auto;
}
.md_contactPanelTelLink.md_telLinkIco_01 a span{
  padding-left: 46px;
  background: url(../../common/images/ico_contact_04.png) no-repeat left center;
  background-size: 38px auto;
}
.md_contactPanelTelLink a:hover{
  text-decoration: none;
}

/*sp
-------------------------------------------*/
.sp_device .md_contactBlock+.md_contactBlock{
  margin-top: 20px;
}

.sp_device .md_contactSectionTtl{
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.sp_device .md_contactSectionTtl.withBorder{
  padding-bottom: 7px;
}

.sp_device .md_contactPanelTtl{
  display: block;
}

.sp_device .md_contactPanelTtl>*{
  display: block;
  height: auto;
  padding: 10px 0;
  font-size: 1.3rem;
}

.sp_device .md_ttlWebIco{
  padding-left: 32px;
  background-size: 21px auto;
}

.sp_device .md_ttlTelIco{
  padding-left: 19px;
  line-height: inherit;
  background-size: 13px auto;
}

.sp_device .md_contactPanelTxtWrap{
  padding:14px 18px;
  min-height: unset;
}

.sp_device .md_contactPanelTxt{
  margin-bottom: 15px;
}

.sp_device .md_contactPanelBtn a{
  padding: 13px 0;
  width: 100%;
}

.sp_device .md_contactPanelTelLink a{
  display: block;
  padding: 10px 0;
  border: solid 1px #cccccc;
  border-radius: 4px;
  pointer-events: auto;
}

.sp_device .md_contactPanelTelLink a span{
  font-size: 2.2rem;
}

.sp_device .md_contactPanelTelLink.md_telLinkIco a span{
  padding-left: 32.5px;
  background-size: 28.5px auto;
}

.sp_device .md_contactPanelTelLink.md_telLinkIco_01 a span
{
  padding-left: 32.5px;
  background-size: 28.5px auto;
}

/*-------------------------------------------
newsBlock（お知らせ）
-------------------------------------------*/
.md_newsWrap{
  margin-bottom: 12px;
}

.md_newsList{
  border-top: dotted 1px #cccccc;
  display: block;
}

.md_newsList:last-child{
  border-bottom: dotted 1px #cccccc;
}

.md_newsList a{
  display: block;
  padding: 20px 0;
  position: relative;
}

.md_newsList a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:0;
  width: 11px;
  height: 16px;
  margin: auto 0;
  /*background: url(../../common/images/ico_arrow_04.png) no-repeat center;*/
  /*background-size: contain;*/
}

.md_newsList a:hover .md_newsTxt{
  text-decoration: underline;
}

.md_newsItem{
  display: table;
  width: 100%;
}

.md_newsItem>*{
  display: table-cell;
  vertical-align: middle;
}

.md_newsTtl{
  padding-right: 20px;
  width: 230px;
}

.md_newsDate{
  color: #707070;
  margin-right: 16px;
  display: inline-block;
}
.md_newsTxt{
    text-align: left;    
}
.md_newsLabel{
    display: inline-block;
    min-width: 100px;
    padding: 5px;
    border-radius: 2px;
    text-align: center;
    font-size: 1.2rem;
}

.md_newsLabel+.md_newsLabel{
  margin-left: 8px;
}

/*お知らせラベルカラー*/
/*お知らせ*/
.md_InfoLabel{
  background: #A32D2D;
  color: #fff;
}
/*国内ツアー*/
.md_NatlLabel{
  background: #2D56A3;
  color: #fff;
}
/*日帰り*/
.md_DayTripLabel{
  background: #D15AAD;
  color: #fff;
}
/*宿泊*/
.md_StayLabel{
  background: #2DA391;
  color: #fff;
}
/*受付終了*/
.md_Closed{
  background: #D40000;
  color: #fff;
}

.md_conLabel{
  background: #828282;
  color: #fff;
}

.md_newLabel{
  display: none;
}

.md_newsBtn{
  text-align: right;
}

.md_newsBtn a{
  display: inline-block;
  /*padding-left: 10px;*/
  color: #1b8dec;
  background: url(../../common/images/ico_arrow_04.png) no-repeat left center;
  background-size: 7px 11px;
}


/*sp
---------------------------*/
.sp_device .md_newsBlock{
  width: 100%;
}

.sp_device .md_newsWrap{
  margin-bottom: 22px;
}

.sp_device .md_newsList{
  margin-left: -15px;
  margin-right: -15px;
}

/*.sp_device .md_newsList dd{
    text-align: center;
}*/

.sp_device .md_newsList a{
  padding: 9px 22px 9px 10px;
}

.sp_device .md_newsList a:after{
  right: 10px;
  width: 8px;
  height: 12px;
}

.sp_device .md_newsItem{
  display: block;
  width: 100%;
}

.sp_device .md_newsItem>*{
  display: block;
}

.sp_device .md_newsTtl{
  padding-right: 0;
  width: auto;
  margin-bottom: 4px;
}

.sp_device .md_newsDate{
  margin-right: 8px;
}
.sp_device .md_newsTxt{
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: center;
}
.sp_device .md_newsLabel{
  min-width: 70px;
}

.sp_device .md_newsNewLabel{
  display: inline-block;
  background: #cc0000;
  color: #fff;
}

.sp_device .md_newsBtn{
  text-align: center;
}

.sp_device .md_newsBtn a{
  display: inline-block;
  width: 245px;
  padding:12px 0;
  border: solid 1px #1b8dec;
  color: #1b8dec;
  /*background: url(../../common/images/ico_arrow_04.png) no-repeat 225px center;
  background-size: 8px 12px;*/
}

/*-------------------------------------------
listBlock（ツアー一覧）
-------------------------------------------*/
.md_listWrap{
  margin-bottom: 12px;
}

.md_listList{
  border-top: dotted 1px #cccccc;
  display: block;
}

.md_listList:last-child{
  border-bottom: dotted 1px #cccccc;
}

.md_listList a{
  display: block;
  padding: 20px 0;
  position: relative;
}

.md_listList a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:0;
  width: 11px;
  height: 16px;
  margin: auto 0;
  background: url(../../common/images/arrowG-right.png) no-repeat center;
  background-size: contain;
}

.md_listList a:hover .md_listTxt{
  text-decoration: underline;
}

.md_listItem{
  display: table;
  width: 100%;
}

.md_listItem>*{
  display: table-cell;
  vertical-align: middle;
}

.md_listTtl{
  padding-right: 19px;
  width: 100px;
}

.md_listDate{
  color: #707070;
  margin-right: 16px;
  display: inline-block;
}

.md_listTxt{
    text-align: left;    
}

.md_listTxt00{
    text-align: left;
    padding-right: 5px;
    width: 230px;
}

.md_listLabel{
    display: inline-block;
    min-width: 100px;
    padding: 5px;
    border-radius: 18px;
    text-align: center;
    font-size: 1.2rem;
}

.md_listLabel+.md_listLabel{
  margin-left: 8px;
}

/*ラベルカラーはお知らせを引用すること*/

.md_listLabel{
  display: none;
}

.md_listBtn{
  text-align: right;
}

.md_listBtn a{
  display: inline-block;
  padding-left: 10px;
  color: #1b8dec;
  background: url(../../common/images/arrowG-right.png) no-repeat left center;
  background-size: 7px 11px;
}


/*sp
---------------------------*/
.sp_device .md_listBlock{
  width: 100%;
}

.sp_device .md_listWrap{
  margin-bottom: 22px;
}

.sp_device .md_listList{
  margin-left: 0px;
  margin-right: 0px;
}

.sp_device .md_listList a{
  padding: 9px 22px 9px 10px;
}

.sp_device .md_listList a:after{
  right: 10px;
  width: 8px;
  height: 12px;
}

.sp_device .md_listItem{
  display: block;
  width: 100%;
}

.sp_device .md_listItem>*{
  display: block;
}

.sp_device .md_listTtl{
    padding-right: 0;
    width: auto;
    margin-bottom: 4px;
    margin-top: 4px;
}

.sp_device .md_listTxt{
    padding-top: 7px;
    padding-bottom: 6px;
    text-align: center;
}

.sp_device .md_listTxt00{
    /*padding-right: 15px;*/
    width: 100%;
    text-align: center;
}

.sp_device .md_listDate{
  margin-right: 8px;
}

.sp_device .md_listLabel{
  min-width: 70px;
}

.sp_device .md_listNewLabel{
  display: inline-block;
  background: #cc0000;
  color: #fff;
}

.sp_device .md_listBtn{
  text-align: center;
}

.sp_device .md_listBtn a{
  display: inline-block;
  width: 245px;
  padding:12px 0;
  border: solid 1px #1b8dec;
  color: #1b8dec;
  background: url(../../common/images/arrowG-right.png) no-repeat 225px center;
  background-size: 8px 12px;
}


/*-------------------------------------------
md_tableBlock（表組）
-------------------------------------------*/
.md_tableBlock_01{
  width: 100%;
  table-layout: fixed;
}

/* md_tableBlock_01 --- */
.md_tableBlock_01 .md_tableRow>*{
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
}

.md_tableBlock_01 .md_tableTtl{
  color: #fff;
  font-weight: bold;
  background: #067add;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 180px;
}

.md_tableBlock_01 .md_tableCnt{
  width: 100%;
  background: #f2f2f2;
  padding-left: 34px;
  padding-right: 10px;
  border-left: solid 1px #fff;
}

.md_tableBlock_01 .md_tableCnt>*+*{
  margin-top: 10px;
}

/* md_tableBlock_01 ---00 */
.md_tableBlock_01 .md_tableTtl00{
  font-weight: bold;
  background: #f2f2f2;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

.md_tableBlock_01 .md_tableCnt00{
    width: 20%;
    background: #f2f2f2;
    border-left: solid 1px #fff;
    text-align: center!important;
}

.md_tableBlock_01 .md_tableCnt00>*+*{
  margin-top: 10px;
}

/* md_tableBlock_01 ---01 */
.md_tableBlock_01 .md_tableRow01>*{
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
}

.md_tableBlock_01 .md_tableTtl01{
  font-weight: bold;
  background: #f2f2f2;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

.md_tableBlock_01 .md_tableCnt01{
    width: 100%;
    background: #f2f2f2;
    border-left: solid 1px #fff;
    text-align: center;
}

.md_tableBlock_01 .md_tableCnt01>*+*{
  margin-top: 10px;
}

/* md_tableBlock_01 ---02 */
.md_tableBlock_01 .md_tableRow02>*{
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
}

.md_tableBlock_01 .md_tableTtl02{
  color: #fff;
  font-weight: bold;
  background: #067add;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 180px;
}

.md_tableBlock_01 .md_tableCnt02{
  width: 20%;
  background: #f2f2f2;
  text-align: center!important;
  border-left: solid 1px #fff;
}

.md_tableBlock_01 .md_tableCnt02>*+*{
  margin-top: 10px;
}

/*sp
---------------------------*/
.sp_device .md_tableBlock_01 .md_tableRow>*{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sp_device .md_tableBlock_01 .md_tableTtl{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.sp_device .md_tableBlock_01 .md_tableCnt{
  padding-left: 15px;
  padding-right: 15px;
  border-left: none;
}

.sp_device .md_tableBlock_01 .md_tableCnt>*+*{
  margin-top: 6px;
}

/* SP md_tableBlock_01 ---00 */
.sp_device .md_tableBlock_01 .md_tableTtl00{
    display: none !important;
}

.sp_device .md_tableBlock_01 .md_tableCnt00{
    display: none !important;
}

.sp_device .md_tableBlock_01 .md_tableCnt00>*+*{

}

/* SP md_tableBlock_01 ---01 */
.sp_device .md_tableBlock_01 .md_tableRow01>*{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sp_device .md_tableBlock_01 .md_tableTtl01{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.sp_device .md_tableBlock_01 .md_tableCnt01{
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
}

.sp_device .md_tableBlock_01 .md_tableCnt01>*+*{
  margin-top: 6px;
}

/* md_tableBlock_01 ---02 */
.sp_device .md_tableBlock_01 .md_tableRow02>*{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sp_device .md_tableBlock_01 .md_tableTtl02{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.sp_device .md_tableBlock_01 .md_tableCnt02{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    text-align: center;
}

.sp_device .md_tableBlock_01 .md_tableCnt02>*+*{
  margin-top: 6px;
}

/*-------------------------------------------
Price_tableBlock（表組）
-------------------------------------------*/
.Price_tableBlock {
    width: 100%;
    border-collapse: collapse;
}

.Price_tableBlock2 {
    width: 100%;
    border-collapse: collapse;
}

.Price_tableBlock th, td {
            border: 1px solid #fff;
            padding: 10px;
            text-align: center;
            vertical-align: middle;
}

.Price_tableBlock2 th, td {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
}

.tr_PriceDesign{
    background: #2B56A5;
    color: #FFFFFF;
}

.tr_PriceDesign02{
    background: #2B56A5;
    color: #FFFFFF;
}

.th_PriceDesign{
    background: #9DB0D4;
    color: #1E1E1E;
}

.th_PriceDesign1{
    background: #99B1DE;
    color: #1E1E1E;
}

/*ピンク*/
.th_PriceDesign01{
    background: #ec73a2;
    color: #FFFFFF;
}
/*オレンジ*/
.th_PriceDesign02{
    background: #f6ad3c;
    color: #FFFFFF;
}
/*グリーン*/
.th_PriceDesign03{
    background: #83c797;
    color: #FFFFFF;
}
/*ブルー*/
.th_PriceDesign04{
    background: #3db7e5;
    color: #FFFFFF;
}
/*パープル*/
.th_PriceDesign05{
    background: #683b93;
    color: #FFFFFF;
}

.td_PriceDesign01{
    background: #648CD8;
    color: #FFFFFF;
}

.td_PriceDesign02{
    background: #8BA8E0;
    color: #FFFFFF;
}

.td_PriceDesign03{
    background: #D4DAE7;
    color: #1E1E1E;
}

.td_PriceDesign03-01,.td_PriceDesign03-02,.td_PriceDesign03-03,.td_PriceDesign03-04,.td_PriceDesign03-05{
    background: #D4DAE7;
    color: #1E1E1E;
}

.td_PriceDesign04{
    background: #D4DAE7;
    color: #1E1E1E;
}

/*ピンク TOP*/
.sp_device .td_PriceDesign03-01{
    background: #ec73a2;
    color: #FFFFFF;
}
/*オレンジ繁忙期*/
.sp_device .td_PriceDesign03-02{
    background: #f6ad3c;
    color: #FFFFFF;
}
/*グリーン通常期*/
.sp_device .td_PriceDesign03-03{
    background: #83c797;
    color: #FFFFFF;
}
/*ブルー閑散期*/
.sp_device .td_PriceDesign03-04{
    background: #3db7e5;
    color: #FFFFFF;
}
/*パープル新単価*/
.sp_device .td_PriceDesign03-05{
    background: #683b93;
    color: #FFFFFF;
}

/*sp Price_tableBlock
---------------------------*/
@media (max-width: 600px) {
    .Price_tableBlock table, thead {
        display: none;
    }

    .Price_tableBlock table, tbody, tr, td {
        display: block;
        width: 100%;
    }
    .Price_tableBlock tr {
        margin-bottom: 10px;
        padding: 10px;
    }
    .Price_tableBlock td {
    text-align: center;
    padding-left: 20px;
    position: relative;
    }
    .Price_tableBlock .td_PriceDesign01 {
    background: #2B56A5;
    color: #FFFFFF;
    }
    .Price_tableBlock .td_PriceDesign02 {
    background: #9DB0D4;
    color: #FFFFFF;
    }
    .Price_tableBlock td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }
}

/*sp Price_tableBlock02
---------------------------*/
@media (max-width: 600px) {
    .Price_tableBlock02 table, thead {
        display: none;
    }

    .Price_tableBlock02 table, tbody, tr, td {
        display: block;
        width: 100%;
    }
    .Price_tableBlock02 tr {
        margin-bottom: 10px;
        padding: 10px;
    }
    .Price_tableBlock02 td {
    text-align: center;
    padding-left: 20px;
    position: relative;
    }
    .Price_tableBlock02 .td_PriceDesign02 {
    background: #2B56A5;
    color: #FFFFFF;
    }
    .Price_tableBlock02 .td_PriceDesign03 {
    background: #9DB0D4;
    color: #FFFFFF;
    }
    .Price_tableBlock02 td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }
}

/*-------------------------------------------
Colum（カラムレイアウト）
-------------------------------------------*/
.md_colum{
  font-size: 0;
  margin-bottom: -20px;
}

.md_colum>*{
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  margin-bottom: 20px;
  max-width: 100%;
}

.md_col_12 {
  width: 100%;
}

.md_col_11 {
  width: 91.66666667%;
}

.md_col_10 {
  width: 83.33333333%;
}

.md_col_9 {
  width: 75%;
}


.md_col_8 {
  width: 66.66666667%;
}

.md_col_7 {
  width: 58.33333333%;
}

.md_col_6 {
  width: 50%;
}

.md_col_5 {
  width: 41.66666667%;
}

.md_col_4 {
  width: 33.33333333%;
}

.md_col_3 {
  width: 25%;
}

.md_col_2 {
  width: 16.66666667%;
}

.md_col_1 {
  width: 8.33333333%;
}


/*sp
-------------------------------------------*/
.sp_device .md_sp_col_12 {
  width: 100%;
}

.sp_device .md_sp_col_11 {
  width: 91.66666667%;
}

.sp_device .md_sp_col_10 {
  width: 83.33333333%;
}

.sp_device .md_sp_col_9 {
  width: 75%;
}

.sp_device .md_sp_col_8 {
  width: 66.66666667%;
}

.sp_device .md_sp_col_7 {
  width: 58.33333333%;
}

.sp_device .md_sp_col_6 {
  width: 50%;
}

.sp_device .md_sp_col_5 {
  width: 41.66666667%;
}

.sp_device .md_sp_col_4 {
  width: 33.33333333%;
}

.sp_device .md_sp_col_3 {
  width: 25%;
}

.sp_device .md_sp_col_2 {
  width: 16.66666667%;
}

.sp_device .md_sp_col_1 {
  width: 8.33333333%;
}

/*左右余白追加
-------------------------------------------*/

.md_columAddGutter{
  margin-left: -20px;
  margin-right: -20px;
}

.md_columAddGutter>*{
  padding-left: 20px;
  padding-right: 20px;
}

.md_columAddGutterSmall{
  margin-left: -10px;
  margin-right: -10px;
}

.md_columAddGutterSmall>*{
  padding-left: 10px;
  padding-right: 10px;
}

/*上下余白を広くとる
-------------------------------------------*/
.md_columAddGutterBtmLarge{
  margin-bottom: -60px;
}

.md_columAddGutterBtmLarge>*{
  margin-bottom: 60px;
}

/*sp
-------------------------------------------*/
.sp_device .md_columAddGutterBtmLarge{
  margin-bottom: -30px;
}

.sp_device .md_columAddGutterBtmLarge>*{
  margin-bottom: 30px;
}

/*画像などタブレット時に幅が足りない場合にセンタリングする際に使用
-------------------------------------------*/
.sp_device .md_columCenter{
  text-align: center;
}

.sp_device .md_columCenter>*{
  width: auto;
  text-align: left;
}

/*sp
-------------------------------------------*/

.sp_device [class*="md_colum"]>*{
  font-size: 1.2rem;
}

.sp_device [class*="md_colum"]{
  margin-bottom: -15px;
}

.sp_device [class*="md_colum"]>*{
  margin-bottom: 15px;
}

.sp_device .md_columAddGutter{
  margin-left: -5px;
  margin-right: -5px;
}

.sp_device .md_columAddGutter>*{
  padding-left: 5px;
  padding-right: 5px;
}

.sp_device .md_columAddGutterBtmLarge{
  margin-bottom: -30px;
}

.sp_device .md_columAddGutterBtmLarge>*{
  margin-bottom: 30px;
}

/*-------------------------------------------
Title
-------------------------------------------*/
.md_sectionHeading_01{
    text-align: center;
    width: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.md_sectionHeading_02{
	text-align: center;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -60px;
}

.md_sectionHeading_03{
text-align: left;
width: 960px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 40px;
}

.md_sectionTtl_01{
  display: inline-block;
  padding:0 5px 8px;
  border-bottom: solid 3px #1b8dec;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.md_contentsTtl_01{
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background: #1b8dec;
  padding: 10px 0 10px 30px;
}

*+.md_contentsTtl_01{
  margin-top: 50px;
}

.md_contentsTtl_01+*{
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 30px;
}

.md_contentsTtl_02{
  font-size: 2.2rem;
  color: #0077db;
  font-weight: bold;
}

*+.md_contentsTtl_02{
  margin-top: 60px;
}

.md_contentsTtl_02+*{
  margin-top: 20px;
}

.md_contentsTtl_03{
font-size: 1.6rem;
color: #fff;
font-weight: bold;
background: #5188b1;
padding: 10px 0 10px 30px;
margin-top: 50px;
text-align: center;
}

.md_contentsTtl_03+*{
margin-top: 20px;
padding-left: 10px;
padding-right: 30px;
}

.sp_device .md_contentsTtl_03{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 5;
    padding-left: 5px;
    padding-bottom: 10px;
}

.sp_device *+.md_contentsTtl_03{
  margin-top: 25px;
}

.sp_device .md_sp_accoCnt+.md_contentsTtl_03{
  margin-top: 2px;
}

.sp_device .md_contentsTtl_03+*{
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

/*md_contentsTtl_03
SP時アコーディオン
-------------------------------------------*/
/*.sp_device .md_contentsTtl_03+.md_sp_accoCnt{
  margin-top: 0;
  padding: 10px 0 15px
}

.sp_device .md_contentsTtl_03.md_sp_ttlAccoBtn{
  position: relative;
  margin-top: 2px;
}

.sp_device .md_contentsTtl_03.md_sp_ttlAccoBtn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:17px;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url(../../common/images/ico_acco_open_01.png) no-repeat center;
  background-size:contain;
}

.sp_device .md_contentsTtl_03.md_sp_ttlAccoBtn.active:after{
  background: url(../../common/images/ico_acco_close_01.png) no-repeat center;
  background-size:contain;
}*/


/*md_contentsTtl_04
-------------------------------------------*/
.md_contentsTtl_04{
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #5188b1;
    padding: 10px 0px 10px 10px;
    margin-top: 50px;
    text-align: center;
}

.md_contentsTtl_04+*{
margin-top: 20px;
padding-left: 10px;
padding-right: 30px;
}

.sp_device .md_contentsTtl_04{
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}

.sp_device *+.md_contentsTtl_04{
  margin-top: 25px;
}

.sp_device .md_sp_accoCnt+.md_contentsTtl_04{
  margin-top: 2px;
}

.sp_device .md_contentsTtl_04+*{
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

/*md_contentsTtl_04
SP時アコーディオン
-------------------------------------------*/
.sp_device .md_contentsTtl_04+.md_sp_accoCnt{
  margin-top: 0;
  padding: 10px 0 15px
}

.sp_device .md_contentsTtl_04.md_sp_ttlAccoBtn{
  position: relative;
  margin-top: 2px;
}

.sp_device .md_contentsTtl_04.md_sp_ttlAccoBtn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:17px;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url(../../common/images/ico_acco_open_01.png) no-repeat center;
  background-size:contain;
}

.sp_device .md_contentsTtl_04.md_sp_ttlAccoBtn.active:after{
  background: url(../../common/images/ico_acco_close_01.png) no-repeat center;
  background-size:contain;
}

/*md_contentsTtl_05
-------------------------------------------*/

.md_contentsTtl_05{
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-align: center;
}

.md_contentsTtl_05+*{
margin-top: 10px;
padding-left: 10px;
padding-right: 30px;
}

.sp_device .md_contentsTtl_05{
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
font-size: 1.6rem;
}

.sp_device *+.md_contentsTtl_05{
  margin-top: 25px;
}

.sp_device .md_sp_accoCnt+.md_contentsTtl_05{
  margin-top: 2px;
}

.sp_device .md_contentsTtl_05+*{
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

/*md_contentsTtl_05
SP時アコーディオン
-------------------------------------------*/
.sp_device .md_contentsTtl_05+.md_sp_accoCnt{
  margin-top: 0;
  padding: 10px 0 15px
}

.sp_device .md_contentsTtl_05.md_sp_ttlAccoBtn{
  position: relative;
  margin-top: 2px;
}

.sp_device .md_contentsTtl_05.md_sp_ttlAccoBtn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:17px;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url(../../common/images/ico_acco_open_01.png) no-repeat center;
  background-size:contain;
}

.sp_device .md_contentsTtl_05.md_sp_ttlAccoBtn.active:after{
  background: url(../../common/images/ico_acco_close_01.png) no-repeat center;
  background-size:contain;
}


/*md_headingLead_01
-------------------------------------------*/
.md_headingLead_01{
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
}


/*sp
-------------------------------------------*/

.sp_device .md_sectionHeading_01{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}
.sp_device .md_sectionHeading_02{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}
.sp_device .md_sectionHeading_03{
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 15px;
}

.sp_device .md_headingLead_01{
  font-size: 1.3rem;
  margin-top: 15px;
}

.sp_device .md_sectionTtl_01{
  font-size: 1.8rem;
}

.sp_device .md_sectionTtlIco{
  padding-left: 23px;
  border-bottom: none;
}

.sp_device .md_sectionTtlIco.md_worksIco{
  background: url(../../common/images/ico_ttl_01.png) no-repeat left center;
  background-size: 18px auto;
}

.sp_device .md_sectionTtlIco.md_serviceIco{
  background: url(../../common/images/ico_ttl_02.png) no-repeat left center;
  background-size: 18px auto;
}

.sp_device .md_sectionTtlIco.md_newsIco{
  background: url(../../common/images/ico_ttl_03.png) no-repeat left center;
  background-size: 18px auto;
}

.sp_device .md_contentsTtl_01{
  font-size: 1.4rem;
  padding-left: 14px;
  margin-left: -15px;
  margin-right: -15px;
}

.sp_device *+.md_contentsTtl_01{
  margin-top: 25px;
}

.sp_device .md_sp_accoCnt+.md_contentsTtl_01{
  margin-top: 2px;
}

.sp_device .md_contentsTtl_01+*{
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.sp_device .md_contentsTtl_02{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 11px;
}

.sp_device .md_contentsTtl_02+*{
  padding: 0 10px;
}

/*md_contentsTtl_01
SP時アコーディオン
-------------------------------------------*/
.sp_device .md_contentsTtl_01+.md_sp_accoCnt{
  margin-top: 0;
  padding: 10px 0 15px
}

.sp_device .md_contentsTtl_01.md_sp_ttlAccoBtn{
  position: relative;
  margin-top: 2px;
}

.sp_device .md_contentsTtl_01.md_sp_ttlAccoBtn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:17px;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url(../../common/images/ico_acco_open_01.png) no-repeat center;
  background-size:contain;
}

.sp_device .md_contentsTtl_01.md_sp_ttlAccoBtn.active:after{
  background: url(../../common/images/ico_acco_close_01.png) no-repeat center;
  background-size:contain;
}

/*-------------------------------------------
Lead
-------------------------------------------*/
.md_sectionLead_01{
  font-size: 1.6rem;
  text-align: center;
}

.md_sectionLeadWrap .md_sectionLead_01{
  margin-top: 60px;
  margin-bottom: 60px;
}

/*sp
-------------------------------------------*/
.sp_device .md_sectionLead_01{
  font-size: 1.3rem;
  text-align: left;
}

.sp_device .md_sectionLeadWrap .md_sectionLead_01{
  margin-top: 30px;
  margin-bottom: 30px;
}

/*-------------------------------------------
Text
-------------------------------------------*/
.md_txtBlock >*+*{
  margin-top: 18px;
}

.md_smallTxt{
  font-size:  1.2rem;
}

.md_txtBlock01{
    margin-top: 23px;
    text-align: left;
    color: #ffffff;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/*sp
-------------------------------------------*/
.sp_device .md_smallTxt{
  font-size:  1.1rem;
}

.sp_device .md_txtBlock >*+*{
  margin-top: 10px;
}

.sp_device .md_txtBlock01{
    margin-top: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}


/*-------------------------------------------
Link
-------------------------------------------*/
.md_linkType_01{
  color: #1b8dec;
  padding-left: 13px;
  background: url(../../common/images/ico_arrow_04.png) no-repeat center left;
  background-size: 7px 11px;
}

/*-------------------------------------------
Button
-------------------------------------------*/
[class*="md_btn"]:hover{
  text-decoration: none;
}

.md_btnCenter{
	text-align: center;
	margin-top: 30px;
}
.sp_device .md_btnCenter {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}



.md_btnRight{
  text-align: right;
}

/*sp
-------------------------------------------*/
.md_btn_Full{
  width: 100%;
	font-size: 1rem
}

.sp_device .md_btn_sp_Full{
  width: 100%;
}

/*md_btn_01
-------------------------------------------*/
.md_btn_01{
	display: inline-block;
	position: relative;
	color: #fff;
	border-radius: 75px;
	text-align: center;
	font-weight: bold;
	background: #2b56a5;
	
	padding-bottom: 1.2rem;
	padding-top: 1.2rem;
	font-size: 2rem;
}

/*...md_btn_01:after{
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto 0;
  background: url(../images/ico_arrow_02.png) no-repeat center;
}..*/



.md_btn_01:hover{
background: #3a75e0;
}

.md_btn_01_Small{
  padding: 8px 6%;
  min-width: 140px;
}

.md_btn_01_Mid{
	width: 600px;

}

/*sp
-------------------------------------------*/
.sp_device .md_btn_01{
  width: 100%;
	font-size: 1.5rem;
}


/*md_btn_01_1
-------------------------------------------*/
.md_btn_01_1{
	display: inline-block;
	position: relative;
	color: #fff;
	border-radius: 4px;
	background: #77b60a;
	text-align: left;
	font-weight: bold;
}

.md_btn_01_1:after{
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto 0;
  background: url(../../common/images/ico_arrow_02.png) no-repeat center;
}
.md_btn_01.md_btn_altWin >span{
	padding-left: 33px;
	background: url(../../common/images/ico_alt_win_01.png) no-repeat left 5px;
	background-size: 14px 12px;
}
.md_btn_01.md_btn_altWin2 >span{
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(../../common/images/ico_alt_win_01.png);
	background-size: 14px 12px;
}
.md_btn_01_1.md_btn_altWin >span{
	padding-left: 33px;
	background: url(../../common/images/ico_alt_win_01.png) no-repeat left 5px;
	background-size: 14px 12px;
}
.md_btn_01_1.md_btn_altWin2{
	padding-left: 58px;
	background-repeat: no-repeat;
	background-position: 36px 18px;
	background-image: url(../../common/images/ico_alt_win_01.png);
	background-size: 14px 12px;
}
.md_btn_01_1.md_btn_altWin2:hover{
	padding-left: 58px;
	background-repeat: no-repeat;
	background-position: 36px 18px;
	background-image: url(../../common/images/ico_alt_win_01.png);
	background-size: 14px 12px;
}

.md_btn_01_1:hover{
  background: #447e00;
}

.md_btn_01_1_Small{
  padding: 8px 6%;
  min-width: 140px;
}

.md_btn_01_1_Mid{
	padding: 14px 58px;
  min-width: 230px;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_01_1{
  width: 100%;
}





/*md_btn_02
-------------------------------------------*/

.md_btn_02{
  color: #fff;
  border-radius: 4px;
  background: #f0a236;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.md_btn_02>span{
  padding-left: 10%;
  padding-right: 10%;
  background: url(../../common/images/ico_arrow_02.png) no-repeat right center;
}

.md_btn_02_Mid{
  padding: 13px 0;
  font-size: 1.3rem;
  min-width: 265px;
}

.md_btn_02:hover{
  background: #e16602;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_02{
  display: block;
  min-width: inherit;
}

/*md_btn_03
-------------------------------------------*/
.md_btn_03{
  position: relative;
  padding: 18px 28px;
  display: block;
  border: solid 2px #0077db;
  font-weight: bold;
  width: 100%;
}

.md_btn_03:after{
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 16px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../../common/images/ico_arrow_04.png) no-repeat center;
  background-size: contain;
}

.md_btn_03:hover{
  background: #dcf4ff;
}

.md_btn_03_inner{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.md_btn_03_inner>*{
  display: table-cell;
  vertical-align: middle;
}

.md_btn_03_ico{
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.md_btn_03_ico.md_btnIcoBook{
  background-image: url(../../common/images/ico_btn_03_01.gif);
}

.md_btn_03_ico.md_btnIcoPaper{
  background-image: url(../../common/images/ico_btn_03_02.gif)
}

.md_btn_03_ico.md_btnIcoChat{
  background-image: url(../../common/images/ico_btn_03_03.gif)
}

.md_btn_03_ico.md_btnIcoMedal{
  background-image: url(../../common/images/ico_btn_03_04.gif)
}

.md_btn_03_ico.md_btnIcoHome{
  background-image: url(../../common/images/ico_btn_03_05.gif)
}

.md_btn_03_ico.md_btnIcoPencil{
  background-image: url(../../common/images/ico_btn_03_06.gif)
}

.md_btn_03_ico.md_btnIcoYen{
  background-image: url(../../common/images/ico_btn_03_07.gif)
}

.md_btn_03_ico.md_btnIcoPerson{
  background-image: url(../../common/images/ico_btn_03_08.gif)
}

.md_btn_03_ico.md_btnIcoSample{
  background-image: url(../../common/images/ico_btn_03_sample.gif)
}

.md_btn_03_txt{
  padding-left: 30px;
  font-size: 2rem;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_03{
  padding: 11px 12px;
}

.sp_device .md_btn_03:after{
  width: 8px;
  height: 12px;
  right: 10px;
}

.sp_device .md_btn_03_ico{
  width: 43px;
  height: 43px;
}

.sp_device .md_btn_03_txt{
  padding-left: 14px;
  font-size: 1.4rem;
}

/*md_btn_04
-------------------------------------------*/
.md_btn_04_wrap{
  margin: 0 -8px -16px;
}

.md_sectionLeadWrap .md_btn_04_wrap{
  margin: 60px -8px 64px;
}

.md_sectionLeadWrap *+.md_btn_04_wrap{
  margin-top: 0;
}

.md_btn_04_wrap+*{
  margin-top: 80px;
}

.md_btn_04_wrap>*{
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  min-height: 80px;
}

.md_btn_04:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 80px;
}

.md_btn_04{
  position: relative;
  display: table;
  table-layout: fixed;
  width: 101%;
  height: 100%;
  border-bottom: solid 4px #0077db;
}

.md_btn_04>*{
  display: table-cell;
  vertical-align: middle;
  padding: 0 34px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  width: 103%;
  border: solid 1px #cccccc;
  border-bottom: none;
}

.md_btn_04:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:20px;
  width: 10px;
  height: 15px;
  margin: auto 0;
  background: url(../../common/images/ico_arrow_04.png) no-repeat center left;
  background-size:contain;
}

.md_btn_04.md_btn_04_anchor:after{
  transform: rotate(90deg);
}

.md_btn_04:hover{
  background: #dcf4ff;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_04_wrap{
  margin: 0;
}

.sp_device .md_sectionLeadWrap .md_btn_04_wrap{
  margin: 30px 0 40px;
}

.sp_device .md_btn_04_wrap>*{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  min-height: 45px;
}

.sp_device .md_btn_04:before{
  min-height: 45px;
}

.sp_device .md_btn_04>*{
  padding: 0 20px 0 14%;
  text-align: left;
  font-size: 1.2rem;
  border-left: none;
}

.sp_device .md_btn_04_wrap>*.md_sp_col_6:nth-child(2n+1) .md_btn_04>*{
  border-left: solid 1px #cccccc;
}

.sp_device .md_btn_04_wrap>*.md_col_4:not(.md_sp_col_6):nth-child(3n+1) .md_btn_04>*{
  border-left: solid 1px #cccccc;
}

.sp_device .md_btn_04:after{
  right: 10px;
  width: 5px;
  height: 10px;
}

/*md_btn_05
-------------------------------------------*/
.md_btn_05{
	position: relative;
	color: #77b60a;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #77b60a;
	padding-left: 28px;
	padding-right: 28px;
	background-color: #FFFFFF;
}

.md_btn_05_Mid{
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 290px;
}

.md_btn_05:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right:19px;
  width: 9px;
  height: 10px;
  background: url(../../common/images/ico_arrow_07.png) no-repeat center right;
  background-size: contain;
}

.md_btn_05:hover{
  background: #d6e9b5;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_05_Mid{
  min-width: auto;
  width: 100%;
}

/*md_btn_06
-------------------------------------------*/
.md_btn_06{
  position: relative;
  display: block;
  padding: 0 20px;
  border: solid 1px #e1e1e1;
  font-weight: bold;
  width: 100%;
}


.md_btn_06:after{
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 16px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../../common/images/ico_arrow_04.png) no-repeat center;
  background-size: contain;
}

.md_btn_06:hover{
  background: #dcf4ff;
  text-decoration: none;
}

.md_btn_06_inner{
  display: table;
  width: 100%;
  height: 88px;
  table-layout: fixed;
}

.md_btn_06_inner>*{
  display: table-cell;
  vertical-align: middle;
}

.md_btn_06_ico{
  width: 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.md_btn_06_ico.md_btnIcoOverview{
  background-image: url(../../common/images/ico_btn_06_01.png);
}

.md_btn_06_ico.md_btnIcoOrg{
  background-image: url(../../common/images/ico_btn_06_02.png)
}

.md_btn_06_ico.md_btnIcoOffice{
  background-image: url(../../common/images/ico_btn_06_03.png)
}

.md_btn_06_ico.md_btnIcoSettle{
  background-image: url(../../common/images/ico_btn_06_04.png)
}

.md_btn_06_ico.md_btnIcoMap{
  background-image: url(../../common/images/ico_btn_06_05.png)
}

.md_btn_06_txt{
  padding-left: 38px;
  font-size: 1.6rem;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_06{
  padding: 11px 20px;
  font-size: 1.4rem;
}

.sp_device .md_btn_06:after{
  width: 8px;
  height: 12px;
  right: 10px;
}

.sp_device .md_btn_06_inner{
  height: 63px;
}

.sp_device .md_btn_06_ico{
  width: 31px;
}

.sp_device .md_btn_06_txt{
  padding-left: 20px;
}



/*md_btn_acco_01
-------------------------------------------*/
.md_btn_acco_01{
  display: block;
  border-radius: 4px;
  background: #1b8dec;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.md_btn_acco_01.md_accoOnly_sp{
  display: none;
}

.md_btn_acco_01:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right:16px;
  width: 11px;
  height: 8px;
  background: url(../../common/images/ico_arrow_acco_01.png);
  background-size:contain;
}

.md_btn_acco_01.active:after{
  transform: rotate(180deg);
}


/*sp
-------------------------------------------*/
.sp_device .md_btn_acco_01.md_accoOnly_sp{
  display: block;
}

/*-------------------------------------------
Icon
-------------------------------------------*/
.md_arrowIco_01{
  line-height: 1em;
  padding-left: 20px;
  background: url(../../common/images/ico_arrow_01.png) no-repeat center left;
  background-size: 14px auto;
}

/*-------------------------------------------
List
-------------------------------------------*/
.md_list_01 li{
  padding-left: 1em;
  position: relative;
}

.md_list_01 li:after{
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
}

.md_list_Lead01{
    font-size: 1.4rem;
    text-align: left!important;
    margin-left: 20px;
    width: 80%;
}

.sp_device .md_list_Lead01{
  font-size: 1.3rem!important;
}
/*-------------------------------------------

js Style

-------------------------------------------*/

/*-------------------------------------------

General

-------------------------------------------*/
/*-------------------------------------------
Display
-------------------------------------------*/
.db {
  display: block !important;
}

.di,
.diC > * {
  display: inline !important;
}

.dib,
.dibC > * {
  display: inline-block !important;
}

.dt {
  display: table !important;
  width: 100%;
}
.dt > * {
  display: table-cell;
  vertical-align: middle;
}

/*SP
-------------------------------------------*/
.sp_device .sp_db {
  display: block !important;
}

.sp_device .sp_di,
.sp_device .sp_diC > * {
  display: inline !important;
}

.sp_device .sp_dib,
.sp_device .sp_dibC > * {
  display: inline-block !important;
}

.sp_device .sp_dt {
  display: table !important;
  width: 100%;
}
.sp_device .sp_dt > * {
  display: table-cell;
  vertical-align: middle;
}

/*-------------------------------------------
Device　Content
-------------------------------------------*/
br.pcContent,
span.pcContent {
  display: inline !important;
}

table.pcContent {
  display: table !important;
}

table > *.pcContent {
  display: table-cell !important;
}

.spContent {
  display: none !important;
}

.sp_device .spContent {
  display: block !important;
}

.sp_device br.spContent,
.sp_device span.spContent {
  display: inline !important;
}

.sp_device table.pcContent {
  display: table !important;
}

.sp_device table > *.spContent {
  display: table-cell !important;
}

.sp_device .pcContent,
.sp_device br.pcContent,
.sp_device span.pcContent {
  display: none !important;
}

/*-------------------------------------------
Float
-------------------------------------------*/
.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

.fN {
  float: none !important;
}

.sp_device .sp_fL {
  float: left !important;
}

.sp_device .sp_fR {
  float: right !important;
}

.sp_device .sp_fN {
  float: none !important;
}

/*-------------------------------------------
clear
-------------------------------------------*/
.clB {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*-------------------------------------------
Align
-------------------------------------------*/
.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.LtoC01{
    display: block;
    text-align: left!important;
}

.sp_device .LtoC01{
    display: inline;
    text-align: center!important;
}

.sp_device .sptaC {
  text-align: center !important;
}

.sp_device .sptaL {
  text-align: left !important;
}

.sp_device .sptaR {
  text-align: right !important;
}

.sp_device .spvaT {
  vertical-align: top !important;
}

.sp_device .spvaM {
  vertical-align: middle !important;
}

.sp_device .spvaB {
  vertical-align: bottom !important;
}
/*-------------------------------------------
width
-------------------------------------------*/
/* em */
.w01em {
  width: 1em !important;
}

.w02em {
  width: 2em !important;
}

.w03em {
  width: 3em !important;
}

.w04em {
  width: 4em !important;
}

.w05em {
  width: 5em !important;
}

.w06em {
  width: 6em !important;
}

.w07em {
  width: 7em !important;
}

.w08em {
  width: 8em !important;
}

.w09em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w21em {
  width: 21em !important;
}

.w22em {
  width: 22em !important;
}

.w23em {
  width: 23em !important;
}

.w24em {
  width: 24em !important;
}

.w25em {
  width: 25em !important;
}

.w26em {
  width: 26em !important;
}

.w27em {
  width: 27em !important;
}

.w28em {
  width: 28em !important;
}

.w29em {
  width: 29em !important;
}

.w30em {
  width: 30em !important;
}

.w31em {
  width: 31em !important;
}

.w32em {
  width: 32em !important;
}

.w33em {
  width: 33em !important;
}

.w34em {
  width: 34em !important;
}

.w35em {
  width: 35em !important;
}

.w36em {
  width: 36em !important;
}

.w37em {
  width: 37em !important;
}

.w38em {
  width: 38em !important;
}

.w39em {
  width: 39em !important;
}

.w40em {
  width: 40em !important;
}

.sp_device .sp_w01em {
  width: 1em !important;
}

.sp_device .sp_w02em {
  width: 2em !important;
}

.sp_device .sp_w03em {
  width: 3em !important;
}

.sp_device .sp_w04em {
  width: 4em !important;
}

.sp_device .sp_w05em {
  width: 5em !important;
}

.sp_device .sp_w06em {
  width: 6em !important;
}

.sp_device .sp_w07em {
  width: 7em !important;
}

.sp_device .sp_w08em {
  width: 8em !important;
}

.sp_device .sp_w09em {
  width: 9em !important;
}

.sp_device .sp_w10em {
  width: 10em !important;
}

.sp_device .sp_w11em {
  width: 11em !important;
}

.sp_device .sp_w12em {
  width: 12em !important;
}

.sp_device .sp_w13em {
  width: 13em !important;
}

.sp_device .sp_w14em {
  width: 14em !important;
}

.sp_device .sp_w15em {
  width: 15em !important;
}

.sp_device .sp_w16em {
  width: 16em !important;
}

.sp_device .sp_w17em {
  width: 17em !important;
}

.sp_device .sp_w18em {
  width: 18em !important;
}

.sp_device .sp_w19em {
  width: 19em !important;
}

.sp_device .sp_w20em {
  width: 20em !important;
}

.sp_device .sp_w21em {
  width: 21em !important;
}

.sp_device .sp_w22em {
  width: 22em !important;
}

.sp_device .sp_w23em {
  width: 23em !important;
}

.sp_device .sp_w24em {
  width: 24em !important;
}

.sp_device .sp_w25em {
  width: 25em !important;
}

.sp_device .sp_w26em {
  width: 26em !important;
}

.sp_device .sp_w27em {
  width: 27em !important;
}

.sp_device .sp_w28em {
  width: 28em !important;
}

.sp_device .sp_w29em {
  width: 29em !important;
}

.sp_device .sp_w30em {
  width: 30em !important;
}

.sp_device .sp_w31em {
  width: 31em !important;
}

.sp_device .sp_w32em {
  width: 32em !important;
}

.sp_device .sp_w33em {
  width: 33em !important;
}

.sp_device .sp_w34em {
  width: 34em !important;
}

.sp_device .sp_w35em {
  width: 35em !important;
}

.sp_device .sp_w36em {
  width: 36em !important;
}

.sp_device .sp_w37em {
  width: 37em !important;
}

.sp_device .sp_w38em {
  width: 38em !important;
}

.sp_device .sp_w39em {
  width: 39em !important;
}

.sp_device .sp_w40em {
  width: 40em !important;
}

/* percent */
.w01p {
  width: 1% !important;
}

.w02p {
  width: 2% !important;
}

.w03p {
  width: 3% !important;
}

.w04p {
  width: 4% !important;
}

.w05p {
  width: 5% !important;
}

.w06p {
  width: 6% !important;
}

.w07p {
  width: 7% !important;
}

.w08p {
  width: 8% !important;
}

.w09p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100p {
  width: 100% !important;
}


.sp_device .sp_w01p {
  width: 1% !important;
}

.sp_device .sp_w02p {
  width: 2% !important;
}

.sp_device .sp_w03p {
  width: 3% !important;
}

.sp_device .sp_w04p {
  width: 4% !important;
}

.sp_device .sp_w05p {
  width: 5% !important;
}

.sp_device .sp_w06p {
  width: 6% !important;
}

.sp_device .sp_w07p {
  width: 7% !important;
}

.sp_device .sp_w08p {
  width: 8% !important;
}

.sp_device .sp_w09p {
  width: 9% !important;
}

.sp_device .sp_w10p {
  width: 10% !important;
}

.sp_device .sp_w11p {
  width: 11% !important;
}

.sp_device .sp_w12p {
  width: 12% !important;
}

.sp_device .sp_w13p {
  width: 13% !important;
}

.sp_device .sp_w14p {
  width: 14% !important;
}

.sp_device .sp_w15p {
  width: 15% !important;
}

.sp_device .sp_w16p {
  width: 16% !important;
}

.sp_device .sp_w17p {
  width: 17% !important;
}

.sp_device .sp_w18p {
  width: 18% !important;
}

.sp_device .sp_w19p {
  width: 19% !important;
}

.sp_device .sp_w20p {
  width: 20% !important;
}

.sp_device .sp_w21p {
  width: 21% !important;
}

.sp_device .sp_w22p {
  width: 22% !important;
}

.sp_device .sp_w23p {
  width: 23% !important;
}

.sp_device .sp_w24p {
  width: 24% !important;
}

.sp_device .sp_w25p {
  width: 25% !important;
}

.sp_device .sp_w26p {
  width: 26% !important;
}

.sp_device .sp_w27p {
  width: 27% !important;
}

.sp_device .sp_w28p {
  width: 28% !important;
}

.sp_device .sp_w29p {
  width: 29% !important;
}

.sp_device .sp_w30p {
  width: 30% !important;
}

.sp_device .sp_w31p {
  width: 31% !important;
}

.sp_device .sp_w32p {
  width: 32% !important;
}

.sp_device .sp_w33p {
  width: 33% !important;
}

.sp_device .sp_w34p {
  width: 34% !important;
}

.sp_device .sp_w35p {
  width: 35% !important;
}

.sp_device .sp_w36p {
  width: 36% !important;
}

.sp_device .sp_w37p {
  width: 37% !important;
}

.sp_device .sp_w38p {
  width: 38% !important;
}

.sp_device .sp_w39p {
  width: 39% !important;
}

.sp_device .sp_w40p {
  width: 40% !important;
}

.sp_device .sp_w41p {
  width: 41% !important;
}

.sp_device .sp_w42p {
  width: 42% !important;
}

.sp_device .sp_w43p {
  width: 43% !important;
}

.sp_device .sp_w44p {
  width: 44% !important;
}

.sp_device .sp_w45p {
  width: 45% !important;
}

.sp_device .sp_w46p {
  width: 46% !important;
}

.sp_device .sp_w47p {
  width: 47% !important;
}

.sp_device .sp_w48p {
  width: 48% !important;
}

.sp_device .sp_w49p {
  width: 49% !important;
}

.sp_device .sp_w50p {
  width: 50% !important;
}

.sp_device .sp_w51p {
  width: 51% !important;
}

.sp_device .sp_w52p {
  width: 52% !important;
}

.sp_device .sp_w53p {
  width: 53% !important;
}

.sp_device .sp_w54p {
  width: 54% !important;
}

.sp_device .sp_w55p {
  width: 55% !important;
}

.sp_device .sp_w56p {
  width: 56% !important;
}

.sp_device .sp_w57p {
  width: 57% !important;
}

.sp_device .sp_w58p {
  width: 58% !important;
}

.sp_device .sp_w59p {
  width: 59% !important;
}

.sp_device .sp_w60p {
  width: 60% !important;
}

.sp_device .sp_w61p {
  width: 61% !important;
}

.sp_device .sp_w62p {
  width: 62% !important;
}

.sp_device .sp_w63p {
  width: 63% !important;
}

.sp_device .sp_w64p {
  width: 64% !important;
}

.sp_device .sp_w65p {
  width: 65% !important;
}

.sp_device .sp_w66p {
  width: 66% !important;
}

.sp_device .sp_w67p {
  width: 67% !important;
}

.sp_device .sp_w68p {
  width: 68% !important;
}

.sp_device .sp_w69p {
  width: 69% !important;
}

.sp_device .sp_w70p {
  width: 70% !important;
}

.sp_device .sp_w71p {
  width: 71% !important;
}

.sp_device .sp_w72p {
  width: 72% !important;
}

.sp_device .sp_w73p {
  width: 73% !important;
}

.sp_device .sp_w74p {
  width: 74% !important;
}

.sp_device .sp_w75p {
  width: 75% !important;
}

.sp_device .sp_w76p {
  width: 76% !important;
}

.sp_device .sp_w77p {
  width: 77% !important;
}

.sp_device .sp_w78p {
  width: 78% !important;
}

.sp_device .sp_w79p {
  width: 79% !important;
}

.sp_device .sp_w80p {
  width: 80% !important;
}

.sp_device .sp_w81p {
  width: 81% !important;
}

.sp_device .sp_w82p {
  width: 82% !important;
}

.sp_device .sp_w83p {
  width: 83% !important;
}

.sp_device .sp_w84p {
  width: 84% !important;
}

.sp_device .sp_w85p {
  width: 85% !important;
}

.sp_device .sp_w86p {
  width: 86% !important;
}

.sp_device .sp_w87p {
  width: 87% !important;
}

.sp_device .sp_w88p {
  width: 88% !important;
}

.sp_device .sp_w89p {
  width: 89% !important;
}

.sp_device .sp_w90p {
  width: 90% !important;
}

.sp_device .sp_w91p {
  width: 91% !important;
}

.sp_device .sp_w92p {
  width: 92% !important;
}

.sp_device .sp_w93p {
  width: 93% !important;
}

.sp_device .sp_w94p {
  width: 94% !important;
}

.sp_device .sp_w95p {
  width: 95% !important;
}

.sp_device .sp_w96p {
  width: 96% !important;
}

.sp_device .sp_w97p {
  width: 97% !important;
}

.sp_device .sp_w98p {
  width: 98% !important;
}

.sp_device .sp_w99p {
  width: 99% !important;
}

.sp_device .sp_w100p {
  width: 100% !important;
}

/* margin-all*/
.m_30 {
  margin: -30px !important;
}

.m_20 {
  margin: -20px !important;
}

.m_10 {
  margin: -10px !important;
}

.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

/* margin-top*/
.mt-01 {
  margin-top: -1px !important;
}
.mt-03 {
  margin-top: -3px !important;
}
.mt-05 {
  margin-top: -5px !important;
}
.mt-07 {
  margin-top: -7px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  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;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}


/* margin-right*/
.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* margin-bottom*/
.mb_30 {
  margin-bottom: -30px !important;
}

.mb_20 {
  margin-bottom: -20px !important;
}

.mb_10 {
  margin-bottom: -10px !important;
}

.mb_05 {
  margin-bottom: -5px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-left*/
.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}
/* margin_up-under*/
.mU05 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
.mU10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.mU15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}
.mU20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}


/* margin-all*/
.sp_device .sp_m00 {
  margin: 0px !important;
}

.sp_device .sp_m05 {
  margin: 5px !important;
}

.sp_device .sp_m10 {
  margin: 10px !important;
}

.sp_device .sp_m15 {
  margin: 15px !important;
}

.sp_device .sp_m20 {
  margin: 20px !important;
}

.sp_device .sp_m25 {
  margin: 25px !important;
}

.sp_device .sp_m30 {
  margin: 30px !important;
}

.sp_device .sp_m35 {
  margin: 35px !important;
}

.sp_device .sp_m40 {
  margin: 40px !important;
}

.sp_device .sp_m45 {
  margin: 45px !important;
}

.sp_device .sp_m50 {
  margin: 50px !important;
}

/* margin-top*/
.sp_device .sp_mt00 {
  margin-top: 0px !important;
}

.sp_device .sp_mt05 {
  margin-top: 5px !important;
}

.sp_device .sp_mt10 {
  margin-top: 10px !important;
}

.sp_device .sp_mt15 {
  margin-top: 15px !important;
}

.sp_device .sp_mt20 {
  margin-top: 20px !important;
}

.sp_device .sp_mt25 {
  margin-top: 25px !important;
}

.sp_device .sp_mt30 {
  margin-top: 30px !important;
}

.sp_device .sp_mt35 {
  margin-top: 35px !important;
}

.sp_device .sp_mt40 {
  margin-top: 40px !important;
}

.sp_device .sp_mt45 {
  margin-top: 45px !important;
}

.sp_device .sp_mt50 {
  margin-top: 50px !important;
}

/* margin-right*/
.sp_device .sp_mr00 {
  margin-right: 0 !important;
}

.sp_device .sp_mr05 {
  margin-right: 5 !important;
}

.sp_device .sp_mr10 {
  margin-right: 10px !important;
}

.sp_device .sp_mr15 {
  margin-right: 15px !important;
}

.sp_device .sp_mr20 {
  margin-right: 20px !important;
}

.sp_device .sp_mr25 {
  margin-right: 25px !important;
}

.sp_device .sp_mr30 {
  margin-right: 30px !important;
}

.sp_device .sp_mr35 {
  margin-right: 35px !important;
}

.sp_device .sp_mr40 {
  margin-right: 40px !important;
}

.sp_device .sp_mr45 {
  margin-right: 45px !important;
}

.sp_device .sp_mr50 {
  margin-right: 50px !important;
}

/* margin-bottom*/
.sp_device .sp_mb00 {
  margin-bottom: 0 !important;
}

.sp_device .sp_mb05 {
  margin-bottom: 5 !important;
}

.sp_device .sp_mb10 {
  margin-bottom: 10px !important;
}

.sp_device .sp_mb15 {
  margin-bottom: 15px !important;
}

.sp_device .sp_mb20 {
  margin-bottom: 20px !important;
}

.sp_device .sp_mb25 {
  margin-bottom: 25px !important;
}

.sp_device .sp_mb30 {
  margin-bottom: 30px !important;
}

.sp_device .sp_mb35 {
  margin-bottom: 35px !important;
}

.sp_device .sp_mb40 {
  margin-bottom: 40px !important;
}

.sp_device .sp_mb45 {
  margin-bottom: 45px !important;
}

.sp_device .sp_mb50 {
  margin-bottom: 50px !important;
}

/* margin-left*/
.sp_device .sp_ml00 {
  margin-left: 0 !important;
}

.sp_device .sp_ml05 {
  margin-left: 5 !important;
}

.sp_device .sp_ml10 {
  margin-left: 10px !important;
}

.sp_device .sp_ml15 {
  margin-left: 15px !important;
}

.sp_device .sp_ml20 {
  margin-left: 20px !important;
}

.sp_device .sp_ml25 {
  margin-left: 25px !important;
}

.sp_device .sp_ml30 {
  margin-left: 30px !important;
}

.sp_device .sp_ml35 {
  margin-left: 35px !important;
}

.sp_device .sp_ml40 {
  margin-left: 40px !important;
}

.sp_device .sp_ml45 {
  margin-left: 45px !important;
}

.sp_device .sp_ml50 {
  margin-left: 50px !important;
}

/*-------------------------------------------
padding
-------------------------------------------*/
/* padding-all*/
.p00 {
  padding: 0 !important;
}

.p05 {
  padding: 5 !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

/* padding-top*/
.pt_10 {
  padding-top: -10px !important;
}
.pt_05 {
  padding-top: -5px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/* padding-right*/
.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* padding-bottom*/
.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-left*/
.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* padding-all*/
.sp_device .sp_p00 {
  padding: 0px !important;
}

.sp_device .sp_p05 {
  padding: 5px !important;
}

.sp_device .sp_p10 {
  padding: 10px !important;
}

.sp_device .sp_p15 {
  padding: 15px !important;
}

.sp_device .sp_p20 {
  padding: 20px !important;
}

.sp_device .sp_p25 {
  padding: 25px !important;
}

.sp_device .sp_p30 {
  padding: 30px !important;
}

.sp_device .sp_p35 {
  padding: 35px !important;
}

.sp_device .sp_p40 {
  padding: 40px !important;
}

.sp_device .sp_p45 {
  padding: 45px !important;
}

.sp_device .sp_p50 {
  padding: 50px !important;
}

/* padding-top*/
.sp_device .sp_pt00 {
  padding-top: 0 !important;
}

.sp_device .sp_pt05 {
  padding-top: 5 !important;
}

.sp_device .sp_pt10 {
  padding-top: 10px !important;
}

.sp_device .sp_pt15 {
  padding-top: 15px !important;
}

.sp_device .sp_pt20 {
  padding-top: 20px !important;
}

.sp_device .sp_pt25 {
  padding-top: 25px !important;
}

.sp_device .sp_pt30 {
  padding-top: 30px !important;
}

.sp_device .sp_pt35 {
  padding-top: 35px !important;
}

.sp_device .sp_pt40 {
  padding-top: 40px !important;
}

.sp_device .sp_pt45 {
  padding-top: 45px !important;
}

.sp_device .sp_pt50 {
  padding-top: 50px !important;
}

/* padding-right*/
.sp_device .sp_pr00 {
  padding-right: 0px !important;
}

.sp_device .sp_pr05 {
  padding-right: 5px !important;
}

.sp_device .sp_pr10 {
  padding-right: 10px !important;
}

.sp_device .sp_pr15 {
  padding-right: 15px !important;
}

.sp_device .sp_pr20 {
  padding-right: 20px !important;
}

.sp_device .sp_pr25 {
  padding-right: 25px !important;
}

.sp_device .sp_pr30 {
  padding-right: 30px !important;
}

.sp_device .sp_pr35 {
  padding-right: 35px !important;
}

.sp_device .sp_pr40 {
  padding-right: 40px !important;
}

.sp_device .sp_pr45 {
  padding-right: 45px !important;
}

.sp_device .sp_pr50 {
  padding-right: 50px !important;
}

/* padding-bottom*/
.sp_device .sp_pb00 {
  padding-bottom: 0 !important;
}

.sp_device .sp_pb05 {
  padding-bottom: 5 !important;
}

.sp_device .sp_pb10 {
  padding-bottom: 10px !important;
}

.sp_device .sp_pb15 {
  padding-bottom: 15px !important;
}

.sp_device .sp_pb20 {
  padding-bottom: 20px !important;
}

.sp_device .sp_pb25 {
  padding-bottom: 25px !important;
}

.sp_device .sp_pb30 {
  padding-bottom: 30px !important;
}

.sp_device .sp_pb35 {
  padding-bottom: 35px !important;
}

.sp_device .sp_pb40 {
  padding-bottom: 40px !important;
}

.sp_device .sp_pb45 {
  padding-bottom: 45px !important;
}

.sp_device .sp_pb50 {
  padding-bottom: 50px !important;
}

/* padding-left*/
.sp_device .sp_pl00 {
  padding-left: 0px !important;
}

.sp_device .sp_pl05 {
  padding-left: 5px !important;
}

.sp_device .sp_pl10 {
  padding-left: 10px !important;
}

.sp_device .sp_pl15 {
  padding-left: 15px !important;
}

.sp_device .sp_pl20 {
  padding-left: 20px !important;
}

.sp_device .sp_pl25 {
  padding-left: 25px !important;
}

.sp_device .sp_pl30 {
  padding-left: 30px !important;
}

.sp_device .sp_pl35 {
  padding-left: 35px !important;
}

.sp_device .sp_pl40 {
  padding-left: 40px !important;
}

.sp_device .sp_pl45 {
  padding-left: 45px !important;
}

.sp_device .sp_pl50 {
  padding-left: 50px !important;
}

/*-------------------------------------------
Border
-------------------------------------------*/
.border_01 {
  border: 1px solid #ddd;
}

.borderTop_01 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}

.borderBottom_01 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.borderLeft_01 {
  border-left: 1px solid #ddd;
}

.borderRight_01 {
  border-right: 1px solid #ddd;
}

.borderTb_01 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.borderRl_01 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.noBorder {
  border: none !important;
}

.noBorderTop {
  border-top: none !important;
}

.noBorderBottom {
  border-bottom: none !important;
}

.noBorderLeft {
  border-left: none !important;
}

.noBorderRight {
  border-right: none !important;
}
/*-------------------------------------------
Font
-------------------------------------------*/
/* size*/
.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fz31 {
  font-size: 3.1rem !important;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz33 {
  font-size: 3.3rem !important;
}

.fz34 {
  font-size: 3.4rem !important;
}

.fz35 {
  font-size: 3.5rem !important;
}

.fz36 {
  font-size: 3.6rem !important;
}

.fz37 {
  font-size: 3.7rem !important;
}

.fz38 {
  font-size: 3.8rem !important;
}

.fz39 {
  font-size: 3.9rem !important;
}

.fz40 {
  font-size: 4rem !important;
}

.fz70 {
  font-size: 7rem !important;
}

.sp_device .spfz10 {
  font-size: 1rem !important;
}

.sp_device .spfz11 {
  font-size: 1.1rem !important;
}

.sp_device .spfz12 {
  font-size: 1.2rem !important;
}

.sp_device .spfz13 {
  font-size: 1.3rem !important;
}

.sp_device .spfz14 {
  font-size: 1.4rem !important;
}

.sp_device .spfz15 {
  font-size: 1.5rem !important;
}

.sp_device .spfz16 {
  font-size: 1.6rem !important;
}

.sp_device .spfz17 {
  font-size: 1.7rem !important;
}

.sp_device .spfz18 {
  font-size: 1.8rem !important;
}

.sp_device .spfz19 {
  font-size: 1.9rem !important;
}

.sp_device .spfz20 {
  font-size: 2rem !important;
}

.sp_device .spfz21 {
  font-size: 2.1rem !important;
}

.sp_device .spfz22 {
  font-size: 2.2rem !important;
}

.sp_device .spfz23 {
  font-size: 2.3rem !important;
}

.sp_device .spfz24 {
  font-size: 2.4rem !important;
}

.sp_device .spfz25 {
  font-size: 2.5rem !important;
}

.sp_device .spfz26 {
  font-size: 2.6rem !important;
}

.sp_device .spfz27 {
  font-size: 2.7rem !important;
}

.sp_device .spfz28 {
  font-size: 2.8rem !important;
}

.sp_device .spfz29 {
  font-size: 2.9rem !important;
}

.sp_device .spfz30 {
  font-size: 3rem !important;
}

.sp_device .spfz40 {
  font-size: 4rem !important;
}

/* weight*/
.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.fwL {
    font-weight: lighter !important;
}

.sp_device .sp_fwB {
  font-weight: bold !important;
}

.sp_device .sp_fwN {
  font-weight: normal !important;
}

/* color*/
.tBlue01 {
  color: #3097ed;
}

.ToursBox_hover2:hover .tBlue01 {
  color: #fff; /* 親ホバー時に白に変更（例） */
  text-decoration: none;
}

.tBlue02 {
  color: #007cdc;
}

.ToursBox_hover2:hover .tBlue02 {
  color: #fff; /* 親ホバー時に白に変更（例） */
  text-decoration: none;
}

.tBlue03 {
  color: #2AA2FF;
}

.tRed01 {
  color: #cc0000;
}

.ToursBox_hover2:hover .tRed01 {
  color: #fff; /* 親ホバー時に白に変更（例） */
  text-decoration: none;
}

.tBlack01 {
  color: #000000;
}

.tGreen01 {
  color: #77b60a;
}

.ToursBox_hover2:hover .tGreen01 {
  color: #fff; /* 親ホバー時に白に変更（例） */
  text-decoration: none;
}

.tGreen02 {
  color: #0E9800;
}

.tBlack00{
  color:#333333
}

.tWhite01 {
  color: #ffffff;
}

/*font　長体*/

.tx_80{
    transform: scale(0.8, 1);
    transform-origin: top left;
    width: 125%;
}


/*font-family*/


/*アンドロイド・コピーライトマーク対応*/
.sp_device .copyRightsFont{
  font-family: "Verdana","Roboto","Droid Sans"," Arial";
  color: #fff;
}

/*facebookボタン*/
#fb_btn{
position: fixed;
bottom: 25px;
z-index: 999;
width: 35px;
left: 25px;
}

.sp_device #fb_btn{
width: 10%;
opacity: 1;
}


/*新しく作りました_田中 tanaka--------------------------------------------------*/


.md_kvnewsBlock{
margin-top: 30px;
margin-bottom: 30px;
padding-top: 80px;
background-color: #dfe2ea;
padding-bottom: 80px;
}

.md_newsTitle01{
text-align: center;
font-size: 2.5rem;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}

.md_newsTx01{
width: 650px;
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 1.7rem !important;
}

.md_newsTx01sp{
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 1.6rem !important;
padding-left: 20px;
padding-right: 20px;
}

.md_BlockTitle_01 h3 {
text-align: center;
font-size: 2rem !important;
font-weight: bold !important;
margin-bottom: 20px;
}

.sp_device .md_BlockTitle_01 h3 {
    font-size: 1.7rem !important;
}

/*追加掲載文の要素*/
.md_BlockTitle_01 h4 {
    text-align: center;
    font-size: 2rem !important;
    font-weight: bold !important;
    margin-bottom: 45px;
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #A51219;
    color: white;
    margin-left: auto;
    line-height: 1.3;
    z-index: -1;
    display: block;
    margin-right: auto;
    width: 70%;
}

.md_BlockTitle_01 h4:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}

.sp_device .md_BlockTitle_01 h4 {
    text-align: center;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    margin-bottom: 45px;
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #A51219;
    color: white;
    margin-left: auto;
    line-height: 1.3;
    z-index: -1;
    display: block;
    margin-right: auto;
    width: 85%;
}

/*水色のマーカー表示関連*/
.underTl {
    background: linear-gradient(transparent 60%, #e0f1f1 60%);
    padding-left: 10px;
    padding-right: 10px;
}
/*水色のマーカー表示ここまで*/

.md_sectionBlockInnernew {
width: 840px;
margin: 0 auto;
}

.TrTxt{
font-size: 1.5rem;
display: block;
text-align: left;
padding-left: 40px;
padding-right: 40px;
margin-bottom: 15px;
}

.TrTxt_2{
font-size: 1.5rem;
display: block;
text-align: left;
padding-left: 40px;
padding-right: 40px;
margin-bottom: 15px;
font-weight: bold;
padding-top: 15px;
}

.figure figcaption{
text-align: left;
margin-bottom: 30px;
display: block;
}

.gazo-box {
margin-bottom: 10px;
display: block;
}

/*画像トリミング処理*/
.gazo-box img {
  width: 200px;
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
}

.gazo-omake_01 {
margin-top: 30px;
margin-bottom: 45px;
background-color: #aed265 !important;
padding-top: 30px;
padding-bottom: 30px;
}

.gazo-omake_01 p{
    font-size: 1.5rem;
    font-weight: bold;
}

.gazo-omake_02 {
margin-top: 30px;
margin-bottom: 45px;
background-color: #aed265 !important;
padding-top: 30px;
padding-bottom: 30px;
}

.gazo-omake_03 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-top: 5px;
    margin-bottom: 15px;
}

.gazo-box_inline-bl{
display: inline-block; /* インラインブロック要素にする */
padding: 5px;
width: 350px;
vertical-align: top;
}

.gazo-box_inline-sp{
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.gazo-box_inline-bl02{
display: inline-block; /* インラインブロック要素にする */
padding: 15px;
width: 350px;
vertical-align: middle;
font-weight: bold;
text-align: left;
font-size: 1.5rem;
}

.gazo-box_inline-bl03{
    display: inline-block;  /*インラインブロック要素にする */
    padding-right: 15px;
    padding-left: 15px;
    width: 350px;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    font-size: 1.5rem;
}

.inline-block_01 {
display: inline-block; /* インラインブロック要素にする */
padding:  5px; /* 余白指定 */
}

/*フロートクリアするだけのタグ*/
.photcl {
clear: both;
}

.md_sectionTtl_03{
display: inline-block;
padding: 0 5px 8px;
font-size: 1.8rem;
font-weight: bold;
}

.tatePhot{
text-align: center;
background-color: #dfe2ea;
width: 270px;
}

.md_secTitle00{
font-size: 1.7rem;
font-weight: bold;
}

.md_Inquiry {
display: inline-block; /* インラインブロック要素にする */
padding: 5px; /* 余白指定 */
font-size: 3rem;
vertical-align: middle;
margin-bottom: 10px;
}


@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

.mail_img{
display: inline-block; /* ここがポイント */
margin-right: 5px;
vertical-align: super;
}

/*sp　新しく作りました_田中--------------------------------------------------*/

.sp_device .md_sectionBlockInnernew,
.sp_device .md_sectionBlockNarrowInnernew_01,
.sp_device .md_sectionBlockNarrowInnernew_02{
  width: 90%;
  padding: 0 15px;
}

.sp_device .md_sectionBlockInner .md_sectionBlockNarrowInnernew_01,
.sp_device .md_sectionBlockInner .md_sectionBlockNarrowInnernew_02{
  padding: 0;
}

.sp_device .md_BlockTitle_01{

}



.sp_device .gazo-box_inline-bl02{
display: inline-block; /* インラインブロック要素にする */
width: 350px;
vertical-align: middle;
font-weight: bold;
text-align: center;
font-size: 1.5rem;
min-width: 0px;
margin-left: auto;
margin-right: auto;
}



/*md_btn_07 新しく作りました田中
-------------------------------------------*/
.md_btn_07_wrap{
  margin: 0 -8px -16px;
}

.md_sectionLeadWrap .md_btn_07_wrap{
  margin: 60px -8px 64px;
}

.md_sectionLeadWrap *+.md_btn_07_wrap{
  margin-top: 0;
}

.md_btn_07_wrap+*{
  margin-top: 80px;
}

.md_btn_07_wrap>*{
    padding-left: 3px;
    padding-right: 0px;
    margin-bottom: 15px;
    min-height: 80px;
}

.md_btn_07:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 80px;
}

.md_btn_07{
  position: relative;
  display: table;
  table-layout: fixed;
  width: 101%;
  height: 100%;
  border-bottom: solid 4px #aed265;
}

.md_btn_07>*{
  display: table-cell;
  vertical-align: middle;
  padding: 0 34px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  width: 103%;
  border: solid 1px #cccccc;
  border-bottom: none;
}

.md_btn_07:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:20px;
  width: 10px;
  height: 15px;
  margin: auto 0;
  background: url("../../common/images/ico_arrow_08.png") no-repeat center left;
  background-size:contain;
}

/*.md_btn_07.md_btn_08_anchor:after{
  transform: rotate(90deg);
}
*/
.md_btn_07:hover{
  background: #e4ffad;
}

/*sp md_btn_07
-------------------------------------------*/
.sp_device .md_btn_07_anchor{
    margin: 0px;
}

/*.sp_device .md_sectionLeadWrap .md_btn_07_wrap{
    margin-top: 30px!important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px!important;
}*/

.sp_device .md_btn_07_anchor>*{
  padding-left: 5px;
  padding-right: 15px;
  margin-bottom: 0px;
  min-height: 45px;
}

/*.sp_device .md_btn_07:before{
  min-height: 45px;
}*/

/*.sp_device .md_btn_07>*{
  padding: 0 10px 0 5px;
  text-align: left;
  font-size: 1.2rem;
}


.sp_device .md_btn_07_wrap>*.md_sp_col_6:nth-child(2n+1) .md_btn_07>*{
  border-left: solid 1px #cccccc;
}

.sp_device .md_btn_07_wrap>*.md_col_4:not(.md_sp_col_6):nth-child(3n+1) .md_btn_07>*{
  border-left: solid 1px #cccccc;
}

.sp_device .md_btn_07:after{
  right: 10px;
  width: 5px;
  height: 10px;
}
*/

/*md_btn_08 新しく作りました田中
-------------------------------------------*/
.md_btn_08_wrap{
  margin: 0 -8px -16px;
}

.md_sectionLeadWrap .md_btn_08_wrap{
  margin: 60px -8px 64px;
}

.md_sectionLeadWrap *+.md_btn_08_wrap{
  margin-top: 0;
}

.md_btn_08_wrap+*{
  margin-top: 80px;
}

.md_btn_08_wrap>*{
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  min-height: 80px;
}

.md_btn_08:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 80px;
}

.md_btn_08{
  position: relative;
  display: table;
  table-layout: fixed;
  width: 101%;
  height: 100%;
  border-bottom: solid 4px #aed265;
}

.md_btn_08>*{
  display: table-cell;
  vertical-align: middle;
  padding: 0 34px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  width: 103%;
  border: solid 1px #cccccc;
  border-bottom: none;
}

.md_btn_08:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:20px;
  width: 10px;
  height: 15px;
  margin: auto 0;
  background: url(../../common/images/ico_arrow_07.png) no-repeat center left;
  background-size:contain;
}

/*.md_btn_07.md_btn_08_anchor:after{
  transform: rotate(90deg);
}
*/
.md_btn_08:hover{
  background: #e4ffad;
}

/*-------------------------------------------
topicPath（パンくず）
-------------------------------------------*/
.md_topicPathWrap{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #D5D5D5;
    margin-bottom: 80px;
}
.md_topicPath{
    width: 1080px;
    margin: 0 auto;
    font-size: 0;
    color: #333333;
}

.md_topicPath a{
    color: #0D6883;
}

.md_topicPath>*{
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
}

.md_topicPath>*+*{
  padding-left: 15px;
  margin-left: 5px;
}

.md_topicPath>*+*:after{
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  width: 9px;
  height: 8px;
}

.sp_device .md_topicPathWrap{
  display: none;
}

/*
md_BKcolorBOX------------------*/
.md_BKcolorBOX{
    width: 100%!important;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
}

.md_BKcolorBOXInner{
    background-color: #9DB0D4!important;
    text-align: center;
    width: 960px;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 50px;
    margin-top: 10px;
}

.sp_device .md_BKcolorBOX{
    margin-top: 50px;
    display: block;
    margin-right: auto!important;
    margin-left: auto!important;
}

.sp_device md_BKcolorBOXInner{
    text-align: center!important;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 10px;
    padding-right: 0px!important;
    padding-left: 0px!important;
}


/*まずはお決まりのボックスサイズ算出をborer-boxに */
/**,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;///rem算出をしやすくするために///
}
*/

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに
ここまで*/

/*立体 / 角丸大 / アイコン　ここから*/

/*主な共通部分は省略*/
a.btn--G1 {
    color: #fff;
    background-color: #AED265;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

a.btn--G1.btn--cubic {
  border-bottom: 5px solid #93B155;
}

a.btn--G1.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #93B155;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--G1::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 4px;
}

/*主な共通部分は省略*/
a.btn--G2 {
    color: #fff;
    background-color: #51B151;
    margin-right: 30px;
    width: 280px;
}

a.btn--G2.btn--cubic {
  border-bottom: 5px solid #647641;
}

a.btn--G2.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #647641;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--G2::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 4px;
}

/*主な共通部分は省略*/
a.btn--G3 {
    color: #fff;
    background-color: #AED265;
    margin-right: 30px;
    width: 280px;
}

a.btn--G3.btn--cubic {
  border-bottom: 5px solid #93AF59;
}

a.btn--G3.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #93AF59;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--G3::before{
    content: url("../../common/images/icn_clause.png");
    margin-right: 10px;
    position: relative;
    top: 4px;
}

/*主な共通部分は省略 DL*/
a.btn--G4 {
    color: #fff;
    background-color: #AED265;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

a.btn--G4.btn--cubic {
  border-bottom: 5px solid #93B155;
}

a.btn--G4.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #93B155;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--G4::before{
    content: url("../../common/images/DL02.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.sp_device a.btn--G4 {
    width: 260px;
    font-size: 1.2rem;    
}

.sp_device .btn--G4::before{
    content: url("../../common/images/DL02@0.75x.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 3px;
}


/*主な共通部分は省略　ベース青大_カレンダーアイコン*/
a.btn--C1 {
    color: #fff;
    background-color: #2D56A3;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
}

a.btn--C1.btn--cubic {
    border-bottom: 5px solid #0E285A;  
}

a.btn--C1.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #0E285A;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 2rem;
}

.btn--C1::before{
    content: url("../../common/images/icon_reservation.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
}

/*主な共通部分は省略　薄い青_メールアイコン*/
a.btn--C2 {
    color: #fff;
    background-color: #7D95BA;
    width: 280px;
    margin-left: auto;
    margin-right: auto
}

a.btn--C2.btn--cubic {
  border-bottom: 5px solid #637289;
}

a.btn--C2.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #637289;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--C2::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 4px;
}

/*主な共通部分は省略　ベース青_>*/
a.btn--C3 {
    color: #fff;
    background-color: #2D56A3;
    width: 350px;
}

a.btn--C3.btn--cubic {
    border-bottom: 5px solid #0E285A;
    
}

a.btn--C3.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #0E285A;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--C3::before{
    content: url("../../common/images/ico_arrow_02.png");
    position: relative;
    top: 1px;
    padding-left: 10px;
    float: right;
}

.sp_device a.btn--C3 {
    width: 285px;
    font-size: 1.2rem;    
}

/*主な共通部分は省略*/

a.btn--G1gal {
    color: #fff;
    background-color: #AED265;
    margin-right: 30px;
    width: 280px;
    margin-left: auto;
}

a.btn--G1gal.btn--cubic {
  border-bottom: 5px solid #93B155;
}

a.btn--G1gal.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #93B155;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--G1gal::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 4px;
}

/*主な共通部分は省略*/

a.btn--G2gal {
    color: #fff;
    background-color: #51B151;
    margin-right: 30px;
    width: 280px;
    margin-left: auto;
}

a.btn--G2gal.btn--cubic {
  border-bottom: 5px solid #647641;
}

a.btn--G2gal.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #647641;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--G2gal::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 4px;
}


/*主な共通部分は省略*/
a.btn--C1gal {
    color: #fff;
    background-color: #3A66B3;
    margin-right: 30px;
    width: 280px;
    margin-left: auto;
}

a.btn--C1gal.btn--cubic {
  border-bottom: 5px solid #1E3762;
}

a.btn--C1gal.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #1E3762;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--C1gal::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 4px;
}
/*立体 / 角丸大 / アイコン　ここまで*/

/*スマホ版電話問い合わせ*/
/*その他と主な共通部分は省略*/
a.btn--green {
    color: #fff;
    background-color: #094;
    width: 300px;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

/*角丸大_予約 blue01*/
.btn--blue01,
a.btn--blue01 {
    color: #fff;
    background-color: #2D56A3;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.btn--blue01:hover,
a.btn--blue01:hover {
  color: #fff;
  background: #5881C9;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--blue01::before{
    content: url("../../common/images/icn_reservation.png");
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.sp_device a.btn--blue01 {
    width: 260px;
    font-size: 1.2rem;    
}

.sp_device .btn--blue01::before{
    content: url("../../common/images/icon_reservation@0.75x.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 3px;
}

/*角丸大_メール blue02*/
.btn--blue02,
a.btn--blue02 {
  color: #fff;
  background-color: #2B6C98;
  width: 280px;
}
.btn--blue02:hover,
a.btn--blue02:hover {
  color: #fff;
  background: #3382B7;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--blue02::before{
    content: url("../../common/images/icon_mail@0.75x.png");
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.sp_device a.btn--blue02 {
    width: 260px;
    font-size: 1.2rem;    
}

/*角丸大 green01*/
.btn--green01,
a.btn--green01 {
  color: #fff;
  background-color: #00a349;
  width: 280px;
}
.btn--green01:hover,
a.btn--green01:hover {
  color: #fff;
  background: #00BE53;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--green01::before{
    content: url("../../common/images/icon_mail@0.75x.png");
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.sp_device a.btn--green01 {
    width: 260px;
    font-size: 1.2rem;    
}

/*角丸大 / 複数行 / アイコン green02-Lines*/
.btn--green02-Lines,
a.btn--green02-Lines {
  color: #fff;
  background-color: #62A881;
  width: 280px;
}
.btn--green02-Lines:hover,
a.btn--green02-Lines:hover {
  color: #fff;
  background: #4ECA85;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 100vh;
}

.btn--green02-Lines::before{
    content: url("../../common/images/icon_phone.png");
    margin-right: 5px;
    position: relative;
    top: 4px;
}

/*角丸大 / 複数行 / アイコン orange02-Lines*/
.btn--orange02-Lines,
a.btn--orange02-Lines {
  color: #fff;
  background-color: #eb6100;
  width: 280px;
}
.btn--orange02-Lines:hover,
a.btn--orange02-Lines:hover {
  color: #fff;
  background: #FF791B;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 100vh;
}

.btn--orange02-Lines::before{
    content: url("../../common/images/icon_phone.png");
    margin-right: 5px;
    position: relative;
    top: 4px;
}

/*　ボタン　/　角丸 / アイコン　ここから　*/
/*btn ボタン　ベースオレンジ_カレンダーアイコン*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

/*btn ボタン　幅広青_リンクあり*/
.btn--wideBlue,
a.btn--wideBlue {
    color: #fff;
    background-color: #2D56A3;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.btn--wideBlue:hover,
a.btn--wideBlue:hover {
  color: #fff;
  background: #0E285A;
}

a.btn--radius {
   border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.btn--wideBlue::before{
    content: url("../../common/images/ico_arrow_02.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
    float: right;
}

.sp_device a.btn--wideBlue {
    width: 285px;
    font-size: 1.2rem;    
}

/*btn ボタン イエロー_リンクあり*/
.btn--Yellow1,
a.btn--Yellow1 {
    color: #fff;
    background-color: #FFCC00;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    
}

.btn--Yellow1:hover,
a.btn--Yellow1:hover {
  color: #fff;
  background: #FFB500;
}

btn--Yellow1 .btn--radius {
   border-radius: 30px!important;
}

/*.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}*/

/*.btn--Yellow1::before{
    content: url("../../common/images/ico_arrow_02.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
    float: right;
}*/

.sp_device a.btn--Yellow1 {
    width: 285px;
    font-size: 1.2rem;    
}

/*btn ボタン　ベース青_カレンダーアイコン*/
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #2D56A3;
}

.btn--blue:hover,
a.btn--blue:hover  {
  color: #fff;
  background: #0E285A;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--blue::before{
    content: url("../../common/images/icon_reservation.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
}

/*btn ボタン　ベース青大_カレンダーアイコン*/
.btn--blueL,
a.btn--blueL {
    color: #fff;
    background-color: #2D56A3;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
}

.btn--blueL:hover,
a.btn--blueL:hover {
  color: #fff;
  background: #0E285A;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--blueL::before{
    content: url("../../common/images/icon_reservation.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
}

/*主な共通部分は省略　薄紫_メールアイコン*/
.btn--LtPurple,
a.btn--LtPurple {
  color: #fff;
  background-color: #7D95BA;
  width: 280px;
　margin-left: auto;
  margin-right: auto;
}
.btn--LtPurple:hover,
a.btn--LtPurple:hover {
  color: #fff;
  background: #637289;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--LtPurple::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
}

/*主な共通部分は省略　みどり_メールアイコン*/

.btn--green,
a.btn--green {
  color: #fff;
  background-color: #51B151;
  width: 280px;
　margin-left: auto;
  margin-right: auto;
}
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #647641;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--green::before{
    content: url("../../common/images/icon_mail.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
}

/*主な共通部分は省略 黄緑_DLダウンロードアイコン*/
.btn--Ltgreen,
a.btn--Ltgreen {
  color: #fff;
  background-color: #AED265;
  width: 280px;
　margin-left: auto;
  margin-right: auto;
}
.btn--Ltgreen:hover,
a.btn--Ltgreen:hover {
  color: #fff;
  background: #93B155;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--Ltgreen::before{
    content: url("../../common/images/DL02.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.sp_device a.btn--Ltgreen {
    width: 260px;
    font-size: 1.2rem;    
}

.sp_device .btn--Ltgreen::before{
    content: url("../../common/images/DL02@0.75x.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 3px;
}

/*主な共通部分は省略 ピンク_リンク先*/
.btn--pink,
a.btn--pink {
  color: #fff;
  background-color: #FE5BAC;
  width: 280px;
　margin-left: auto;
  margin-right: auto;
}
.btn--pink:hover,
a.btn--pink:hover {
  color: #fff;
  background: #E5388E;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--pink::before{
    content: url("../../common/images/Window01.png");
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

.sp_device a.btn--pink {
    width: 260px;
    font-size: 1.2rem;    
}

.sp_device .btn--pink::before{
    content: url("../../common/images/Window01@0.75x.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 3px;
}


/*主な共通部分は省略 規約と条件書*/
.btn--Ltgreen1,
a.btn--Ltgreen1 {
  color: #fff;
  background-color: #56A9F7;
  width: 280px;
　margin-left: auto;
  margin-right: auto;
}

.btn--Ltgreen1:hover,
a.btn--Ltgreen1:hover {
  color: #fff;
  background: #3579C1;
}

a.btn--radius {
   border-radius: 100vh;
}

.btn--Ltgreen1::before{
    content: url("../../common/images/icn_clause.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
}


/*　ボタン　/　角丸 / アイコン　ここまで　*/
/*　ベース、基本スタイルから応用まで　ここまでボタン　*/

/* 問い合わせ右よせ */
.fixed_Btn{
    position: fixed;
    bottom: 100px;
    right: 0px;
    background-repeat: no-repeat;
    width: 40px;
	z-index: 2;
}
/* 申し込み右よせ */
.fixed_Btn2{
    position: fixed;
    bottom: 230px;
    right: 0px;
    background-repeat: no-repeat;
    width: 40px;
	z-index: 3;
}

/* ツアー一覧 */
.fixed_Btn3{
    position: fixed;
    bottom: 120px;
    right: 50px;
    background-repeat: no-repeat;
    /*width: 100%;*/
    z-index: 3;
    width: 62px;
}


/*ここまで作ったゾーン----------------------------------------*/

/*ここstyleとかぶるゾーン----------------------------------------*/
.tel_p {
	font-size: 20px;
}
.tel_p::before{
	content: url("../../images/1x/tel_icon.png");
	margin: 5px;
    position: relative;
    top: 8px;

}
.telNumber img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.tel_txt {
	font-size: 18px;
}
.sp_device .tel_txt {
    margin-top: 10px;
}

.tel_txt01 {
    font-size: 15px;
}
.sp_device .tel_txt01 {
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: center!important;
}

.tel_txt02 {
    font-size: 15px;
    margin-left: 20px;
}
.sp_device .tel_txt02 {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: center!important;
}

/*ここstyleとかぶるゾーン----------------------------------------*/

/*会員登録はこちら----------------------------------------*/
.topkaiin{
    margin-top: 0px;
    margin-bottom: 80px;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn02,
a.btn02,
button.btn02 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

	
	/*その他と主な共通部分は省略*/
	a.btn02-c {
	  font-size: 1.8rem;
	  position: relative;
	  padding: 1.5rem 2rem 1.5rem 2rem;
	  border-radius: 100vh;
	}

	a.btn02-c i.fa {
	  margin-right: 1rem;
	}

	
	a.btn02--G {
	color: #fff;
	  background-color: #669B76;
	}

	a.btn02--G:hover {
	  color: #fff;
	  background: #629270;
	}

	a.btn02--G.btn02--cubic {
	  border-bottom: 5px solid #476A51;
	}

	a.btn02--G.btn02--cubic:hover {
	  margin-top: 3px;
	  border-bottom: 2px solid #476A51;
	}

	a.btn02-c {
	  font-size: 1.8rem;
	  position: relative;
	  padding: 2rem 5rem 2rem 3rem;
	  border-radius: 100vh;
	}

	a.btn02-c i.fa {
	  margin-right: 1rem;
	}

	a.btn02-c:before {
	  font-size: 1.6rem;
	  line-height: 1;
	  position: absolute;
	  top: calc(50% - .8rem);
	  right: 1rem;
	  margin: 0;
	  padding: 0;
	  content: ">";
	}

/*その他と主な共通部分は省略*/
	.btn-copy02 {
	  font-size: 1.5rem;
	  font-weight: bold;

	  position: relative;

	  margin-bottom: .2em;

	  text-align: center;
	}

	.btn-copy02:before {
	  margin-right: 1rem;

	  content: '＼';
	}

	.btn-copy02:after {
	  margin-left: 1rem;

	  content: '／';
	}

/*topkaiin ここまで*/

.Tv2lines01{
    line-height: 1em;
}

.Tv2lines02{
    line-height: 2em;
}


/*上付き*/
.komeup {
    vertical-align: super;
    font-size: 1.3rem;
}

/* TOPのプレミアムロゴ */
.prelogo {
    position: absolute;
    z-index: 3;
    top: 250px;
    display: block;
    width: 100%;
    text-align: center!important;
    right: 0px;
    margin-right: 20px;
}
.prelogo img{
    width: 350px;
    padding-top: 10px;
}

.Bg_blur{
    z-index: 2;
    background-color: #FFFFFF;

}
.Bg_blur:before{
    filter: blur(3px);
    height: 85px;
}

.sp_device .prelogo {
    margin-right: 0px;
    width: 100vh;
    margin-top: 12px;
}

.sp_device .prelogo img{
    z-index: 1;
    width: 190px;
    padding-top: 7px;
}

/*TOPのプレミアムロゴのぼかし*/
#blur-element{
    position: absolute;
    top: 141px;
    width: 400px;
    height: 90px;
    /*border: 1px solid rgba(255,255,255,0.1);*/
    border-radius: 0px;
    background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}

.sp_device #blur-element{
    position: absolute;
    top: 285px;
    width: 100%;
    height: 50px;
    /*border: 1px solid rgba(255,255,255,0.1);*/
    border-radius: 0px;
    background-color: rgba(255,255,255,1.00);
    backdrop-filter: blur(10px);
}

/*見出し01*/
.iconTL_wrap00 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.iconTL_wrap00 img{
    width: 55px;    
}

/*iconTL_wrap01 top80*/
.iconTL_wrap01 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.iconTL_wrap01 img{
    width: 60px;    
}

.sp_device .iconTL_wrap01 {
    margin-top: 40px;
}

.sp_device .iconTL_wrap01 img{
    width: 50px;
    margin-top: 45px!important;
}

.iconTL_wrap01_1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.iconTL_wrap01_1 img{
    width: 45px;    
}

/*iconTL_wrap02 top100*/
.iconTL_wrap02 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px!important;
}

.iconTL_wrap02 img{
    width: 60px;    
}

.sp_device .iconTL_wrap02 {
    margin-bottom: 25px;
    margin-top: 60px!important;
	padding-left: 20px;
	padding-right: 20px;
}

.sp_device .iconTL_wrap02 img{
    width: 43px;    
}

.iconTL_wrap02_1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px!important;
}

.iconTL_wrap02_1 img{
    width: 45px;    
}

.sp_device .iconTL_wrap02_1 {
    margin-bottom: 25px;
    margin-top: 60px!important;
}

.sp_device .iconTL_wrap02_1 img{
    width: 30px;    
}


/*iconTL_wrap03 top20*/
.iconTL_wrap03 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.iconTL_wrap03 img{
    width: 100px;
    padding-bottom: 0px;
}

.sp_device .iconTL_wrap03 {
    margin-top: 45px;
    margin-bottom: 15px;
}
.sp_device .iconTL_wrap03 img{
    width: 80px;    
}

.iconTL_wrap03_1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.iconTL_wrap03_1 img{
    width: 30px;
    padding-bottom: 10px;
}

.sp_device .iconTL_wrap03_1 {
    margin-bottom: 25px;
}
.sp_device .iconTL_wrap03_1 img{
    width: 35px;    
}

.iconTL_wrap03_2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.iconTL_wrap03_2 img{
    width: 75px;
    padding-bottom: 10px;
}

.sp_device .iconTL_wrap03_2 {
    margin-bottom: 25px;
}
.sp_device .iconTL_wrap03_2 img{
    width: 65px;    
}

/*iconTL_wrap04 top50*/
.iconTL_wrap04 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.iconTL_wrap04 img{
    width: 65px;    
}

.sp_device .iconTL_wrap04 {
    margin-bottom: 25px;
}
.sp_device .iconTL_wrap04 img{
    width: 60px;    
}

.iconTL_wrap04_1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.iconTL_wrap04_1 img{
    width: 30px;    
}

/* iconTL */
.iconTL {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: bold;
    font-size: 2.5rem;
}

.iconTL:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 4.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2D56A3;
  border-radius: 2px;
}

.sp_device .iconTL {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 5px;
    font-weight: bold;
    font-size: 2.2rem;
}

.iconTL02 {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    color: #FFDD00;
    text-align: left;
}

.sp_device .iconTL02 {
    font-size: 1.3rem;
}


.iconTL-W {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: bold;
    font-size: 2.5rem;
    color: #ffffff;
}

.iconTL-W:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 4.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2D56A3;
  border-radius: 2px;
}

.sp_device .iconTL-W {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 5px;
    font-weight: bold;
    font-size: 2.2rem;
}

.iconTL-W2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 0px;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
}

.sp_device .iconTL-W2 {
    font-size: 1.5rem;
}

.iconTL-W3 {
    position: relative;
    margin-top: 0px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #333333;
}

.sp_device .iconTL-W3 {
    margin-bottom: 1em;
    margin-top: 5px;
    font-size: 1.4rem;
}

.iconTL-W4 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: left;
}

.sp_device .iconTL-W4 {
    font-size: 1.8rem;
    text-align: center;
}

/**/


/*おすすめ旅行横並び*/
.BestContents{
    margin: 0 auto;
    max-width: 980px;
}
.conC{
    margin:0 auto;
}

.contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.item {
    width: calc(95% / 4 - 5px);
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.sp_device .contents{
    display: inline-block;
    text-align: center!important;
    width: 100%;
}
.sp_device .item {
    width: 300px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: center!important;
    margin-left: auto;
    margin-right: auto;
}

/*スケジュール　食事表記　スマホ版*/
.sp_device .mealul{
  text-align: center;
}
.sp_device .mealul li{
  display: inline-block;
  list-style: none;
}
.sp_device .mealul li:not(.list1){
  margin-left: 20px;
}

/*新しいサイト用　card-container01*/
.card-container01{
    height: auto;
    background-color: #FFFFFF;
    color: #000;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
    justify-content: center;
    align-items: center;
    float: none;
}

.card-container01 a{
	text-decoration: none;
	color: #aed265;
}
/*card-container01　ここまで*/

/*新しいサイト用　card-text01...*/
.card-text01{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 1.4rem;
    text-align: justify!important;
    font-weight: normal;
    clear: left!important;
    padding-left: 15px;
    padding-right: 15px;
}

.card-text02{
    text-align: right;
    font-size: 1.3rem;
    padding-right: 15px;
    padding-bottom: 10px;
}

/*おすすめ　重ね右上*/
.imgBox{
  position: relative;
}

/*おすすめ旅行のこと*/
/*◯泊◯日*/
.top-right01 {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #2D56A3;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 1.5rem;
}

/*宿泊のみ*/
.top-right02 {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #2DA391;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 1.5rem;
}

/*日帰り*/
.top-right03 {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #D15AAD;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 1.5rem;
}

/*その他*/
.top-right05 {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #A32D2D;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 1.5rem;
}

.bottom-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: rgba(17,17,17,0.30);
    color: #ffffff;
    width: 100%;
    padding-bottom: 2px;
    padding-top: 3px;
    font-size: 1.5rem;
    font-weight: bold!important;
}

/*かげ*/
.shadow01 {
  box-shadow: 2px 2px 4px;
}

/*　HMDAYs_how many days_何日間　*/
.HMDAYs {
    color: #fff;
    border-radius: 2px;
    background-color: #2D56A3;
    width: 70px;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HMDAYs_L {
    color: #fff;
    border-radius: 2px;
    background-color: #2D56A3;
    width: 70px;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.sp_device .HMDAYs_L {
    text-align: center!important;
}

/*　How many times_第●回　*/
.HMTimes0 {
    color: #0093E6;
    border-radius: 10px;
    background-color: #fff;
    width: 70px;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: normal;
    align-items: center;
}


.HMTimes {
    color: #fff;
    border-radius: 10px;
    background-color: #0093E6;
    width: 70px;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*　How many 特典あり　*/
.HMBenefits {
    color: #fff;
    border-radius: 3px;
    background-color: #FF0004;
    width: 150px;
    height: 30px;
    font-size: 1.4rem;
    padding: 2px 5px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: inline;
    justify-content: normal;
    align-items: center!important;
    font-weight: bold;
}
.sp_device .HMBenefits {
    text-align: center!important;
    display: inherit;
    height: 23px;
    padding: 0px 5px;
}

/*　How many 補足強調　*/
.HMBenefits1 {
    color: #FFDD00;
    border-radius: 3px;
    background-color: #42aed0;
    width: 150px;
    height: 30px;
    font-size: 1.6rem;
    padding: 2px 5px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: inline;
    justify-content: normal;
    align-items: center!important;
    font-weight: bold;
}
.sp_device .HMBenefits1 {
    text-align: center!important;
    display: inherit;
    height: 20px;
    padding: 0px 5px;
    width: 90%;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.ScheduleBlock{
    text-align: left;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
}
.ScheduleBlock h4{
    font-weight: bold;
    font-size: 1.6rem;
}

.ScheduleBlock02{
    text-align: left;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #111111;
}
.ScheduleBlock02 h4{
    font-weight: bold;
    font-size: 1.6rem;
}

/*メイン　ボタンブロック*/
.md_BtnBlock{
    margin-top: 35px;
    margin-bottom: 55px;
}

.md_BtnBlock-U0{
    margin-top: 35px;
    margin-bottom: 0px;
}

/*リンク先無効*/
a.disabled{
    pointer-events: none;
}

#detailTOP{
    margin-top: 60px;
}

/*マウスホバー 色が変化*/
.ToursBox_hover2 {
	display: inline-block;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.ToursBox_hover2:hover {
	background: #2D56A3;
	color: #fff;
    text-decoration: none;
}

/*リンク先遷移時の調整*/
section .anchor {
    padding-top: 120px!important;
    margin-top: -120px!important;
}
/*section::before {
    content:''!important;
    display: block!important;
    padding-top: 120px!important;
    margin-top: -120px!important;
}*/
/*a.anchor{
    display: block;
    padding-top: 70px!important;
    margin-top: -70px!important;
}*/

/*第●回の横並び*/
.HMTimesList {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.sp_device .HMTimesList {
    margin-top: 15px;
}

.HMTimesList-item {
    float: left;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
}

.HMTimesList-item a {
  text-decoration: none;
}

.HMTimesList-item:hover {
  background: #819AC8;
}

/*.HMTimesList-item img {
    width: 75px;
}*/

.sp_device .HMTimesList-item {
    padding-top: 0px;
    margin-top: 0px;
}


.sp_device .md_areaCenter{
    width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/*-------------------------------------------
詳細の２カラム部分
-------------------------------------------*/
.containerCol2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.columnR {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.columnL {
    width: 100%;
}

/*sp (.sp_device)
---------------------------*/
@media (min-width: 1000px) {
 .columnR,.columnL {
    width: calc(100% / 2);
  }
}

.sp_device .columnR {
    padding-left: 0px;
}
 
.sp_device .column--reserve {
    flex-direction: column-reverse;
  }

.sp_device .column--reserve2 {
    flex-direction: column;
  }

.sp_device .containerCol2 {
    margin-bottom: 20px;
}

/*期間または出発設定日*/
.DayPrts01{
    color: #ffffff;
    text-indent: -1em;
    padding-left: 1em;
}

.sp_device .DayPrts01{
    text-align: center!important;
    text-indent: 0;
    padding-left: 0;
}

.DayPrts02{
    color: #ffffff;
    text-indent: 0;
    padding-left: 0;
}

.sp_device .DayPrts01{
    text-align: center!important;
    text-indent: 0;
    padding-left: 0;
}

/*旅行代金*/
.TravelFee01{
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
}
.sp_device .TravelFee01{
    text-align: center!important;
    text-indent: 0;
    padding-left: 0;
}

/*下線*/
.Uline01{
    border-bottom: solid 1px red;
}

/*Loading*//* ローディング画面 */
/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #1757AB;
    /* 以下のコードを追加 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.spinner {
    width: 100px;
    height: 100px;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loadingtxt{
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
    margin-bottom: 200px;
    font-weight: bold;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
 
/* コンテンツ部分の装飾 */
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*おすすめポイントの左に画像、右にテキスト*/

.md_mediaBlk01{
    text-align: left;
    margin-top: 20px;
    display: flex;
    vertical-align: top;
}

.md_mediaBlk02{
    text-align: left;
    margin-top: 20px;
    display: flex;
    vertical-align: top;
    margin-right: 24px;
}

.inline-blockImg img {
    width: 230px!important;
    height: 180px!important;
    object-fit: cover!important;
}

.sp_device .inline-blockImg img {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
    margin-bottom: 6px;
}

.inline-blockImg2 img {
    width: 230px!important;
    height: 180px!important;
    object-fit: cover!important;
}

.sp_device .inline-blockImg2 img {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
}

.inline-blockTxt p {
    padding-left: 20px;
    width: 365px;
}

.sp_device .inline-blockTxt p{
    padding-left: 0px;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
}

.inline-blockTxt2 p {
    margin-left: -20px!important;
    padding-left: 0px;
    width: 365px;
    
}

.sp_device .inline-blockTxt2 p{
    padding-left: 0px;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
}

.inline-blockTxt3 {
    width: 365px;
    margin-left: 20px;
}

.sp_device .inline-blockTxt3{
    padding-left: 0px;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
}

.lineHeight01{
    line-height:17px;
}

.Circle01{
    list-style: '〇';
    padding-left: 5px;
}

.Decimal01{
    list-style: decimal;
    padding-left: 5px;
    color: #007cdc;
}

/* Decimal02 カウント　*/
ol{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

ol .Decimal02 {
    font-size: 1.3rem;
    line-height: 1.2;
    padding-left: 20px;
    position: relative;
}

ol .Decimal02:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  color: #ffffff;
  font-size: 65%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.md_secTitle01{
font-size: 1.7rem;
font-weight: bold;vertical-align: top;
}
.sp_device .outer01{
  position: relative;
}

.TrWideBOX{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.TrWide{
    background-color: #9DB0D4!important;
    text-align: center;
    width: 960px;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 50px;
    margin-top: 10px;
}

.sp_device .TrWide{
    width: 100%;
    padding-right: 20px!important;
    padding-left: 20px!important;
}

.sp_device .spCenter{
}

.sp_device .spCenter{
text-align:center;
}
.sp_device .spCenter>div{
display:inline-block;
}

/*ここからキャニオンルート*/
h2{
    color:#0066cc;
    font-size:2.5em;
    font-weight:bold;
    border-bottom:4px solid #0066cc;
    padding-bottom:5px;
    margin-bottom:20px;
	line-height:1.2;
}

.sp_device h2{
	font-size:1.8em;
	
}


/*ここまでキャニオンルート*/
