.pc_only {
  display: block
}

img{
  max-width: 100%;
}

@media (max-width: 767px) {
  .pc_only {
    display: none
  }
}

.sp_only {
  display: none
}

@media (max-width: 767px) {
  .sp_only {
    display: block
  }
}

/* h1{
  position: absolute; 
  top: 200px;
  z-index: -100;
} */

h4 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important
}

.rakutoku {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important
}

.rakutoku section {
  border-bottom: none
}
.rakutoku .main h1{
  opacity: 0;
  margin: inherit;
}
.rakutoku .main{
  background: url(../img/mv-pc-v2.jpg) no-repeat center center;
  background-size: contain;
  height: 500px;
  background-color: #a7e1e5;
}


@media (max-width: 767px) {
  .rakutoku .main{
    background: url(../img/mv-sp-v2.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 460px;
  }
  .rakutoku .main:before{
    /* display: block;
    content: "";
    padding-top: 70%; */
  }
}

.rakutoku .anchor {
  background: #fff
}

.rakutoku .anchor_list {
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1123px;
  margin: 0 auto;
  padding: 40px 0
}

.rakutoku .anchor_list li {
  width: 28075%
}

.rakutoku .anchor_list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 18px;
  line-height: 1
}

.rakutoku .anchor_list li+li {
  border-left: 1px solid #dedede
}

@media (max-width: 767px) {
  .rakutoku .anchor_list {
    padding: 30px 0
  }
  .rakutoku .anchor_list li {
    width: 2500%
  }
  .rakutoku .anchor_list li a {
    font-size: 14px;
    line-height: 1.4285714286
  }
}

/* ここから */

/* アンカー */
.rakutoku .anchor_list li a {
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  color: green ;
  border-bottom: solid 1px #e5e5e5;
  margin: 0 17px;
  padding-bottom: 16px;
  transition: 0.5s;
}

.rakutoku .anchor_list li a:hover {
  transition: 0.5s;
  opacity:0.5;
}

.merit_wrap {
    max-width: 1200px;
    margin: 10px auto 10px;
    font-size: 20px;
}

.merit_wrap p{
  text-align: center;
}



/* メリット */
.merit{
  max-width: 1200px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
	.merit{
	  max-width: 380px;
	  margin: 0 auto 30px;
	}
}

.point_notice{
  text-align: center;
  font-size: 80%;
  color: gray;
  padding-top: 70px;
}



/* メリットスマホ */
@media only screen and (max-width: 767px){
   .merit{
    width: 100%;
    line-height: 1.7;
    padding: 0 15px 0 15px!important;
   }
    .merit p {
      font-size: 14px; 
      text-align: left;
   }
}

/* ぽいんと */
.icon{
  margin-bottom: 50px;
}

.point_title{
  font-size: 23px;
  font-weight: 600;
  color: gray;
  padding-bottom: 16px;
}

.rakutoku .point {
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* .rakutoku .point{
  background: url(../img/shinkansen01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
} */

.rakutoku .point_inner {
  max-width: 1200px;
  margin: 0 auto
}

.rakutoku .point .body {
  background: #fff;
  padding: 20px 0 50px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative
}



/* 出発地 */

.head h2{
  text-align: center;
  font-size: 36px;
  color: #323232;
  font-weight: 900;
  position: relative;
}
.origin h2::before{
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  background-image: url(../img/dstnation-i-01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.search h2::before{
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background-image: url(../img/icon-search.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.faq h2::before{
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background-image: url(../img/icon-qa.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.notice h2::before{
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background-image: url(../img/icon-ex.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.point h2::before{
  /* content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background-image: url(../img/kkrn_icon_point_2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat; */
}

@media (max-width: 767px) {
  .notice h2::before{
    width: 45px;
    height: 45px;
  }
  .faq h2::before {
    width: 45px;
    height: 45px;
  }
  .search h2::before {
    width: 45px;
    height: 45px;
  }
   .origin h2::before {
    width: 45px;
    height: 45px;
  }
  .point h2::after {
    width: 55px;
    height: 55px;
  }


}

.head{
  position: relative;
}

/* .icon:before {
  content: "";
  background: url(../img/kkrn_icon_point_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 55px;
  width: 55px;
  transition: transform .6s ease;
  position: absolute;
  left: 566px;
  top: -67px;
}  */

/* .icon:after {
  content: "";
  background: url(../img/kkrn_icon_point_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 70px;
  width: 70px;
  transition: transform .6s ease;
  position: absolute;
  left: 81%;
  top: -95%;
}  */

@media (max-width: 767px) {
  .icon:after {
    left: 85%;
    top: -59%;
  }
}


@media (max-width: 767px) {
  .head h2{
    font-size: 24px;
  }
  .origin{
    width: 90%;
    margin: 0 auto;
  }
}

#origin{
margin-bottom: 40px;

}
.origin_tab{
    max-width: 1100px;
    margin: 0 auto;
}

.origin_tab ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0!important;
    justify-content: space-between;
}
.origin_anchor_list li {
  background: linear-gradient(180deg,#24bf30 0,green 85%,#fff 50%,#fff 100%);
  display: flex;
  flex: 1;
  border: solid 1px #a38f8f;
  margin: 0 2px;
  transition: 0.5s;
  position: relative;
}

.origin_anchor_list li {
  font-weight: bold;
}

/*.origin_button:before {
  content: "";
  background: url(../img/yajirushi_migi_green.png);
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
}*/


.origin_anchor_list li:hover{
  opacity:0.5;
  transition: 0.5s;
}

.origin_button{
  text-decoration: none;
  display: flex;
  flex: 1;
  padding: 16px 20px;
  justify-content: center;
  pointer-events:none;
  color: white;
  align-items: center;
}

.origin_anchor_list a:hover{
  color: #24bf30;
}


.origin_anchor_list .active{
  background: linear-gradient(180deg,white 0,white 85%,green 50%,green 100%);
}

.origin_anchor_list a{
  font-size: 18px;
}

.origin_anchor_list .active a{
  color: green;
  font-weight: bold;
  font-size: 18px;
}
/* .origin_tab a{
  text-decoration: none;
  display: flex;
  flex: 1;
  padding: 10px 20px;
  justify-content: center;
  pointer-events:none;
  color: white;
} */

/* .origin_tab a:before{ */
  /* content: "";
  background: url(../img/shinkansen_re.png);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-size: contain;
  vertical-align: -1px;
  background-repeat: no-repeat; */
/* } */

.origin_wrapper h3{
  width: 30%;
  text-align: center;
  font-size: 23px;
  border-bottom: solid 5px green;
  padding-bottom: 10px;
  margin: 0 auto;
}

.origin_wrapper p{
  text-align: center;
}

.origin_wrapper_area{
  background-color: white;
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 35px 0 30px;
}
.origin_wrapper_area ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 70px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px gray;

}
.origin_wrapper_area li{
  width: calc(100% / 4 - 5px); 
  position: relative;
}

.origin_wrapper_area li a{
  text-decoration: none;
  color: #454545;
  margin: 15px 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  border: solid 1px rgb(70, 70, 70);
  background-color: #ffeaea;
  overflow: hidden;
}


.tour_box .destination{
  color: #4a4a4a;
  font-size: 17px;
  padding: 5px 0;
  position: relative;
  font-weight: 900;
  border-bottom: solid 1px orange;
}
.tour_box .destination::before{
  content: "";
  background: url(../img/dst-i-01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 15px;
}

.tour_box .tour_txtbox{
  padding: 0 10px;
  height: 160px;
}
.tour_box .tour_txtbox p{
  text-align: left;
  margin: 10px 5px;
  display: flex;
  align-items: self-end;
}
.tour_box .t-price{
  color: #e73c3c;
  font-size: 16px;
  font-weight: 900;
  margin: 0 !important;
  background: #fff;
}
.tour_box .t-price span{
  font-size: 13px;
  color: #454545;
}
.tour_box .t-notice{ 
  text-align: right;
  font-size: 13px;
  justify-content: right;
}


.daytrip{
  padding-top: 5px!important;
}
.daytrip a{
  background-color: #f8fff8 !important;
}

.origin_wrapper_area a:before {
  /* content: "";
  background: url(../img/yajirushi_hidari.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 46px;
  width: 46px;
  transition: transform .6s ease;
  position: absolute;
  left: 22px;
  top: 18px; */
}

.origin h4{
  font-size: 21px;
  text-align: center;
  font-weight: 900;
  color: #343434;
  position: relative;
  display: inline-block;
}

.origin h4:before,
.origin h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 65px;
  height: 3px;
  background-color: #343434;
}
.origin h4:before {
    left: -75px;
}
.origin h4:after {
    right: -75px;
}
.origin_wrapper_area a:hover {
  opacity:0.5;
  transition: 0.5s;
  /* transform: scale(1.1);拡大 */
}

/* テーブル */
.flex{
  display: flex;
}
.area-wrap{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.tableWrap{
  width: calc(100% / 3 - 2px);
  margin: 20px 1px;
}
table {
border-collapse: collapse;
margin: 0 auto;
padding: 0;
width: 100%;
table-layout: fixed;
}

table tr {
background-color: #fff;
padding: .35em;
border: 2px solid #eee;
}
/* table tr:last-child{
border: none;
} */
table td:nth-child(2) {
background-color: rgb(255, 244, 244);
}
table th{
padding: 10px;
border-right: 2px solid #fff;
}
table td {
padding: 10px;
border-right: 2px solid #eee;
text-align: center;
}
table th {
  font-size: 16px;
  font-weight: 500;
}
table thead tr{
background-color: green;
color:#fff;
}
table tbody th {
  border-right: 2px solid #eee;
}
th.non {
  border-right: none;
}
.txt{
 text-align: left;
 font-size: 16px;
}
.price{
  font-size: 16px;
}
.price span {
  font-size: .6em;
}
.red_bk{
background:#dd0000
}
.red-txt{
color:#e81010
}

table .btnarea td {
padding: .2em .5em;
border-right:none
}
@media screen and (max-width: 600px) {
  .tableWrap {
    width: 98%;
    margin: 5px 0;
  }
  .flex{
    display: block;
  }
  .area-wrap{
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
}

/* 出発地スマホ */
@media only screen and (max-width: 767px){
  .origin_anchor_list li {
    margin: 1px;
  }
  .origin_button:before {
    width: 32x;
    height: 32px;
  }
  .origin_wrapper_area li{
    width: 100%;
    margin: 15px 0;
  }
  .origin_wrapper_area li a{
    margin: 4px 0px;
    font-size: 12px!important;
  }
  .origin_wrapper_area ul {
    padding-top: 25px;
  }
  .origin_tab ul {
     display: block;
  }
  .origin_tab ul li{
    margin-bottom: 5px;
 }
  .origin_button{
      padding: 9px 20px;
  }
  .origin_wrapper_area {
    margin: 0 auto;
  }
  .origin_wrapper_area a:before {
    background-size: 70%;
    left: 4px;
    top: 13px;
    height: 35px;
    width: 35px;
  }
  .origin_wrapper h3{
    margin-bottom: 20px;
    width: 100%;
  }
  .origin h4{
    font-size: 18px;
  }
  .origin h4:before,
  .origin h4:after {
  width: 40px;
  }
  .origin h4:before {
      left: -50px;
  }
  .origin h4:after {
      right: -50px;
  }
  .daytrip {
    padding-top: 25px!important;
  }

}

/* タブ切の記述 */

/*10px下方からふわっと下に降りてくる*/
@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}	
	
.origin_wrapper_area{
	display: none;
}
.origin_wrapper_area.show{
	display: block;
	animation: fuwaMenu 1s linear 0s;
	}


/* 出発地スマホ */
@media only screen and (max-width: 767px){
  .origin_tab{
    width: 100%;
  }
  .origin_wrapper_area{
    width: 100%;
  }

}


/* 検索BOX */
.fw-train-list-time-select-txt{
  color: #fff;
}

@media only screen and (max-width: 767px){
    .fw-top .fw-search-top--train .fw-train-list-time-search{
      flex-wrap: wrap;
    }

    .fw-top .fw-search-top--train .fw-train-list-time-toggle{
      width: 100%;
    }
}




/* 注意 */
.notice{
  max-width: 1200px;
  margin: 50px auto 100px;
}

#notice{
  padding-bottom: 30px;
}

.notice_ttl{
  font-size:17px;
  font-weight: bold;
}

.notice_wrap {
  border: solid 1px gray;
  border-radius: 5px;
  padding: 20px;
}

/* 注意スマホ */
@media only screen and (max-width: 767px){
  .notice{
    width: 100%;
  }
  .notice_wrap{
    width: 90%;
    margin: 0 auto;
  }
  .notice_ttl{
  font-size:16px;
  font-weight: bold;
  }
  .notice p{
  font-size: 15px;
  letter-spacing: 2px;
  }
}



/* .rakutoku .point .body .head {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 50%;
  top: -100px;
  margin-left: -160px;
  padding-top: 60px;
  z-index: 1
} */


/* ここまで */



.rakutoku .point_inner {
  max-width: 1200px;
  margin: 0 auto
}

.rakutoku .point .body {
  background: #fff;
  padding: 80px 0 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative
}

.rakutoku .point .body .head {
    color: gray;
    text-align: center;
  /* background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 50%;
  top: -100px;
  margin-left: -160px;
  padding-top: 60px;
  z-index: 1 */
}

.rakutoku .point .body .head img {
  width: 220px;
  height: auto
}

.rakutoku .point .body .list {
  position: relative;
  z-index: 10;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 42px
}

.rakutoku .point .body .list li {
  width: 3333.3333333333%;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box
}

.rakutoku .point .body .list li .img {
  margin-bottom: 16px
}

.img img{
  width: 30%;
}

.rakutoku .point .body .list li .content p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center
}

.rakutoku .point .body .list li+li {
  border-left: 1px solid #dedede
}

.rakutoku .point .sub {
  background: none;
  margin-top: 120px;
  border-bottom: none
}

.rakutoku .point .sub_head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .point .sub_title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .point .sub_body {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

.rakutoku .point .sub_col_2 {
  width: 48%;
  background: #fff;
  padding: 60px 40px 42px;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden
}

.rakutoku .point .sub_col_2:nth-child(even) {
  margin-left: auto
}

.rakutoku .point .sub_col_2 .badge {
  width: 128px;
  height: 128px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  border-radius: 0;
  padding: 22px 0 0 22px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  z-index: 1
}

.rakutoku .point .sub_col_2 .badge span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  line-height: 1.6666666667
}

.rakutoku .point .sub_col_2 .head {
  text-align: center;
  position: relative;
  z-index: 10
}

.rakutoku .point .sub_col_2 .head h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 32px
}

.rakutoku .point .sub_col_2 .head p {
  text-align: center;
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .point .sub_col_2 .body {
  display: none;
  padding: 32px 0 0
}

.rakutoku .point .sub_col_2 .body>p {
  color: #363636;
  font-size: 14px;
  line-height: 1.7142857143
}

.rakutoku .point .sub_col_2 .body>p+p {
  margin-top: 20px
}

.rakutoku .point .sub_col_2 .foot {
  margin-top: 34px
}

.rakutoku .point .sub_col_2 .foot a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #9b9b9b;
  position: relative
}

.rakutoku .point .sub_col_2 .foot a.close {
  display: none
}

.rakutoku .point .sub_col_2 .foot a span {
  position: relative;
  margin-left: 5px;
  top: -1px
}

.rakutoku .point .sub_col_2 .foot a span svg {
  vertical-align: middle
}

.rakutoku .point .sub_col_2 .foot a:hover {
  opacity: 1
}

.rakutoku .point .sub_col_2.is_red .badge {
  background: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .badge:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 128px 128px;
  border-color: transparent transparent #fff transparent;
  content: ""
}

.rakutoku .point .sub_col_2.is_red .head h4 {
  color: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .head p span {
  color: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .body a {
  display: block;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
  text-decoration: underline;
  color: #ef3b3b !important
}

.rakutoku .point .sub_col_2.is_red .foot a.open:hover {
  color: #ef3b3b;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_red .foot a.open:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .foot a.close:hover {
  color: #ef3b3b;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_red .foot a.close:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .point .sub_col_2.is_blue .badge {
  background: #0941b4
}

.rakutoku .point .sub_col_2.is_blue .badge:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 128px 128px;
  border-color: transparent transparent #fff transparent;
  content: ""
}

.rakutoku .point .sub_col_2.is_blue .head h4 {
  color: #0941b4
}

.rakutoku .point .sub_col_2.is_blue .body a {
  display: block;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
  text-decoration: underline;
  color: #0941b4 !important
}

.rakutoku .point .sub_col_2.is_blue .foot a.open:hover {
  color: #0941b4;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_blue .foot a.open:hover svg path:nth-of-type(2) {
  fill: #0941b4
}

.rakutoku .point .sub_col_2.is_blue .foot a.close:hover {
  color: #0941b4;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_blue .foot a.close:hover svg path:nth-of-type(2) {
  fill: #0941b4
}

.rakutoku .point .sub_col_2.is_bordered {
  border: 4px solid #dedede
}

.rakutoku .point .sub_col_2.is_bordered h4 {
  margin-bottom: 16px
}

.rakutoku .point .sub_col_2.is_bordered .body {
  display: block;
  padding: 0
}

.rakutoku .point .sub_col_2.is_bordered .body ul {
  list-style-type: none;
  margin-bottom: 16px
}

.rakutoku .point .sub_col_2.is_bordered .body ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #363636
}

.rakutoku .point .sub_col_2.is_bordered .body a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 2;
  color: #0941b4;
  text-align: center
}

@media (max-width: 767px) {
  .rakutoku .point {
    padding: 60px 24px 60px
  }
  .rakutoku .point .body {
    background: #fff;
    padding: 60px 24px 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
  }
  /* .rakutoku .point .body .head {
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    width: 220px;
    height: 220px;
    padding: 40px 40px 0;
    top: -100px;
    margin-left: -110px;
    padding-top: 60px;
    z-index: 1
  } */
  .rakutoku .point .body .head img {
    width: 100%;
    height: auto
  }
  .rakutoku .point .body .list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0
  }
  .rakutoku .point .body .list li {
    width: 100%;
    padding: 0
  }
  .rakutoku .point .body .list li .img {
    width: 120px;
    margin: 0 auto 12px
  }
  .rakutoku .point .body .list li .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom
  }
  .rakutoku .point .body .list li .content p {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .point .body .list li+li {
    margin-top: 32px;
    padding-top: 32px;
    border-left: none;
    border-top: 1px solid #dedede
  }
  .rakutoku .point .sub {
    margin-top: 95px
  }
  .rakutoku .point .sub_head {
    margin-bottom: 48px
  }
  .rakutoku .point .sub_title {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .point .sub_body {
    flex-direction: column
  }
  .rakutoku .point .sub_col_2 {
    width: 100%;
    padding: 36px 25px 32px;
    margin-bottom: 24px
  }
  .rakutoku .point .sub_col_2:nth-child(even) {
    margin-left: 0
  }
  .rakutoku .point .sub_col_2 .badge {
    width: 72px;
    height: 72px;
    position: absolute;
    padding: 12px 0 0 12px;
    font-weight: normal;
    font-size: 8px;
    line-height: 1;
    z-index: 1
  }
  .rakutoku .point .sub_col_2 .badge span {
    font-size: 14px;
    line-height: 1.2857142857
  }
  .rakutoku .point .sub_col_2 .head {
    text-align: center;
    position: relative;
    z-index: 10
  }
  .rakutoku .point .sub_col_2 .head h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px
  }
  .rakutoku .point .sub_col_2 .head p {
    text-align: center;
    font-size: 20px;
    line-height: 1.4
  }
  .rakutoku .point .sub_col_2 .body {
    padding: 32px 0 0
  }
  .rakutoku .point .sub_col_2 .body>p {
    color: #363636;
    font-size: 14px;
    line-height: 1.7142857143
  }
  .rakutoku .point .sub_col_2 .body>p+p {
    margin-top: 20px
  }
  .rakutoku .point .sub_col_2 .foot {
    margin-top: 34px
  }
  .rakutoku .point .sub_col_2 .foot a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    color: #9b9b9b;
    position: relative
  }
  .rakutoku .point .sub_col_2 .foot a.close {
    display: none
  }
  .rakutoku .point .sub_col_2 .foot a span {
    position: relative;
    margin-left: 5px;
    top: -1px
  }
  .rakutoku .point .sub_col_2 .foot a span svg {
    vertical-align: middle
  }
  .rakutoku .point .sub_col_2.is_red .badge:after {
    border-width: 0 0 72px 72px
  }
  .rakutoku .point .sub_col_2.is_blue .badge {
    background: #0941b4
  }
  .rakutoku .point .sub_col_2.is_blue .badge:after {
    border-width: 0 0 72px 72px
  }
}

.rakutoku .lines {
  background: #fff;
  padding: 100px 0
}

.rakutoku .lines .head {
  text-align: center;
  margin-bottom: 0
}

.rakutoku .lines .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .lines .body {
  max-width: 960px;
  margin: 60px auto 0;
  display: none
}

.rakutoku .lines .body table {
  margin-bottom: 13px;
  border: 1px solid #dedede;
  border-collapse: collapse;
  border-spacing: 0
}

.rakutoku .lines .body table thead tr th {
  border: 1px solid #dedede;
  padding: 20px 15px;
  background: #f8f8f8;
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .lines .body table thead tr th.is_center {
  text-align: center
}

.rakutoku .lines .body table tbody tr td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #dedede;
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .lines .foot {
  max-width: 960px;
  margin: 60px auto 0
}

.rakutoku .lines .foot a {
  height: 60px;
  font-size: 16px;
  line-height: 1;
  color: #9b9b9b;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.rakutoku .lines .foot a:hover {
  border-color: #ef3b3b;
  color: #ef3b3b;
  opacity: 1
}

.rakutoku .lines .foot a:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .lines .foot a.close {
  display: none
}

.rakutoku .lines .foot a span {
  margin-left: 5px
}

.rakutoku .lines .foot a span svg {
  vertical-align: bottom
}

@media (max-width: 767px) {
  .rakutoku .lines {
    padding: 60px 24px
  }
  .rakutoku .lines .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .lines .body {
    max-width: 100%;
    margin: 33px 0
  }
  .rakutoku .lines .body table {
    margin-bottom: 13px;
    border: 1px solid #dedede;
    border-collapse: collapse;
    border-spacing: 0
  }
  .rakutoku .lines .body table thead tr th {
    white-space: nowrap
  }
  .rakutoku .lines .body table tbody tr td {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.3333333333
  }
  .rakutoku .lines .foot {
    margin: 32px 0 0
  }
}

.rakutoku .search {
  padding: 100px 0;
  background: green;
}

.rakutoku .search .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .search .ttle {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .search .body {
  width: 780px;
  margin: 0 auto
}

@media (max-width: 767px) {
  .rakutoku .search {
    padding: 60px 24px
  }
  .rakutoku .search .head {
    text-align: center;
    margin-bottom: 36px
  }
  .rakutoku .search .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .search .body {
    width: 100%;
    margin: 0
  }
}

.rakutoku .fw-top .fw-mv-search {
  width: 100%
}

.rakutoku .fw-top .fw-mv-search section {
  background: none;
  border-bottom: none
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__header {
  display: none
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__body dl+dl {
  margin-top: 36px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-label {
  width: 160px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data {
  width: 620px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data input {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data input[type="text"] {
  max-width: 100%
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2 {
  width: 100%
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2>div {
  width: 50%
}

.rakutoku .fw-top .fw-mv-search .fw-select select {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select-station-title, .rakutoku .fw-top .fw-mv-search .fw-select-station-list {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select--area-set select {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select--area-set .fw-select-station-panel ul li {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select-station {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception {
  margin-top: 12px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: normal;
  padding-left: 35px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label:before {
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #fff;
  margin-top: -10px;
  margin-right: 5px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label:after {
  display: none;
  font-size: 16px;
  line-height: 1;
  left: 10px;
  margin-top: -.5em
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__input:checked+.fw-checkbox__label:after {
  display: block
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__sub-label {
  width: 160px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-train-list-time-search-ttl {
  width: 160px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-radio__label {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-radio__label:before {
  width: 20px;
  height: 20px
}

.rakutoku .fw-top .fw-mv-search .fw-radio__label:after {
  width: 10px;
  height: 10px
}

.rakutoku .fw-top .fw-mv-search .fw-radio__input:checked+.fw-radio__label {
  color: #fff;
  opacity: 1
}

.rakutoku .fw-top .fw-mv-search .fw-is-disabled {
  background: #fff;
  opacity: .5
}

.rakutoku .fw-top .fw-mv-search .fw-change-route-ttl {
  display: none
}

.rakutoku .fw-top .fw-mv-search .fw-train-list-time-search-accordion-wrap span {
  text-align: center;
  font-size: 18px;
  line-height: 1.4444444444;
  color: #fff
}

.rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel {
  background: none;
  border: 1px solid #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel span:before {
  display: none
}

@media (max-width: 767px) {
  .rakutoku .fw-top .fw-mv-search .fw-search-top__body dl+dl {
    margin-top: 28px
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-label {
    width: 100%;
    font-size: 16px;
    line-height: 1.75
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data {
    width: 100%
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data input {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2 {
    width: 100%
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2>div {
    width: 50%
  }
  .rakutoku .fw-top .fw-mv-search .fw-select-station-title, .rakutoku .fw-top .fw-mv-search .fw-select-station-list {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-select--area-set select {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-select--area-set .fw-select-station-panel ul li {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-select-station {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top-exception {
    margin-top: 6px
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    font-weight: normal
  }
  .rakutoku .fw-top .fw-mv-search .fw-change-route-ttl {
    display: none
  }
  .rakutoku .fw-top .fw-mv-search .fw-train-list-time-search-accordion-wrap span {
    text-align: center;
    font-size: 18px;
    line-height: 1.4444444444;
    color: #fff
  }
  .rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel {
    background: none;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 1;
    padding: 20px 0;
    font-weight: bold
  }
  .rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel span:before {
    display: none
  }
}

.rakutoku .flows {
  background: #f8f8f8;
  padding: 140px 0 140px
}

.rakutoku .flows .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .flows .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .flows .body {
  max-width: 1200px;
  margin: 0 auto
}

.rakutoku .flows .block {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 72px 120px 50px;
  position: relative
}

.rakutoku .flows .block_badge {
  background: #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  top: -30px;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -60px;
  flex-direction: column;
  color: #ef3b3b;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  z-index: 1
}

.rakutoku .flows .block_badge span {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  display: block
}

.rakutoku .flows .block_head {
  z-index: 10;
  position: relative;
  text-align: center
}

.rakutoku .flows .block_head p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556
}

.rakutoku .flows .block_ttle {
  font-size: 28px;
  line-height: 1.2857142857;
  font-weight: bold;
  margin-bottom: 32px
}

.rakutoku .flows .block_body {
  display: none;
  margin: 32px 0 0;
  padding: 60px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede
}

.rakutoku .flows .block_body p {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #363636
}

.rakutoku .flows .block_body ul {
  list-style-type: none
}

.rakutoku .flows .block_body ul li {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #363636
}

.rakutoku .flows .block_sec {
  margin-bottom: 60px
}

.rakutoku .flows .block_sec>p {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #363636;
  margin-bottom: 32px
}

.rakutoku .flows .block_sec>p.md {
  font-size: 15px;
  line-height: 1.7333333333;
  margin-bottom: 20px
}

.rakutoku .flows .block_sec p+h4 {
  margin-top: 60px
}

.rakutoku .flows .block_sec h4 {
  border: 1px solid #ef3b3b;
  text-align: center;
  color: #ef3b3b;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 36px
}

.rakutoku .flows .block_sec h5 {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 20px
}

.rakutoku .flows .block_box {
  background: #fafafa;
  padding: 32px
}

.rakutoku .flows .block_box h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 24px
}

.rakutoku .flows .block_box ul li {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000000
}

.rakutoku .flows .block_box ul li+li {
  margin-top: 20px
}

.rakutoku .flows .block_links {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0
}

.rakutoku .flows .block_links a {
  color: #ef3b3b;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline
}

.rakutoku .flows .block_box li a {
  color: #0941b4;
  line-height: 1;
  text-decoration: underline;
}

.rakutoku .flows .block_links a+a {
  margin-left: 40px
}

.rakutoku .flows .block_foot {
  margin-top: 34px;
  text-align: center
}

.rakutoku .flows .block_foot a {
  font-size: 16px;
  line-height: 1;
  color: #9b9b9b;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center
}

.rakutoku .flows .block_foot a:hover {
  color: #ef3b3b;
  opacity: 1;
  text-decoration: underline
}

.rakutoku .flows .block_foot a:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .flows .block_foot a span {
  margin-left: 5px
}

.rakutoku .flows .block_foot a span svg {
  vertical-align: top
}

.rakutoku .flows .block_foot a.close {
  display: none
}

.rakutoku .flows .block+.block {
  margin-top: 78px
}

@media (max-width: 767px) {
  .rakutoku .flows {
    padding: 68px 24px 96px
  }
  .rakutoku .flows .head {
    text-align: center;
    margin-bottom: 78px
  }
  .rakutoku .flows .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .flows .body {
    width: 100%;
    margin: 0
  }
  .rakutoku .flows .block {
    padding: 54px 24px 40px
  }
  .rakutoku .flows .block_badge {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    margin-left: -50px;
    font-size: 22px;
    line-height: 1
  }
  .rakutoku .flows .block_badge span {
    font-size: 14px;
    line-height: 1
  }
  .rakutoku .flows .block_head {
    z-index: 10;
    position: relative;
    text-align: center
  }
  .rakutoku .flows .block_head p {
    text-align: center;
    font-size: 16px;
    line-height: 1.625
  }
  .rakutoku .flows .block_ttle {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 24px
  }
  .rakutoku .flows .block_body {
    margin: 32px 0 34px;
    padding: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
  }
  .rakutoku .flows .block_sec {
    margin-bottom: 32px
  }
  .rakutoku .flows .block_sec p+h4 {
    margin-top: 32px
  }
  .rakutoku .flows .block_sec h4 {
    font-size: 16px;
    line-height: 1.25;
    padding: 15px 0;
    margin-bottom: 28px
  }
  .rakutoku .flows .block_sec h5 {
    font-size: 16px;
    line-height: 1.75
  }
  .rakutoku .flows .block_box {
    background: #fafafa;
    padding: 32px
  }
  .rakutoku .flows .block_box h4 {
    font-size: 16px;
    line-height: 1.75
  }
  .rakutoku .flows .block_links {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    flex-direction: column
  }
  .rakutoku .flows .block_links a {
    width: 100%;
    display: block;
    text-align: center;
    color: #ef3b3b;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline
  }
  .rakutoku .flows .block_box li a {
    color: #0941b4;
    line-height: 1;
    text-decoration: underline;
    word-break: break-all;
  }
  .rakutoku .flows .block_links a+a {
    margin-left: 0;
    margin-top: 28px
  }
  .rakutoku .flows .block_foot {
    text-align: center
  }
  .rakutoku .flows .block_foot a {
    font-size: 16px;
    line-height: 1;
    color: #9b9b9b;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
  }
  .rakutoku .flows .block_foot a span {
    margin-left: 5px
  }
  .rakutoku .flows .block_foot a span svg {
    vertical-align: top
  }
  .rakutoku .flows .block_foot a.close {
    display: none
  }
  .rakutoku .flows .block+.block {
    margin-top: 62px
  }
}

.rakutoku .cancel {
  padding: 140px 0 160px
}

.rakutoku .cancel .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .cancel .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .cancel .inner {
  max-width: 960px;
  margin: 0 auto
}

.rakutoku .cancel .body .sttle {
  border: 1px solid #ef3b3b;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
  color: #ef3b3b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 36px
}

.rakutoku .cancel .body ul {
  list-style-type: none
}

.rakutoku .cancel .body ul li h4 {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 20px
}

.rakutoku .cancel .body ul li p {
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .cancel .body ul li p.note {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #363636
}

.rakutoku .cancel .body ul li p+p {
  margin-top: 20px
}

.rakutoku .cancel .body ul li p+ul {
  margin: 20px 0
}

.rakutoku .cancel .body ul li p+ul li {
  font-size: 15px;
  line-height: 1.6666666667
}

.rakutoku .cancel .body ul li p+ul li+li {
  margin: 0
}

.rakutoku .cancel .body ul>li+li {
  margin-top: 32px
}

.rakutoku .cancel .body .section+.section {
  margin-top: 60px
}

.rakutoku .cancel .foot {
  margin-top: 50px
}

.rakutoku .cancel .foot a {
  font-size: 16px;
  line-height: 1;
  color: #9b9b9b;
  padding: 22px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dedede
}

.rakutoku .cancel .foot a:hover {
  border-color: #ef3b3b;
  color: #ef3b3b;
  opacity: 1
}

.rakutoku .cancel .foot a:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .cancel .foot a span {
  margin-left: 5px
}

.rakutoku .cancel .foot a span svg {
  vertical-align: top
}

.rakutoku .cancel .foot a.close {
  display: none
}

.rakutoku .cancel .hidden_list {
  display: none
}

@media (max-width: 767px) {
  .rakutoku .cancel {
    padding: 60px 24px
  }
  .rakutoku .cancel .head {
    text-align: center;
    margin-bottom: 48px
  }
  .rakutoku .cancel .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .cancel .body .sttle {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px
  }
  .rakutoku .cancel .body ul li h4 {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px
  }
  .rakutoku .cancel .body ul li p {
    font-size: 15px;
    line-height: 1.7333333333
  }
  .rakutoku .cancel .body ul li+li {
    margin-top: 24px
  }
  .rakutoku .cancel .body .section+.section {
    margin-top: 30px
  }
}

.rakutoku .faq {
  background: #f8f8f8;
  padding: 140px 0 200px
}

.rakutoku .faq .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .faq .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .faq .body {
  max-width: 1200px;
  margin: 0 auto
}

.rakutoku .faq .section+.section {
  margin-top: 60px
}

.rakutoku .faq .sttle {
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 28px;
  font-weight: bold
}

.rakutoku .faq .accordion {
  background: #fff;
  padding: 28px 40px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.rakutoku .faq .accordion .trigger {
  font-size: 18px;
  line-height: 1.5555555556;
  position: relative;
  padding-left: 40px;
  cursor: pointer
}

.rakutoku .faq .accordion .trigger:before {
  display: block;
  content: "Q";
  color: #ef3b3b;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0
}

.rakutoku .faq .accordion .trigger:after {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 5px;
  background: url(../img/add-circle-black-24-dp-2.svg) no-repeat 0 0;
  background-size: 20px 20px;
  content: ""
}

.rakutoku .faq .accordion .trigger.active:after {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 5px;
  background: url(../img/add-circle-black-24-dp-1.svg) no-repeat 0 0;
  background-size: 20px 20px;
  content: ""
}

.rakutoku .faq .accordion .pannel {
  display: none;
  margin-top: 23px
}

.rakutoku .faq .accordion .pannel>p {
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .faq .accordion .pannel>ul {
  display: none;
  list-style-type: none;
  padding-left: 40px
}

.rakutoku .faq .accordion .pannel>ul li {
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .faq .accordion+.accordion {
  margin-top: 20px
}

@media (max-width: 767px) {
  .rakutoku .faq {
    padding: 96px 24px 120px
  }
  .rakutoku .faq .head {
    text-align: center;
    margin-bottom: 48px
  }
  .rakutoku .faq .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .faq .sttle {
    margin-bottom: 24px
  }
  .rakutoku .faq .accordion {
    padding: 24px 20px
  }
  .rakutoku .faq .accordion .trigger {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding: 0 40px 0 40px;
    cursor: pointer
  }
  .rakutoku .faq .accordion .pannel {
    margin-top: 20px
  }
  .rakutoku .faq .accordion .pannel>p {
    font-size: 14px;
    line-height: 1.5714285714
  }
  .rakutoku .faq .accordion .pannel>ul li {
    font-size: 14px;
    line-height: 1.5714285714
  }
  .rakutoku .faq .accordion+.accordion {
    margin-top: 16px
  }
}

/* ビューアー
入力したコードをこのページ上で確認してしまいたい場合は、このビューアをご利用下さい。 */

.pc_only {
  display: block
}

@media (max-width: 767px) {
  .pc_only {
    display: none
  }
}

.sp_only {
  display: none
}

@media (max-width: 767px) {
  .sp_only {
    display: block
  }
}

h4 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important
}

.rakutoku {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important
}

.rakutoku section {
  border-bottom: none;
  padding: 30px 0 30px 0;
}

.rakutoku .main img {
  width: 100%;
  height: auto
}

.rakutoku .anchor {
  background: #fff
}

.rakutoku .anchor_list {
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1123px;
  margin: 0 auto;
  padding: 40px 0
}

.rakutoku .anchor_list li {
  width: 28075%
}




.rakutoku .anchor_list li+li {
  border-left: 1px solid #dedede
}

@media (max-width: 767px) {
  .rakutoku .anchor_list {
    padding: 30px 0
  }
  .rakutoku .anchor_list li {
    width: 2500%
  }
  .rakutoku .anchor_list li a {
    font-size: 12px;
    line-height: 1.4285714286;
    margin: 0 5px;
  }
}



.rakutoku .point .body .head img {
  width: 220px;
  height: auto
}

.rakutoku .point .body .list {
  position: relative;
  z-index: 10;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 42px;
  background-color: white;
}

.rakutoku .point .body .list li {
  width: 3333.3333333333%;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box
}

.rakutoku .point .body .list li .img {
  margin-bottom: 16px
}

.rakutoku .point .body .list li .content p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center
}

.rakutoku .point .body .list li+li {
  border-left: 1px solid #dedede
}

.rakutoku .point .sub {
  background: none;
  margin-top: 120px;
  border-bottom: none
}

.rakutoku .point .sub_head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .point .sub_title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .point .sub_body {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

.rakutoku .point .sub_col_2 {
  width: 48%;
  background: #fff;
  padding: 60px 40px 42px;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden
}

.rakutoku .point .sub_col_2:nth-child(even) {
  margin-left: auto
}

.rakutoku .point .sub_col_2 .badge {
  width: 128px;
  height: 128px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  border-radius: 0;
  padding: 22px 0 0 22px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  z-index: 1
}

.rakutoku .point .sub_col_2 .badge span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  line-height: 1.6666666667
}

.rakutoku .point .sub_col_2 .head {
  text-align: center;
  position: relative;
  z-index: 10
}

.rakutoku .point .sub_col_2 .head h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 32px
}

.rakutoku .point .sub_col_2 .head p {
  text-align: center;
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .point .sub_col_2 .body {
  display: none;
  padding: 32px 0 0
}

.rakutoku .point .sub_col_2 .body>p {
  color: #363636;
  font-size: 14px;
  line-height: 1.7142857143
}

.rakutoku .point .sub_col_2 .body>p+p {
  margin-top: 20px
}

.rakutoku .point .sub_col_2 .foot {
  margin-top: 34px
}

.rakutoku .point .sub_col_2 .foot a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #9b9b9b;
  position: relative
}

.rakutoku .point .sub_col_2 .foot a.close {
  display: none
}

.rakutoku .point .sub_col_2 .foot a span {
  position: relative;
  margin-left: 5px;
  top: -1px
}

.rakutoku .point .sub_col_2 .foot a span svg {
  vertical-align: middle
}

.rakutoku .point .sub_col_2 .foot a:hover {
  opacity: 1
}

.rakutoku .point .sub_col_2.is_red .badge {
  background: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .badge:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 128px 128px;
  border-color: transparent transparent #fff transparent;
  content: ""
}

.rakutoku .point .sub_col_2.is_red .head h4 {
  color: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .head p span {
  color: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .body a {
  display: block;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
  text-decoration: underline;
  color: #ef3b3b !important
}

.rakutoku .point .sub_col_2.is_red .foot a.open:hover {
  color: #ef3b3b;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_red .foot a.open:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .point .sub_col_2.is_red .foot a.close:hover {
  color: #ef3b3b;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_red .foot a.close:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .point .sub_col_2.is_blue .badge {
  background: #0941b4
}

.rakutoku .point .sub_col_2.is_blue .badge:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 128px 128px;
  border-color: transparent transparent #fff transparent;
  content: ""
}

.rakutoku .point .sub_col_2.is_blue .head h4 {
  color: #0941b4
}

.rakutoku .point .sub_col_2.is_blue .body a {
  display: block;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
  text-decoration: underline;
  color: #0941b4 !important
}

.rakutoku .point .sub_col_2.is_blue .foot a.open:hover {
  color: #0941b4;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_blue .foot a.open:hover svg path:nth-of-type(2) {
  fill: #0941b4
}

.rakutoku .point .sub_col_2.is_blue .foot a.close:hover {
  color: #0941b4;
  text-decoration: underline
}

.rakutoku .point .sub_col_2.is_blue .foot a.close:hover svg path:nth-of-type(2) {
  fill: #0941b4
}

.rakutoku .point .sub_col_2.is_bordered {
  border: 4px solid #dedede
}

.rakutoku .point .sub_col_2.is_bordered h4 {
  margin-bottom: 16px
}

.rakutoku .point .sub_col_2.is_bordered .body {
  display: block;
  padding: 0
}

.rakutoku .point .sub_col_2.is_bordered .body ul {
  list-style-type: none;
  margin-bottom: 16px
}

.rakutoku .point .sub_col_2.is_bordered .body ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #363636
}

.rakutoku .point .sub_col_2.is_bordered .body a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 2;
  color: #0941b4;
  text-align: center
}

@media (max-width: 767px) {
  .rakutoku .point {
    padding: 65px 24px 96px
  }
  .rakutoku .point .body {
    background: #fff;
    padding: 60px 24px 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
  }
  /* .rakutoku .point .body .head {
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    width: 220px;
    height: 220px;
    padding: 40px 40px 0;
    top: -100px;
    margin-left: -110px;
    padding-top: 60px;
    z-index: 1
  } */
  .rakutoku .point .body .head img {
    width: 100%;
    height: auto
  }
  .rakutoku .point .body .list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0
  }
  .rakutoku .point .body .list li {
    width: 100%;
    padding: 0
  }
  .rakutoku .point .body .list li .img {
    width: 120px;
    margin: 0 auto 12px
  }
  .rakutoku .point .body .list li .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom
  }
  .rakutoku .point .body .list li .content p {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .point .body .list li+li {
    margin-top: 32px;
    padding-top: 32px;
    border-left: none;
    border-top: 1px solid #dedede
  }
  .rakutoku .point .sub {
    margin-top: 95px
  }
  .rakutoku .point .sub_head {
    margin-bottom: 48px
  }
  .rakutoku .point .sub_title {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .point .sub_body {
    flex-direction: column
  }
  .rakutoku .point .sub_col_2 {
    width: 100%;
    padding: 36px 25px 32px;
    margin-bottom: 24px
  }
  .rakutoku .point .sub_col_2:nth-child(even) {
    margin-left: 0
  }
  .rakutoku .point .sub_col_2 .badge {
    width: 72px;
    height: 72px;
    position: absolute;
    padding: 12px 0 0 12px;
    font-weight: normal;
    font-size: 8px;
    line-height: 1;
    z-index: 1
  }
  .rakutoku .point .sub_col_2 .badge span {
    font-size: 14px;
    line-height: 1.2857142857
  }
  .rakutoku .point .sub_col_2 .head {
    text-align: center;
    position: relative;
    z-index: 10
  }
  .rakutoku .point .sub_col_2 .head h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px
  }
  .rakutoku .point .sub_col_2 .head p {
    text-align: center;
    font-size: 20px;
    line-height: 1.4
  }
  .rakutoku .point .sub_col_2 .body {
    padding: 32px 0 0
  }
  .rakutoku .point .sub_col_2 .body>p {
    color: #363636;
    font-size: 14px;
    line-height: 1.7142857143
  }
  .rakutoku .point .sub_col_2 .body>p+p {
    margin-top: 20px
  }
  .rakutoku .point .sub_col_2 .foot {
    margin-top: 34px
  }
  .rakutoku .point .sub_col_2 .foot a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    color: #9b9b9b;
    position: relative
  }
  .rakutoku .point .sub_col_2 .foot a.close {
    display: none
  }
  .rakutoku .point .sub_col_2 .foot a span {
    position: relative;
    margin-left: 5px;
    top: -1px
  }
  .rakutoku .point .sub_col_2 .foot a span svg {
    vertical-align: middle
  }
  .rakutoku .point .sub_col_2.is_red .badge:after {
    border-width: 0 0 72px 72px
  }
  .rakutoku .point .sub_col_2.is_blue .badge {
    background: #0941b4
  }
  .rakutoku .point .sub_col_2.is_blue .badge:after {
    border-width: 0 0 72px 72px
  }
}

.rakutoku .lines {
  background: #fff;
  padding: 100px 0
}

.rakutoku .lines .head {
  text-align: center;
  margin-bottom: 0
}

.rakutoku .lines .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .lines .body {
  max-width: 960px;
  margin: 60px auto 0;
  display: none
}

.rakutoku .lines .body table {
  margin-bottom: 13px;
  border: 1px solid #dedede;
  border-collapse: collapse;
  border-spacing: 0
}

.rakutoku .lines .body table thead tr th {
  border: 1px solid #dedede;
  padding: 20px 15px;
  background: #f8f8f8;
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .lines .body table thead tr th.is_center {
  text-align: center
}

.rakutoku .lines .body table tbody tr td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #dedede;
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .lines .foot {
  max-width: 960px;
  margin: 60px auto 0
}

.rakutoku .lines .foot a {
  height: 60px;
  font-size: 16px;
  line-height: 1;
  color: #9b9b9b;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.rakutoku .lines .foot a:hover {
  border-color: #ef3b3b;
  color: #ef3b3b;
  opacity: 1
}

.rakutoku .lines .foot a:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .lines .foot a.close {
  display: none
}

.rakutoku .lines .foot a span {
  margin-left: 5px
}

.rakutoku .lines .foot a span svg {
  vertical-align: bottom
}

@media (max-width: 767px) {
  .rakutoku .lines {
    padding: 60px 24px
  }
  .rakutoku .lines .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .lines .body {
    max-width: 100%;
    margin: 33px 0
  }
  .rakutoku .lines .body table {
    margin-bottom: 13px;
    border: 1px solid #dedede;
    border-collapse: collapse;
    border-spacing: 0
  }
  .rakutoku .lines .body table thead tr th {
    white-space: nowrap
  }
  .rakutoku .lines .body table tbody tr td {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.3333333333
  }
  .rakutoku .lines .foot {
    margin: 32px 0 0
  }
}


.rakutoku .search .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .search .ttle {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .search .body {
  width: 780px;
  margin: 0 auto
}

@media (max-width: 767px) {
  .rakutoku .search {
    padding: 60px 24px
  }
  .rakutoku .search .head {
    text-align: center;
    margin-bottom: 36px
  }
  .rakutoku .search .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .search .body {
    width: 100%;
    margin: 0
  }
}

.rakutoku .fw-top .fw-mv-search {
  width: 100%
}

.rakutoku .fw-top .fw-mv-search section {
  background: none;
  border-bottom: none
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__header {
  display: none
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__body dl+dl {
  margin-top: 36px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-label {
  width: 160px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data {
  width: 620px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data input {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data input[type="text"] {
  max-width: 100%
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2 {
  width: 100%
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2>div {
  width: 50%
}

.rakutoku .fw-top .fw-mv-search .fw-select select {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select-station-title, .rakutoku .fw-top .fw-mv-search .fw-select-station-list {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select--area-set select {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select--area-set .fw-select-station-panel ul li {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-select-station {
  font-size: 20px;
  line-height: 1.4
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception {
  margin-top: 12px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: normal;
  padding-left: 35px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label:before {
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #fff;
  margin-top: -10px;
  margin-right: 5px
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label:after {
  display: none;
  font-size: 16px;
  line-height: 1;
  left: 10px;
  margin-top: -.5em
}

.rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__input:checked+.fw-checkbox__label:after {
  display: block
}

.rakutoku .fw-top .fw-mv-search .fw-search-top__sub-label {
  width: 160px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-train-list-time-search-ttl {
  width: 160px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-radio__label {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal
}

.rakutoku .fw-top .fw-mv-search .fw-radio__label:before {
  width: 20px;
  height: 20px
}

.rakutoku .fw-top .fw-mv-search .fw-radio__label:after {
  width: 10px;
  height: 10px
}

.rakutoku .fw-top .fw-mv-search .fw-radio__input:checked+.fw-radio__label {
  color: #fff;
  opacity: 1
}

.rakutoku .fw-top .fw-mv-search .fw-is-disabled {
  background: #fff;
  opacity: .5
}

.rakutoku .fw-top .fw-mv-search .fw-change-route-ttl {
  display: none
}

.rakutoku .fw-top .fw-mv-search .fw-train-list-time-search-accordion-wrap span {
  text-align: center;
  font-size: 18px;
  line-height: 1.4444444444;
  color: #fff
}

.rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel {
  background: none;
  border: 1px solid #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel span:before {
  display: none
}

@media (max-width: 767px) {
  .rakutoku .fw-top .fw-mv-search .fw-search-top__body dl+dl {
    margin-top: 28px
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-label {
    width: 100%;
    font-size: 16px;
    line-height: 1.75
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data {
    width: 100%
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data input {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2 {
    width: 100%
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top__item-data .fw-text-set--grid-2>div {
    width: 50%
  }
  .rakutoku .fw-top .fw-mv-search .fw-select-station-title, .rakutoku .fw-top .fw-mv-search .fw-select-station-list {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-select--area-set select {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-select--area-set .fw-select-station-panel ul li {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-select-station {
    font-size: 18px;
    line-height: 1.5555555556
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top-exception {
    margin-top: 6px
  }
  .rakutoku .fw-top .fw-mv-search .fw-search-top-exception .fw-checkbox__label {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    font-weight: normal
  }
  .rakutoku .fw-top .fw-mv-search .fw-change-route-ttl {
    display: none
  }
  .rakutoku .fw-top .fw-mv-search .fw-train-list-time-search-accordion-wrap span {
    text-align: center;
    font-size: 18px;
    line-height: 1.4444444444;
    color: #fff
  }
  .rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel {
    background: none;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 1;
    padding: 20px 0;
    font-weight: bold
  }
  .rakutoku .fw-top .fw-mv-search .fw-btn-search-01--hotel span:before {
    display: none
  }
}

.rakutoku .flows {
  background: #f8f8f8;
  padding: 140px 0 140px
}

.rakutoku .flows .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .flows .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .flows .body {
  max-width: 1200px;
  margin: 0 auto
}

.rakutoku .flows .block {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 72px 120px 50px;
  position: relative
}

.rakutoku .flows .block_badge {
  background: #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  top: -30px;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -60px;
  flex-direction: column;
  color: #ef3b3b;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  z-index: 1
}

.rakutoku .flows .block_badge span {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  display: block
}

.rakutoku .flows .block_head {
  z-index: 10;
  position: relative;
  text-align: center
}

.rakutoku .flows .block_head p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556
}

.rakutoku .flows .block_ttle {
  font-size: 28px;
  line-height: 1.2857142857;
  font-weight: bold;
  margin-bottom: 32px
}

.rakutoku .flows .block_body {
  display: none;
  margin: 32px 0 0;
  padding: 60px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede
}

.rakutoku .flows .block_body p {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #363636
}

.rakutoku .flows .block_body ul {
  list-style-type: none
}

.rakutoku .flows .block_body ul li {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #363636
}

.rakutoku .flows .block_sec {
  margin-bottom: 60px
}

.rakutoku .flows .block_sec>p {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #363636;
  margin-bottom: 32px
}

.rakutoku .flows .block_sec>p.md {
  font-size: 15px;
  line-height: 1.7333333333;
  margin-bottom: 20px
}

.rakutoku .flows .block_sec p+h4 {
  margin-top: 60px
}

.rakutoku .flows .block_sec h4 {
  border: 1px solid #ef3b3b;
  text-align: center;
  color: #ef3b3b;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 36px
}

.rakutoku .flows .block_sec h5 {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 20px
}

.rakutoku .flows .block_box {
  background: #fafafa;
  padding: 32px
}

.rakutoku .flows .block_box h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 24px
}

.rakutoku .flows .block_box ul li {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000000
}

.rakutoku .flows .block_box ul li+li {
  margin-top: 20px
}

.rakutoku .flows .block_links {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0
}

.rakutoku .flows .block_links a {
  color: #ef3b3b;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline
}

.rakutoku .flows .block_box li a {
  color: #0941b4;
  line-height: 1;
  text-decoration: underline;
}

.rakutoku .flows .block_links a+a {
  margin-left: 40px
}

.rakutoku .flows .block_foot {
  margin-top: 34px;
  text-align: center
}

.rakutoku .flows .block_foot a {
  font-size: 16px;
  line-height: 1;
  color: #9b9b9b;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center
}

.rakutoku .flows .block_foot a:hover {
  color: #ef3b3b;
  opacity: 1;
  text-decoration: underline
}

.rakutoku .flows .block_foot a:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .flows .block_foot a span {
  margin-left: 5px
}

.rakutoku .flows .block_foot a span svg {
  vertical-align: top
}

.rakutoku .flows .block_foot a.close {
  display: none
}

.rakutoku .flows .block+.block {
  margin-top: 78px
}

@media (max-width: 767px) {
  .rakutoku .flows {
    padding: 68px 24px 96px
  }
  .rakutoku .flows .head {
    text-align: center;
    margin-bottom: 78px
  }
  .rakutoku .flows .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .flows .body {
    width: 100%;
    margin: 0
  }
  .rakutoku .flows .block {
    padding: 54px 24px 40px
  }
  .rakutoku .flows .block_badge {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    margin-left: -50px;
    font-size: 22px;
    line-height: 1
  }
  .rakutoku .flows .block_badge span {
    font-size: 14px;
    line-height: 1
  }
  .rakutoku .flows .block_head {
    z-index: 10;
    position: relative;
    text-align: center
  }
  .rakutoku .flows .block_head p {
    text-align: center;
    font-size: 16px;
    line-height: 1.625
  }
  .rakutoku .flows .block_ttle {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 24px
  }
  .rakutoku .flows .block_body {
    margin: 32px 0 34px;
    padding: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
  }
  .rakutoku .flows .block_sec {
    margin-bottom: 32px
  }
  .rakutoku .flows .block_sec p+h4 {
    margin-top: 32px
  }
  .rakutoku .flows .block_sec h4 {
    font-size: 16px;
    line-height: 1.25;
    padding: 15px 0;
    margin-bottom: 28px
  }
  .rakutoku .flows .block_sec h5 {
    font-size: 16px;
    line-height: 1.75
  }
  .rakutoku .flows .block_box {
    background: #fafafa;
    padding: 32px
  }
  .rakutoku .flows .block_box h4 {
    font-size: 16px;
    line-height: 1.75
  }
  .rakutoku .flows .block_links {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    flex-direction: column
  }
  .rakutoku .flows .block_links a {
    width: 100%;
    display: block;
    text-align: center;
    color: #ef3b3b;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline
  }
  .rakutoku .flows .block_box li a {
    color: #0941b4;
    line-height: 1;
    text-decoration: underline;
    word-break: break-all;
  }
  .rakutoku .flows .block_links a+a {
    margin-left: 0;
    margin-top: 28px
  }
  .rakutoku .flows .block_foot {
    text-align: center
  }
  .rakutoku .flows .block_foot a {
    font-size: 16px;
    line-height: 1;
    color: #9b9b9b;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
  }
  .rakutoku .flows .block_foot a span {
    margin-left: 5px
  }
  .rakutoku .flows .block_foot a span svg {
    vertical-align: top
  }
  .rakutoku .flows .block_foot a.close {
    display: none
  }
  .rakutoku .flows .block+.block {
    margin-top: 62px
  }
}

.rakutoku .cancel {
  padding: 140px 0 160px
}

.rakutoku .cancel .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .cancel .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .cancel .inner {
  max-width: 960px;
  margin: 0 auto
}

.rakutoku .cancel .body .sttle {
  border: 1px solid #ef3b3b;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
  color: #ef3b3b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 36px
}

.rakutoku .cancel .body ul {
  list-style-type: none
}

.rakutoku .cancel .body ul li h4 {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 20px
}

.rakutoku .cancel .body ul li p {
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .cancel .body ul li p.note {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #363636
}

.rakutoku .cancel .body ul li p+p {
  margin-top: 20px
}

.rakutoku .cancel .body ul li p+ul {
  margin: 20px 0
}

.rakutoku .cancel .body ul li p+ul li {
  font-size: 15px;
  line-height: 1.6666666667
}

.rakutoku .cancel .body ul li p+ul li+li {
  margin: 0
}

.rakutoku .cancel .body ul>li+li {
  margin-top: 32px
}

.rakutoku .cancel .body .section+.section {
  margin-top: 60px
}

.rakutoku .cancel .foot {
  margin-top: 50px
}

.rakutoku .cancel .foot a {
  font-size: 16px;
  line-height: 1;
  color: #9b9b9b;
  padding: 22px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dedede
}

.rakutoku .cancel .foot a:hover {
  border-color: #ef3b3b;
  color: #ef3b3b;
  opacity: 1
}

.rakutoku .cancel .foot a:hover svg path:nth-of-type(2) {
  fill: #ef3b3b
}

.rakutoku .cancel .foot a span {
  margin-left: 5px
}

.rakutoku .cancel .foot a span svg {
  vertical-align: top
}

.rakutoku .cancel .foot a.close {
  display: none
}

.rakutoku .cancel .hidden_list {
  display: none
}

@media (max-width: 767px) {
  .rakutoku .cancel {
    padding: 60px 24px
  }
  .rakutoku .cancel .head {
    text-align: center;
    margin-bottom: 48px
  }
  .rakutoku .cancel .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .cancel .body .sttle {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px
  }
  .rakutoku .cancel .body ul li h4 {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px
  }
  .rakutoku .cancel .body ul li p {
    font-size: 15px;
    line-height: 1.7333333333
  }
  .rakutoku .cancel .body ul li+li {
    margin-top: 24px
  }
  .rakutoku .cancel .body .section+.section {
    margin-top: 30px
  }
}

.rakutoku .faq {
  background: #f8f8f8;
  padding: 80px 0 100px;
}

.rakutoku .faq .head {
  text-align: center;
  margin-bottom: 80px
}

.rakutoku .faq .ttle {
  font-size: 36px;
  line-height: 1;
  font-weight: bold
}

.rakutoku .faq .body {
  max-width: 1200px;
  margin: 0 auto
}

.rakutoku .faq .section+.section {
  margin-top: 60px
}

.rakutoku .faq .sttle {
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 28px;
  font-weight: bold
}

.rakutoku .faq .accordion {
  background: #fff;
  padding: 28px 40px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.rakutoku .faq .accordion .trigger {
  font-size: 18px;
  line-height: 1.5555555556;
  position: relative;
  padding-left: 40px;
  cursor: pointer
}

.rakutoku .faq .accordion .trigger:before {
  display: block;
  content: "Q";
  color: #ef3b3b;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0
}

.rakutoku .faq .accordion .trigger:after {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 5px;
  background: url(../img/add-circle-black-24-dp-2.svg) no-repeat 0 0;
  background-size: 20px 20px;
  content: ""
}

.rakutoku .faq .accordion .trigger.active:after {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 5px;
  background: url(../img/add-circle-black-24-dp-1.svg) no-repeat 0 0;
  background-size: 20px 20px;
  content: ""
}

.rakutoku .faq .accordion .pannel {
  display: none;
  margin-top: 23px
}

.rakutoku .faq .accordion .pannel>p {
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .faq .accordion .pannel>ul {
  display: none;
  list-style-type: none;
  padding-left: 40px
}

.rakutoku .faq .accordion .pannel>ul li {
  font-size: 15px;
  line-height: 1.7333333333
}

.rakutoku .faq .accordion+.accordion {
  margin-top: 20px
}

@media (max-width: 767px) {
  .rakutoku .faq {
    padding: 96px 24px 120px
  }
  .rakutoku .faq .head {
    text-align: center;
    margin-bottom: 48px
  }
  .rakutoku .faq .ttle {
    font-size: 24px;
    line-height: 1.5
  }
  .rakutoku .faq .sttle {
    margin-bottom: 24px
  }
  .rakutoku .faq .accordion {
    padding: 24px 20px
  }
  .rakutoku .faq .accordion .trigger {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding: 0 40px 0 40px;
    cursor: pointer
  }
  .rakutoku .faq .accordion .pannel {
    margin-top: 20px
  }
  .rakutoku .faq .accordion .pannel>p {
    font-size: 14px;
    line-height: 1.5714285714
  }
  .rakutoku .faq .accordion .pannel>ul li {
    font-size: 14px;
    line-height: 1.5714285714
  }
  .rakutoku .faq .accordion+.accordion {
    margin-top: 16px
  }
}

/*パンくず*/
.breadcrumb {
  padding: 75px 0 8px 10px; }
  .breadcrumb__list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .breadcrumb__item a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    text-decoration: none; }
  .breadcrumb__item span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    white-space: nowrap; }
  .breadcrumb__item + .breadcrumb__item {
    margin-left: 30px;
    position: relative; }
    .breadcrumb__item + .breadcrumb__item :before {
      display: block;
      position: absolute;
      top: 50%;
      left: -22px;
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-top: solid 1px #666;
      border-right: solid 1px #666;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ""; }
  @media (min-width: 960px) {
    .breadcrumb {
      padding: 90px 0 15px 80px; }
      .breadcrumb__item a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; }
      .breadcrumb__item span {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; }
      .breadcrumb__item + .breadcrumb__item {
        margin-left: 26px; } }
