@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-weight: 300;
  color: #1e1e1e;
}
a {
  text-decoration: none;
}
 a.pdf::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon_pdf.png");
  vertical-align: middle;
	
}
a.pdf{
	color: #1A0DAB;
	text-decoration: underline;

}
@media screen and (min-width: 769px) { /* display mode */
  .-pcOnly {
    display: block;
  }
  .-spOnly {
    display: none !important;
  }
  /* body { font: 12px/1.5 "メイリオ", Meiryo, sans-serif; line-height: 1.5; } */
  h3, h4 {
    font-weight: normal;
  }
  .curtainWrap {
    background: url(../img/bg_content.jpg) repeat-y top center;
  }
  .pankuzu {
    background: #fff;
    padding: 0;
  }
  .pankuzu__inner {
    width: 980px;
    margin: 0 auto;
  }
  .pankuzu p {
    font-size: 12px;
    line-height: 40px;
  }
  .pankuzu a {
    color: #268bca;
    text-decoration: underline;
  }
  .pankuzu a:hover {
    text-decoration: none;
  }
  /* --------------------------------------------------
  pannavi
-------------------------------------------------- */
  #pannavi {
    background: #fff;
  }
  #pannavi ol {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    height: 45px;
    line-height: 45px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #pannavi ol li:after {
    margin-right: 16px;
    padding-left: 16px;
    content: ">";
  }
  #pannavi ol li:last-child:after {
    margin-right: 0;
    padding-left: 0;
    content: "";
  }
  #pannavi ol li a {
    color: #4a4647;
    text-decoration: none;
  }
  #pannavi ol li a:hover {
    color: #3399FF;
  }
  .kv__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 446px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }
  .kv__imgWrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .kv__ttl {
    position: absolute;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .kv__search {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -480px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 460px;
    background: #fff;
    border: 4px solid #00a1dd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .kv__searchHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding-left: 20px;
    background: url(../img/bg_heading_short.jpg) no-repeat left top;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  .kv__searchHeading .-ico_glass {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 30px;
    margin-right: 5px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  }
  .kv__searchBody {
    padding: 15px 20px;
  }
  .kv__searchList + dl {
    margin-top: 15px;
  }
  .kv__searchTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    padding-left: 12px;
    line-height: 20px;
    border-left: 5px solid #50abdf;
    font-size: 16px;
    font-weight: bold;
  }
  .kv__searchCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
  }
  .kv__searchCalendar {
    width: 300px;
    height: 50px;
    padding: 0 15px;
    background: #f3f3f3 url(../img/icon/ico_calendar.png) no-repeat right 15px center;
    border: none;
    border-radius: 4px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .kv__searchCalendar:hover {
    opacity: .8;
  }
  .kv__searchCheckbox {
    display: none;
  }
  .kv__searchCheckLabel {
    display: block;
    position: relative;
    margin-left: 10px;
    padding: 2px 30px 0 0;
    font-size: 14px;
    color: #1e1e1e;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
  }
  .kv__searchCheckLabel:after {
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: calc(50% - 12.5px);
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #cecece;
    border-radius: 3px;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
  .kv__searchCheckLabel:hover {
    opacity: .8;
  }
  .kv__searchCheckbox:checked + label::before {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: calc(50% - 9px);
    right: 8px;
    display: block;
    width: 5px;
    height: 11px;
    border-right: 4px solid #f25098;
    border-bottom: 4px solid #f25098;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .kv__searchSelect { /*reset*/ -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none; /*reset*/ width: 100%;
    height: 50px;
    padding: 0 14px;
    background: #f3f3f3 url(../img/icon/ico_arrow_pink.png) no-repeat right 14px center;
    font-size: 16px;
    border-radius: 4px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .kv__searchSelect:hover {
    opacity: .8;
  }
  .kv__searchRadio {
    display: none;
  }
  .kv__searchRadio + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
  }
  .kv__searchRadio + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(white));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
  }
  .kv__searchRadio:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background: #f25098;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px #858585;
    box-shadow: 1px 1px 3px #858585;
  }
  .kv__searchBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #f7c52d;
    margin-top: 25px;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .kv__searchBtn .-ico_glass {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 24px;
    margin-right: 5px;
  }
  /* datepicker */
  .ui-datepicker {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 6px 0px #1e1e1e;
    box-shadow: 0px 3px 6px 0px #1e1e1e;
  }
  .ui-datepicker a, .ui-datepicker span {
    padding: 10px 0 !important;
    text-align: center !important;
    color: #1e1e1e !important;
  }
  .ui-datepicker a:hover, .ui-datepicker span:hover {
    text-decoration: none;
  }
  .ui-datepicker .ui-widget-header {
    background: none;
    border: none;
  }
  .ui-datepicker .ui-datepicker-title {
    background: #1e1e1e;
    color: #fff !important;
    line-height: 2.5em;
    margin: 0 !important;
  }
  .ui-datepicker .ui-datepicker-title span {
    color: #fff !important;
  }
  .ui-datepicker .ui-corner-all {
    top: 0;
    padding: 0 !important;
  }
  .ui-datepicker .ui-corner-all:hover {
    background: none;
    border: none;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-prev {
    top: -2px !important;
    left: 0;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-prev .ui-icon {
    width: 18px;
    height: 18px;
    background: url(../img/icon/ico_calendar_prev.png) no-repeat center;
    padding: 0 !important;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-prev .ui-icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-next {
    top: -2px !important;
    right: 0;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-next .ui-icon {
    width: 18px;
    height: 18px;
    background: url(../img/icon/ico_calendar_next.png) no-repeat center;
    padding: 0 !important;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-next .ui-icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .ui-datepicker .ui-state-default {
    background: #fff;
    border: 1px solid #c4c4c4;
  }
  .ui-datepicker .holiday a {
    background: #fae4e4;
    color: #cd0e1d !important;
  }
  .ui-datepicker .holiday a:hover {
    text-decoration: none;
  }
  .ui-datepicker .saturday a {
    background: #d4eaff;
    color: #007bff !important;
  }
  #ui-datepicker-div {
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  .ui-datepicker-calendar td a.ui-state-active {
    background: #c0f6ef;
  }
  .ui-widget-content {
    border: none !important;
  }
  .explain__inner {
    width: 980px;
    margin: -45px auto 0;
    padding: 60px 0 0;
  }
  .explain__leadTxt {
    font-family: "M PLUS Rounded 1c";
    margin: 0 0 60px;
    padding: 0;
    background: #fff url(../img/bg_leadtxt.jpg) no-repeat center bottom;
    font-size: 32px;
    color: #3566d6;
    line-height: 2.2;
    text-align: center;
  }
  .explain__leadTxt::before {
    content: "";
    display: none;
  }
  .explain__box {
    position: relative;
  }
  .explain__box + .explain__box {
    margin-top: 75px;
  }
  .explain__box.-no1 {
    padding-right: 370px;
    height: 545px;
  }
  .explain__box.-no1 .explain__desc01 {
    padding: 30px 210px 0 20px;
  }
  .explain__box.-no2 {
    padding-left: 360px;
    height: 545px;
  }
  .explain__box.-no2 .explain__desc01 {
    padding: 30px 10px 0 220px;
  }

  .explain__box.-no3 {
    padding-right: 620px;
    height: 425px;
  }
.explain__box.-no4 {
    padding-left: 360px;
    height: 425px
  }

  .explain__box.-no4 .explain__desc02 {
		padding: 50px 10px 0 250px;
	 
  }
	.explain__box.-no6 {
    padding-right: 370px;
    height: 780px;
  }
  .explain__box.-no6 .explain__desc01 {
    padding: 30px 210px 0 20px;
  }
	
	
  .explain__ttl01 {
    font-family: "M PLUS Rounded 1c";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 20px;
    width: 100%;
    height: 60px;
    background: #feee6a;
    font-size: 24px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
  .explain__imgItem01 {
    position: absolute;
    -webkit-box-shadow: 0px 0px 3px #666666;
    box-shadow: 0px 0px 3px #666666;
  }
  .explain__imgItem01.-pos01 {
    right: 10px;
    top: 40px;
  }
  .explain__imgItem01.-pos02 {
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .explain__imgItem01.-pos03 {
    left: 10px;
    top: 40px;
  }
  .explain__imgItem01.-pos04 {
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .explain__imgItem01.-pos05 {
    right: 10px;
    top: 0;
  }
  .explain__imgItem01.-pos06 {
    left: 0;
    bottom: 0;
    z-index: 1;
  }
	.explain__imgItem01.-pos07 {
    left: 10px;
    top: 10px;
		z-index: 1;
  }
	.explain__imgItem01.-pos08 {
   left: 70px;
    top: 450px;
    z-index: 1;
  }
  .explain__desc01 {
    font-size: 16px;
	  line-height: 1.8;
	  padding: 0 16px;
  }
  .explain__desc01 + p {
    margin-top: 430px;
  }
	.explain__desc02 {
    font-size: 16px;
	  line-height: 1.8;
	  padding: 0 16px;
  }
  .explain__desc02 + p {
    margin-top: 430px;
  }
  .condition {
    margin-top: 180px;
  }
  .condition__inner01 {
    position: relative;
    padding: 40px 0;
    background: #3566d6;
  }
  .condition__leadTxt {
    font-family: "M PLUS Rounded 1c";
    width: 980px;
    margin: 0 auto;
    padding: 0;
    background: none;
    font-size: 25px;
    color: #fff;
  }
  .condition__leadTxt::before {
    content: "";
    display: none;
  }
  .condition__imgWrap01 {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -600px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .condition__imgWrap01::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 115px;
    width: 148px;
    height: 60px;
    background: url(../img/before_check01.png) no-repeat center bottom;
  }
  .condition__inner02 {
    width: 980px;
    margin: 140px auto 0;
  }
  .condition__imgList01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .condition__imgItem01 {
    width: 235px;
  }
  .condition__imgWrap02 {
    padding: 0;
  }
  .condition__imgCap {
    margin-top: 10px;
    padding: 0;
    line-height: 1.5;
  }
  .condition__box {
    margin: 50px 0 70px;
    padding: 10px;
    background: #92cee9;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .condition__boxInner {
    padding: 30px;
    background: #fff;
  }
  .condition__boxTtl {
    position: relative;
    padding: 5px 0;
    border: none;
    background: #fff;
    font-size: 36px;
    text-align: center;
    color: #3566d6;
  }
  .condition__boxTtl::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .condition__imgWrap03 {
    padding: 0;
    text-align: center;
  }
  .condition__boxImg {
    max-width: 100%;
  }
  .condition__boxDesc {
    margin-top: 20px;
    padding: 0;
    font-size: 16px;
  }
  .condition__linkWrap01 {
    width: 640px;
    margin: 50px auto 0;
  }
  .condition__link01 {
    font-family: "M PLUS Rounded 1c";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    background: #01c0e3;
    border-radius: 6px;
    font-size: 22px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .condition__link01::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .condition__link01:hover {
    color: #fff;
    opacity: .8;
  }
  .route {
    margin-top: 110px;
  }
  .route__inner {
    width: 980px;
    margin: 0 auto;
  }
  .route__ttl01 {
    font-family: "M PLUS Rounded 1c";
    position: relative;
    padding: 5px 0;
    border: none;
    background: #fff;
    font-size: 32px;
    text-align: center;
    color: #3566d6;
  }
  .route__ttl01::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .route__ttl01 span {
    font-size: 32px;
  }
  .route__box01 {
    margin: 20px 0 50px;
  }
  .route__ttl02 {
    padding: 10px 0;
    background: #2599fc;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .route__list01 {
    padding: 0 15px 15px;
    border: 1px solid #d6e9f1;
  }
  .route__item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #d6e9f1;
  }
	 .route__item01:last-child {
    
    border-bottom: none;
  }
  .route__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 330px;
  }
  .route__txt01 {
    line-height: 40px;
    font-size: 16px;
    padding: 0;
  }
  .route__link02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 160px;*/
	  width: 330px;
    height: 40px;
    background: #3566d6;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	  position: relative;
  }
	.btn02 .route__link02 {
		width: 160px;
	}
  .route__link02:hover {
    opacity: .8;
    color: #fff;
  }
  .route__ttl03 {
    padding: 10px 0;
    background: #f1ba24;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .route__list03 {
    padding: 0 15px 15px;
    border: 1px solid #f5e4b9;
  }
  .route__item03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f5e4b9;
  }
	.route__item03:last-child {
    
    border-bottom: none;
  }
  .route__list04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 330px;
  }
  .route__txt03 {
    line-height: 40px;
    font-size: 16px;
    padding: 0;
  }
  .route__link04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   /* width: 160px;	*/  
	   width: 330px;	
    height: 40px;
    background: #f19d24;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	   position: relative;
  }
	.btn02 .route__link04 {
		width: 160px;	
	}
  .route__link04:hover {
    opacity: .8;
    color: #fff;
  }
	.route__link02::after,
	.route__link04::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
	}
  .recommend {
    margin-top: 110px;
    padding-bottom: 60px;
  }
  .recommend__inner {
    width: 980px;
    margin: 0 auto;
  }
  .recommend__ttl01 {
    font-family: "M PLUS Rounded 1c";
    position: relative;
    padding: 5px 0;
    border: none;
    background: #fff;
    font-size: 32px;
    text-align: center;
    color: #3566d6;
  }
  .recommend__ttl01::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .recommend__list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .recommend__item01 {
    width: 225px;
  }
  .recommend__link01 {
    display: inline-block;
    font-size: 12px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .recommend__link01:hover {
    opacity: .8;
    color: #333;
  }
  .recommend__imgWrap {
    padding: 0;
  }
  .recommend__desc {
    position: relative;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    line-height: 1.3;
  }
  .recommend__desc::before {
    position: absolute;
    left: 10px;
    top: 8px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-top: -5px;
    border-left-color: #3566d6;
  }
	.sub__inner {
    width: 980px;
    /*margin: -45px auto 0;*/
	margin: 0 auto;
    padding: 60px 0 0;
	
  }
  .subTxt {
  /*  font-family: "M PLUS Rounded 1c";
    margin: 0 0 60px;*/
    padding: 0;
    
    font-size: 16px;
    color:#F20004;
    line-height: 2.2;
    text-align: left;
  }
  .explain__leadTxt::before {
    content: "";
    display: none;
  }
	
}
@media screen and (max-width: 768px) {
  .-pcOnly {
    display: none !important;
  }
  .-spOnly {
    display: block;
  }
  #container {
    padding-top: 13.33333vw;
  }
  h3, h4 {
    font-weight: normal;
  }
  .curtainWrap {
    background: #fff;
  }
  .pankuzu {
    width: 100%;
    border-top: 1px solid #eee;
    overflow-x: scroll;
    background: #fff;
    -webkit-overflow-scrolling: touch; /* &::-webkit-scrollbar { display: none; -webkit-appearance: none; } */
  }
  .pankuzu p {
    width: 100%;
    height: 7vw;
    padding: 0 2vw;
    line-height: 7vw;
    font-size: 3.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
  }
  /* --------------------------------------------------
  breadcrumb
-------------------------------------------------- */
  #pannavi {
    background: #f5f5f5;
  }
  #pannavi ol {
    margin: 0 auto;
    padding: 0;
    height: 7vw;
    line-height: 7vw;
    list-style: none;
    overflow-x: scroll;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #pannavi ol li:after {
    margin-right: 3vw;
    padding-left: 3vw;
    content: ">";
  }
  #pannavi ol li:last-child:after {
    margin-right: 0;
    padding-left: 0;
    content: "";
  }
  #pannavi ol li a {
    color: #3399FF;
    text-decoration: none;
  }
  #pannavi ol li, #pannavi ol li a, #pannavi ol li a span {
    font-size: 3.5vw;
  }
  .kv__inner {
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .kv__imgWrapper {
    display: block;
  }
  .kv__img {
    width: 100%;
  }
  .kv__ttl {
    position: absolute;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .kv__search {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -480px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 460px;
    background: #fff;
    border: 4px solid #00a1dd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .kv__searchHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding-left: 20px;
    background: url(../img/bg_heading_short.jpg) no-repeat left top;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  .kv__searchHeading .-ico_glass {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 30px;
    margin-right: 5px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  }
  .kv__searchBody {
    padding: 15px 20px;
  }
  .kv__searchList + dl {
    margin-top: 15px;
  }
  .kv__searchTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    padding-left: 12px;
    line-height: 20px;
    border-left: 5px solid #50abdf;
    font-size: 16px;
    font-weight: bold;
  }
  .kv__searchCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
  }
  .kv__searchCalendar {
    width: 300px;
    height: 50px;
    padding: 0 15px;
    background: #f3f3f3 url(../img/icon/ico_calendar.png) no-repeat right 15px center;
    border: none;
    border-radius: 4px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .kv__searchCalendar:hover {
    opacity: .8;
  }
  .kv__searchCheckbox {
    display: none;
  }
  .kv__searchCheckLabel {
    display: block;
    position: relative;
    margin-left: 10px;
    padding: 2px 30px 0 0;
    font-size: 14px;
    color: #1e1e1e;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
  }
  .kv__searchCheckLabel:after {
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: calc(50% - 12.5px);
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #cecece;
    border-radius: 3px;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
  .kv__searchCheckLabel:hover {
    opacity: .8;
  }
  .kv__searchCheckbox:checked + label::before {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: calc(50% - 9px);
    right: 8px;
    display: block;
    width: 5px;
    height: 11px;
    border-right: 4px solid #f25098;
    border-bottom: 4px solid #f25098;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .kv__searchSelect { /*reset*/ -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none; /*reset*/ width: 100%;
    height: 50px;
    padding: 0 14px;
    background: #f3f3f3 url(../img/icon/ico_arrow_pink.png) no-repeat right 14px center;
    font-size: 16px;
    border-radius: 4px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .kv__searchSelect:hover {
    opacity: .8;
  }
  .kv__searchRadio {
    display: none;
  }
  .kv__searchRadio + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
  }
  .kv__searchRadio + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(white));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
  }
  .kv__searchRadio:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background: #f25098;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px #858585;
    box-shadow: 1px 1px 3px #858585;
  }
  .kv__searchBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #f7c52d;
    margin-top: 25px;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .kv__searchBtn .-ico_glass {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 24px;
    margin-right: 5px;
  }
  /* datepicker */
  .ui-datepicker {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 6px 0px #1e1e1e;
    box-shadow: 0px 3px 6px 0px #1e1e1e;
  }
  .ui-datepicker a, .ui-datepicker span {
    padding: 10px 0 !important;
    text-align: center !important;
    color: #1e1e1e !important;
  }
  .ui-datepicker a:hover, .ui-datepicker span:hover {
    text-decoration: none;
  }
  .ui-datepicker .ui-widget-header {
    background: none;
    border: none;
  }
  .ui-datepicker .ui-datepicker-title {
    background: #1e1e1e;
    color: #fff !important;
    line-height: 2.5em;
    margin: 0 !important;
  }
  .ui-datepicker .ui-datepicker-title span {
    color: #fff !important;
  }
  .ui-datepicker .ui-corner-all {
    top: 0;
    padding: 0 !important;
  }
  .ui-datepicker .ui-corner-all:hover {
    background: none;
    border: none;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-prev {
    top: -2px !important;
    left: 0;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-prev .ui-icon {
    width: 18px;
    height: 18px;
    background: url(../img/icon/ico_calendar_prev.png) no-repeat center;
    padding: 0 !important;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-prev .ui-icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-next {
    top: -2px !important;
    right: 0;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-next .ui-icon {
    width: 18px;
    height: 18px;
    background: url(../img/icon/ico_calendar_next.png) no-repeat center;
    padding: 0 !important;
  }
  .ui-datepicker .ui-corner-all.ui-datepicker-next .ui-icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .ui-datepicker .ui-state-default {
    background: #fff;
    border: 1px solid #c4c4c4;
  }
  .ui-datepicker .holiday a {
    background: #fae4e4;
    color: #cd0e1d !important;
  }
  .ui-datepicker .holiday a:hover {
    text-decoration: none;
  }
  .ui-datepicker .saturday a {
    background: #d4eaff;
    color: #007bff !important;
  }
  #ui-datepicker-div {
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  .ui-datepicker-calendar td a.ui-state-active {
    background: #c0f6ef;
  }
  .ui-widget-content {
    border: none !important;
  }
  .explain__inner {
    margin: -10vw auto 0;
    padding: 12vw 1vw 0;
  }
  .explain__leadTxt {
    font-family: "M PLUS Rounded 1c";
    margin: 0 0 60px;
    padding: 0;
    background: #fff url(../img/sp/bg_leadtxt.png) no-repeat center bottom/contain;
    font-size: 4.93333vw;
    color: #3566d6;
    line-height: 2.2;
    text-align: center;
  }
  .explain__leadTxt::before {
    content: "";
    display: none;
  }
  .explain__box + .explain__box {
    margin-top: 4vw;
  }
  .explain__ttl01 {
    font-family: "M PLUS Rounded 1c";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.66667vw;
    width: 100%;
    height: 13.33333vw;
    background: #feee6a;
    font-size: 4.8vw;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .explain__desc01 {
    /*padding: 0;*/
	  padding: 0 16px;
    /*font-size: 3.33333vw;*/
	  font-size: 4vw;
	  line-height: 1.8;
  }
	.explain__desc02 {
    /*padding: 0;*/
	  padding: 0 16px;
    /*font-size: 3.33333vw;*/
	  font-size: 4vw;
	  line-height: 1.8;
  }
  .explain__imgItem01 {
    margin: 4vw 5.33333vw;
    -webkit-box-shadow: 0px 0px 3px #666666;
    box-shadow: 0px 0px 3px #666666;
  }
  .explain__imgItem01 + li {
    margin-top: 20px;
  }
  .explain__imgItem01 img {
    width: 100%;
  }
  .condition {
    margin-top: 6.66667vw;
  }
  .condition__inner01 {
    position: relative;
    padding: 1.33333vw;
    background: #3566d6;
  }
  .condition__leadTxt {
    font-family: "M PLUS Rounded 1c";
    margin-top: 2.66667vw;
    padding: 0 1vw;
    background: none;
    font-size: 3.46667vw;
    color: #fff;
  }
  .condition__leadTxt::before {
    content: "";
    display: none;
  }
  .condition__imgWrap01 {
    display: block;
    position: relative;
    padding: 0;
  }
  .condition__imgWrap01::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -6.66667vw;
    width: 26vw;
    height: 10.66667vw;
    background: url(../img/before_check01.png) no-repeat center bottom/100% auto;
  }
  .condition__imgWrap01 img {
    width: 100%;
  }
  .condition__imgWrap02 {
    display: block;
    margin-top: 2vw;
    padding: 0 2vw;
    text-align: center;
  }
  .condition__imgWrap02 img {
    max-width: 100%;
  }
  .condition__imgCap {
    margin-top: 10px;
    padding: 0;
    line-height: 1.5;
  }
  .condition__box {
    margin: 16vw 0 8vw;
    padding: 1.33333vw;
    background: #92cee9;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .condition__boxInner {
    padding: 4.66667vw 2vw;
    background: #fff;
  }
  .condition__boxTtl {
    position: relative;
    padding: 1vw 0;
    border: none;
    background: #fff;
    font-size: 5.6vw;
    text-align: center;
    color: #3566d6;
  }
  .condition__boxTtl::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .condition__imgWrap03 {
    display: block;
    margin: 4.66667vw 2vw 0;
    padding: 0;
    text-align: center;
  }
  .condition__boxImg {
    max-width: 100%;
  }
  .condition__boxDesc {
    margin-top: 4vw;
    padding: 0;
    font-size: 3.33333vw;
  }
  .condition__linkWrap01 {
    margin: 50px auto 0;
    padding: 0 2vw;
  }
  .condition__link01 {
    font-family: "M PLUS Rounded 1c";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 16vw;
    background: #01c0e3;
    border-radius: 6px;
    font-size: 4.26667vw;
    color: #fff !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
  }
  .condition__link01::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .condition__link01:hover {
    color: #fff;
    opacity: .8;
  }
  .route {
    margin-top: 18.66667vw;
    padding: 0 1vw;
  }
  .route__ttl01 {
    font-family: "M PLUS Rounded 1c";
    position: relative;
    padding: 5px 0;
    border: none;
    background: #fff;
    font-size: 4.26667vw;
    text-align: center;
    color: #3566d6;
  }
  .route__ttl01::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .route__ttl01 span {
    font-size: 5.6vw;
  }
  .route__box01 {
    margin: 20px 0 50px;
  }
  .route__ttl02 {
    padding: 2vw 0;
    background: #2599fc;
    border: none;
    font-size: 4.26667vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .route__list01 {
    padding: 0 15px 15px;
    border: 1px solid #d6e9f1;
  }
  .route__item01 {
    padding: 15px 0;
    border-bottom: 1px solid #d6e9f1;
  }
	.route__item01:last-child {
    
    border-bottom:none;
  }
  .route__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 86.66667vw;
    margin: 2.66667vw auto 0;
  }
  .route__txt01 {
   /* font-size: 3.2vw;*/
	 font-size: 4.5vw; 
    padding: 0;
  }
  .route__link02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 42.66667vw;*/
	   width: 85.33vw;
    height: 10.66667vw;
    background: #3566d6;
    font-size: 4.26667vw;
    color: #fff !important;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	  position: relative;
  }
	.btn02 .route__link02 {
		width: 42.66667vw;
	}
	
  .route__link02:hover {
    opacity: .8;
    color: #fff;
  }
  .route__ttl03 {
    padding: 2vw 0;
    background: #f1ba24;
    border: none;
    font-size: 4.26667vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .route__list03 {
    padding: 0 15px 15px;
    border: 1px solid #fcf2d8;
  }
  .route__item03 {
    padding: 15px 0;
    border-bottom: 1px solid #fcf2d8;
  }
	.route__item03:last-child {
     border-bottom:none;
  }
  .route__list04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 86.66667vw;
    margin: 2.66667vw auto 0;
  }
  .route__txt03 {
   /* font-size: 3.2vw;*/
	  font-size: 4.5vw;
    padding: 0;
  }
  .route__link04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	  /* width: 42.66667vw;*/
    width: 85.33vw;
    height: 10.66667vw;
    background: #f19d24;
    font-size: 4.26667vw;
    color: #fff !important;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	  	position: relative;
  }
	.btn02 .route__link04 {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	   width: 42.66667vw;
    height: 10.66667vw;
    background: #f19d24;
    font-size: 4.26667vw;
    color: #fff !important;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
		position: relative;
	}
  .route__link04:hover {
    opacity: .8;
    color: #fff;
  }
	.route__link02::after,
.route__link04::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
	}
  .recommend {
    margin-top: 18.66667vw;
    padding-bottom: 8vw;
  }
  .recommend__inner {
    padding: 0 1vw;
  }
  .recommend__ttl01 {
    font-family: "M PLUS Rounded 1c";
    position: relative;
    padding: 1vw 0;
    border: none;
    background: #fff;
    font-size: 4.26667vw;
    text-align: center;
    color: #3566d6;
  }
  .recommend__ttl01::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #92cee9), color-stop(100%, #7397e9));
    background: -webkit-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -o-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: -ms-linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    background: linear-gradient(45deg, #92cee9 0%, #7397e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cee9', endColorstr='#7397e9', GradientType=1);
  }
  .recommend__list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .recommend__item01 {
    width: 49%;
    margin-bottom: 2vw;
  }
  .recommend__link01 {
    display: inline-block;
    font-size: 12px;
    color: #333 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .recommend__link01:hover {
    opacity: .8;
    color: #333;
  }
  .recommend__imgWrap {
    padding: 0;
  }
  .recommend__imgWrap img {
    max-width: 100%;
  }
  .recommend__desc {
    position: relative;
    margin-top: 1vw;
    padding: 0;
    padding-left: 4vw;
    line-height: 1.3;
    font-size: 2.93333vw;
  }
  .recommend__desc::before {
    position: absolute;
    left: 2vw;
    top: 2vw;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 0.8vw;
    border-bottom-width: 0.8vw;
    border-left-width: 1vw;
    border-right-width: 1vw;
    margin-top: -1vw;
    border-left-color: #3566d6;
  }
	.sub__inner {
    /*margin: -10vw auto 0;*/
    padding: 10vw 1vw  ;
  }
  .subTxt {
    /*margin: 0 0 40px  ;*/
    padding: 0 12px;
    font-size: 3vw;
	  line-height: 1.8;
    color: #F20004;
    
    text-align: left;
  }
  .subTxt::before {
    content: "";
    display: none;
  }
	
	
}
/*# sourceMappingURL=style.css.map */