@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}

/* base style */
*, *:before, *:after {
  font-feature-settings: "palt";
  letter-spacing: .8px;
  box-sizing: border-box;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 62.5%;
  color: #333;
  background: #fff;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 800;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
p, li, body {
    font-size: 1.4rem;
}
a {
    color: #333;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.cf:after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 736px) {
  html {
    font-size: 50%;
  }
}
/* layout class */
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt40 {margin-top: 40px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mr5  {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.ml5  {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.mlA { margin-left: auto !important;}
.fl {float: left;}
.fr {float: right;}
.txtR {text-align: right;}
.txtL {text-align: left;}
.txtC {text-align: center;}
.verT {vertical-align: top;}
.jusSB {justify-content: space-between !important;}
.jusCE {justify-content: center !important;}
/* header */
header {
  background: #fff;
}
header h1 {
  float: left;
  height: 38px;
}
header h1 a img {
  position: relative;
  top: 6px;
  width: 160px;
}
.header_wrapper {
  width: 1300px;
  margin: 0 auto;
  padding: 8px 0 8px;
  position: relative;
}
header nav {
  float: right;
  padding-top: 5px;
  width: 350px;
  margin-right: 20px;
}
header nav ul {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
header nav ul li {
  font-size: 2rem;
  padding: 5px 10px;
  border: 1px solid #afafaf;
  border-radius: 3px;
}
header nav ul li.mypage {
  border: none;
  background: #50bef1;
}
header nav ul li.mypage a {
  color: #fff;
}
header nav img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.header_top {
  background: #377ab8;
  height: 20px;
}
.header_area_nav {
  background: #377ab8;
  width: 100%;
  margin-top: 10px;
}
.header_nav_accordion {
  position: relative;
}
.header_nav_accordion .title {
  font-size: 1.6rem;
  padding: 9px 30px 9px 10px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  background: #FFF;
}
.header_nav_accordion .content {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 100;
  display: none;
  transition: all 0.25s linear;
}
.header_nav_accordion .content ul {
  background: #FFF;
  width: 300px;
  border: 1px solid #ccc;
}
.header_nav_accordion .content li {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.header_nav_accordion .content a {
  display: block;
  padding: 20px;
}
.header_nav_accordion .content ul li:last-child {
  border-bottom: none;
}
.header_nav_accordion .content li:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 28px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333;
}
.js_fadein_open{
  display: block !important;
  animation-name: fadeIn;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    margin-top: -30px;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    margin-top: 0;
  }
}
.menu_btn {
  float: right;
  width: 55px;
  padding: 0 10px;
  position: relative;
  top: 15px;
  display: block;
  cursor: pointer;
  }
.menu_btn span {
  background: #000;
  width: 100%;
  height: 3px;
  display: block;
  transition: 0.5s;
  position: relative;
}
.menu_btn span:not(last-child) {
  margin-bottom: 8px;
}
.drawer {
  position: absolute;
  right: 0;
  top: 80px;
  display: none;
  z-index: 100;
  background: #FFF;
  border: 1px solid #ccc;
  width: 300px;
  transition: all 0.25s linear;
}
.drawer ul {
  text-align: center;
}
.drawer li {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.drawer li a {
  display: block;
  padding: 10px 20px;
  text-align: left;
}
.drawer li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333;
}
.header_nav_wrapper {
  float: left;
  margin-left: 30px;
  margin-top: 5px;
}
.header_nav_wrapper label {
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 10px;
}
@media (max-width: 1300px) and (min-width: 737px){
  .header_wrapper {
    width: 100%;
    padding: 5px 10px 5px;
  }
}
@media (max-width: 736px) {
  .header_wrapper {
    width: 100%;
    padding: 5px 10px 5px;
  }
  header h1 a img {
    max-width: 120px;
    top: 5px;
  }
  header nav {
    display: none;
  }
  header nav ul li {
    font-size: 1.4rem;
    position: relative;
    top: 15px;
    margin-left: 10px;
  }
  header nav ul .entry {
    position: relative;
    top: -2px;
  }
  header nav ul .surport:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/surport.png);
    background-size: contain;
    position: absolute;
    top: -28px;
    left: 10px;
  }
  header nav ul .entry:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/entry.png);
    background-size: contain;
    position: absolute;
    top: -28px;
    left: 30px;
  }
  header nav ul .login_btn {
    position: relative;
  }
  header nav ul .login_btn:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/login.png);
    background-size: contain;
    position: absolute;
    top: -28px;
    left: 20px;
  }
  .header_top, .header_area_nav {
    display: none;
  }
  .menu_btn {
    width: 50px;
    top: 8px;
  }
  .header_nav_wrapper {
    margin-left: 10px;
  }
}
/* wrapper */
.wrapper {
  width: 1000px;
  margin: 0 auto;
  min-height: calc(100vh - 332px);
}
.wrapper#Top {
  width: 100%;
}
@media (max-width: 736px) {
  .wrapper {
    width: 100%;
  }
}
/* toppage_body */
.toppage_body footer {
  margin-top: 0;
}
@media (max-width: 736px) {
  .toppage_body {
    background: none;
  }
}
/* main_visual_wrapper */
.main_visual_wrapper {
  height: calc(100vh - 86px);
  position: relative;
}
.main_visual {
  text-align: center;
  position: relative;
  top: 200px;
}
@media (max-width: 736px) {
  .main_visual {
    width: 90%;
    margin: 0 auto;
  }
  .main_visual img {
    width: 100%;
  }
  .main_visual_wrapper {
    height: inherit;
  }
}
/* firstview */
.firstview {
  position:relative;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.firstview .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: fadeInImg1 21s infinite;
  animation-fill-mode: backwards;
}
.firstview .img1 {
  background: url("../images/top_bg01.png");
  background-size: cover;
  background-position: 50% 50%;
}
.firstview .img2 {
  background: url("../images/top_bg02.png");
  background-size: cover;
  background-position: 50% 50%;
  animation-delay: 7s;
}
.firstview .img3 {
  background: url("../images/top_bg03.png");
  background-size: cover;
  background-position: 50% 50%;
  animation-delay: 14s;
}
@keyframes fadeInImg1 {
  0% {opacity: 0;}
  20% {opacity: 1;}
  33% {opacity: 1;}
  66% {opacity: 0;}
  100% {opacity: 0;}
}
@media (max-width: 736px) {
  .firstview {
    display: none;
  }
}
/* search_flex_area */
.search_flex_area {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 50px auto auto auto;
}
@media (max-width: 736px) {
  .search_flex_area {
    display: block;
    width: 100%;
    height: auto;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin: 10px 0 0 0;
  }
}
/* search_tab_area */
.search_tab_area {
  /* display: -ms-flex;
  display: flex;
  flex-basis: 330px;
  flex-wrap: wrap; */
}
.search_tab_box {
  flex-basis: 160px;
  height: 120px;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s;
  font-size: 1.6rem;
  color: #FFF;
  position: relative;
  margin-bottom: 5px;
}
.search_tab_box:before {
  content: '';
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 10px;
}
.search_tab_box:after {
  content: none;
}
.search_tab_box:hover {
  box-shadow:0px 15px 30px -5px #333;
}
.search_tab_box.current {
  color: #3778b8;
}
.search_tab_box.current:before {
  content: none;
}
.search_tab_box.current:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #3778b8;
  right: -24px;
  top: 48px;
  z-index: 1;
}
.search_tab_box .sp_title {
  display: none;
}
@media (max-width: 736px) {
  .search_tab_area {
    display: -ms-flex;
    display: flex;
    border-top: 1px solid #3778b8;
    align-items: center;
    flex-wrap: wrap;
  }
  .search_tab_box {
    height: inherit;
    display: -ms-flex;
    display: flex;
    flex-basis: 50%;
    background: #3778b8;
    margin-bottom: 0;
  }
  .search_tab_box.current {
    background: #fff;
  }
  .search_tab_box.current:after {
    content: none;
  }
  .search_tab_box:before {
    content: none;
  }
  .search_tab_box img {
    display: none;
  }
  .search_tab_box .sp_title {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
  }
  .search_tab_box.current .sp_title {
    color: #3778b8;
    text-decoration: underline;
  }
  .search_tab_box:hover {
    box-shadow: inherit;
  }
}
/* search_flight_label */
.search_flight_label {
  font-size: 1.2rem;
}
.search_flight_label span {
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
  border-radius: 5px;
  background: #FFF;
  display: block;
  width: 150px;
  position: relative;
}
.search_flight_depature span:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  background-image: url("../images/search_icon_flight.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -35px;
  top: 12px;
}
@media (max-width: 736px) {
  .search_flight_label span {
    font-size: 16px;
    width: 100%;
  }
  .search_flight_depature span:after {
    content: none;
  }
}
/* search_flight_list */
.search_flight_list {
  margin-top: 20px;
  list-style: none;
  flex-basis: 400px;
}
.search_flight_list li {
  border-bottom: 1px solid #CCC;
  font-size: 2rem;
  transition: all 0.25s linear;
}
.search_flight_list li:hover {
  color: #3778b8;
  cursor: pointer;
}
.search_flight_list li:first-child {
  border-top: 1px solid #CCC;
}
.search_flight_list li div {
  padding: 5px;
  transition: all 0.25s linear;
}
.SearchFlightListActive {
  color: #fff;
  font-weight: bold;
  background: #3778b8;
}
/* search_flight_result */
.search_flight_result p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
  transition: all 0.25s linear;
  font-size: 2rem;
}
.search_flight_result p:hover {
  cursor: pointer;
}
/* flight_modal_content */
.flight_modal_content {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.flight_modal_content .content_box {
  margin-top: 20px !important;
  box-shadow: initial;
  border-radius: initial;
  flex-basis: 800px;
  position: relative;
  background: #3778b8;
  transition: all 0.25s linear;
  overflow-y: scroll;
  max-height: 600px;
}
/* flight_modal_title */
.flight_modal_title {
  padding: 10px;
  background: #3778b8;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
}
/* search_wrapper */
.search_wrapper {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 5px 10px 0px #707070;
  flex-basis: 800px;
  display: none;
  position: relative;
}
.SearchWrapperActive {
  display: block;
}
.search_wrapper label {
  font-size: 1.2rem;
  margin-right: 5px;
}
#SearchTab01 label,
#SearchTab02 label,
#SearchTab05 label,
#SearchTab06 label {
  min-width: 65px;
}
#SearchTab01,
#SearchTab02,
#SearchTab03,
#SearchTab04,
#SearchTab05,
#SearchTab06 {
  height: 750px;
}
.search_wrapper .input_flex_box {
  width: 70%;
  margin: 15px auto 0;
}
.search_wrapper .input_flex_box .research_btn {
  margin: 0 auto 0;
}
.search_wrapper input[type="text"],
.search_wrapper .select_box  {
  width: 150px;
  height: 44px;
}
.search_wrapper .select_box[name*="Area"] {
  width: 350px;
}
#SearchTab04 .stay {
  margin-left: 40px;
}
#SearchTab05 .stay {
  margin-left: 40px;
}
@media (max-width: 736px) {
  .search_wrapper .input_flex_box {
    width: 100%;
    padding: 0 10px;
    display: block;
    margin: 0 auto;
  }
  #SearchTab01,
  #SearchTab02,
  #SearchTab03,
  #SearchTab04,
  #SearchTab05,
  #SearchTab06 {
    height: auto;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  #SearchTab04 .stay {
    margin-left: 0;
  }
  #SearchTab05 .stay {
    margin-left: 0;
  }
  .search_wrapper input[type="text"],
  .search_wrapper .select_box {
    width: 100%;
  }
  .search_wrapper .datepicker_wrapper {
    margin-right: 0;
  }
  .input_flex_wrapper {
    margin-bottom: 10px;
  }
  .search_wrapper .select_box[name*="Area"] {
    width: 100%;
  }
  .search_wrapper .input_flex_box .research_btn {
    margin: 25px auto 0;
  }
}
/* search_title */
.search_title {
  color: #50bef1;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
}
.search_title div {
  text-decoration: underline;
}
.search_title span {
  color: #e53935;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 736px) {
  .search_title span {
    top: 0;
  }
}
/* search_icon */
.search_icon {
  display: -ms-flex;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
  align-items: center;
}
#SearchTab01 .search_icon {
  width: 180px;
}
#SearchTab02 .search_icon {
  width: 300px;
}
#SearchTab03 .search_icon {
  width: 70px;
}
.search_icon .flight img {
  transform: rotate(45deg);
}
.search_icon .plus img {
  width: 25px;
}
/* bustour */
.bustour_search_wrapper {
  display: -ms-flex;
  display: flex;
  padding: 0 10px;
}
.bustour_search_wrapper .search_title {
  color: #4CAF50;
}
.search_wrapper .bustour_search_wrapper .select_box[name*="Area"] {
  width: 250px;
}
.search_wrapper .bustour_search_wrapper .select_box[name*="Theme"] {
  width: 250px;
  min-width: 250px;
}
.search_wrapper .bustour_search_wrapper .input_flex_box {
  width: 80%;
  min-width: inherit;
}
.bustour_search_theme {
  margin-top: 20px;
  flex-basis: 50%;
}
.bustour_search_theme .search_title + .input_flex_box {
  margin-top: 40px;
}
.bustour_search_direction {
  margin-top: 20px;
  flex-basis: 50%;
}
.bustour_map {
  background: url("../images/nihonchizu-dot-color.png");
  background-size: contain;
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
}
.bustour_map a {
  color: #FFF;
  font-weight: bold;
  background: #50bef1;
  padding: 8px 12px;
  border-radius: 30px;
}
.bustour_map a img {
  margin-left: 3px;
}
.bustour_map .hokkaido {
  position: absolute;
  right: 140px;
  top: 25px;
}
.bustour_map .kanto {
  position: absolute;
  right: 50px;
  top: 180px;
}
@media (max-width: 736px) {
  .search_wrapper .bustour_search_wrapper .input_flex_box {
    width: 100%;
  }
  .bustour_search_wrapper {
    display: block;
  }
  .search_wrapper .bustour_search_wrapper .select_box[name*="Area"] {
    width: 100%;
  }
  .search_wrapper .bustour_search_wrapper .select_box[name*="Theme"] {
    width: 100%;
  }
  .bustour_map .hokkaido {
    right: 180px;
    top: 30px;
  }
  .bustour_map .kanto {
    right: 85px;
  }
  .bustour_map a img {
    position: relative;
    top: 1px;
  }
}
/* Pickup */
#Pickup {
  margin-top: 40px;
}
#Pickup h2 {
  text-align: center;
}
#Pickup .title_sub {
  text-align: center;
  margin-top: 20px;
  color: #50bef1;
  font-weight: bold;
}
.pickup_wrapper {
  margin-top: 40px;
  padding: 0 20px 80px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.pickup_box {
  text-align: center;
}
.pickup_img {
  position: relative;
}
.pickup_img img {
  width: 373px;
  margin: 0 auto;
  box-shadow: 0px 5px 15px 2px #707070;
}
.pickup_img:before {
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), #333333);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  transition: 0.3s;
}
.pickup_img span {
  position: absolute;
  width: 290px;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: bold;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%,0);
}
.pickup_txt {
  margin-top: 30px;
  opacity: 0;
}
.pickup_txt h3 {
  font-size: 2.4rem;
  position: relative;
}
.pickup_txt h3:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #50bef1;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%,0);
}
.pickup_txt p {
  margin-top: 20px;
}
.slick-dots {
  bottom: 15px !important;
  left: 0 !important;
}
.slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale( 0.8 );
}
.SlickActive {
  transform: scale( 1 );
}
.SlickActive .pickup_img:before {
  opacity: 0;
  transition: 0.3s;
}
.SlickActive .pickup_img span {
  opacity: 0;
}
.SlickActive .pickup_txt {
  /* display: block; */
  opacity: 1;
}
/* Information */
#Information {
  width: 1000px;
  margin: 40px auto 0;
}
#Information h2 {
  text-align: center;
}
.info_list_area {
  margin-top: 40px;
}
.info_list {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.info_list_area .info_list:last-child {
  border-bottom: 1px solid #ccc;
}
.info_list dt {
  margin: 0 40px;
}
.info_list a {
  color: #1d588c;
}
.info_point_area {
  margin-top: 40px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.info_box {
  border: 1px solid #1d588c;
  border-radius: 3px;
  flex-basis: 230px;
  text-align: center;
  padding: 20px 10px;
}
.info_img {
  margin-top: 20px;
}
.info_text {
  margin-top: 20px;
  color: #50bef1;
  font-weight: bold;
}
@media (max-width: 736px) {
  #Information {
    width: 100%;
  }
  .info_point_area {
    display: block;
  }
  .info_box {
    width: 220px;
    margin: 30px auto;
  }
  .info_text {
    font-size: 1.6rem;
  }
  .pickup_txt h3 {
    font-size: 2.8rem;
  }
  .pickup_txt p {
    font-size: 1.8rem;
  }
  .info_list dt {
    margin: 0 20px;
  }
}
/* Area */
#Area {
  background: #e3f2fd;
  padding: 40px 0;
  margin-top: 40px;
}
#Area h2 {
  text-align: center;
}
#Area .title_sub {
  text-align: center;
  margin-top: 20px;
  color: #50bef1;
  font-weight: bold;
}
.area_flex_wrapper {
  width: 1000px;
  margin: 40px auto 0;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_flex_box a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
.area_img {
  position: relative;
  z-index: 1;
  height: 220px;
}
.area_txt {
  background: rgba(51,51,51,0.7);
  text-align: center;
  padding: 10px 0;
  color: #FFF;
  position: relative;
  z-index: 10;
  top: -135px;
}
@media (max-width: 736px) {
  .area_flex_wrapper {
    width: 90%;
    margin: 40px auto 0;
    display: block;
  }
  .area_img {
    height: inherit;
  }
  .area_img img {
    width: 100%;
  }
  .area_txt {
    top: -175px;
  }
  .area_txt h3 {
    font-size: 2rem;
  }
}
/* for safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .area_txt {
    top: -140px;
  }
}
/* tour_flow */
.tour_flow {
  width: 900px;
  margin: 40px auto;
}
.tour_flow ul {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.tour_flow li {
  background: #efebe9;
  padding: 5px;
  position: relative;
  font-size: 1.2rem;
}
.tour_flow li:after {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #efebe9;
  position: absolute;
  right: -1.5rem;
  top: 0;
}
.tour_flow li.current {
  background: #1d588c;
  color: #fff;
  font-weight: bold;
}
.tour_flow li.current:after {
  border-left: 15px solid #1d588c;
}
.tour_flow li span {
  display: none;
}
_:-ms-lang(x)::-ms-backdrop, .tour_flow li {
  padding: 10px 5px 4px;
} /* IE 11 */
@-moz-document url-prefix() {
    .tour_flow li {
        padding: 7px 5px 6px;
    }
}
@media (max-width: 736px) {
  .tour_flow {
    margin: 0 auto 20px;
    width: 100%;
  }
  .tour_flow ul {
    flex-wrap: wrap;
  }
  .tour_flow li {
    flex-basis: 50%;
    text-align: center;
  }
  .tour_flow li span {
    display: inline-block;
  }
  .tour_flow li:after {
    content: none;
  }
}
/* page_title */
.page_title_box {
  text-align: center;
}
.page_title {
  font-size: 3.2rem;
  color: #1d588c;
  margin-top: 10px;
  position: relative;
}
#Flight .page_title {
  margin-top: 0;
}
.page_title_sub {
  margin-top: 10px;
}
.page_title_border {
  width: 60px;
  border: 1px solid #1d588c;
  background: #1d588c;
  margin: 20px auto;
}
.plan_reselect_btn {
  margin-top: 20px;
  width: 180px;
}
.plan_reselect_btn a {
  color: #FFF;
  padding: 8px 10px 8px 30px;
  background: #1d588c;
  border-radius: 3px;
  position: relative;
  display: block;
}
.plan_reselect_btn a:before {
  content: url("../images/left_arrow.png");
  position: absolute;
  left: 12px;
  top: 10px;
}
@media (max-width: 736px) {
  .page_title_box {
    margin-top: 20px;
  }
  .page_title_border {
    margin: 15px auto;
  }
}
/* section */
#PlanCheck section {
  margin-top: 20px;
}
#PlanCheck section p {
  padding-left: 20px;
  margin-bottom: 10px;
}
.section_header {
  background: #87afd4;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
}
.section_header:before {
  content: url("../images/file.svg");
  position: relative;
  top: 3px;
  left: -5px;
}
.simple_section_header {
  background: #87afd4;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 1.8rem;
}
_:-ms-lang(x)::-ms-backdrop, .simple_section_header {
  padding: 14px 20px 6px;
} /* IE 11 */
h4 {
  margin-top: 20px;
}
@media (max-width: 736px) {
  h4 {
    padding-left: 10px;
  }
  #PlanCheck section {
    padding: 0 10px;
  }
}
/* simple_header */
.simple_header {
  color: #1d588c;
  border-bottom: 1px solid #1d588c;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  line-height: 120%;
}
#Plan_Search .simple_header,
#Flight .simple_header {
  border-bottom: none;
}
#Plan_Search .input_flex_box .simple_header:nth-child(3) {
  margin-left: 20px;
}
@media (max-width: 736px) {
  #Plan_Search .simple_header,
  #Flight .simple_header {
    margin-bottom: 5px;
  }
  #Flight .simple_header.ml10 {
    margin-left: 0 !important;
  }
  #Plan_Search .input_flex_box .simple_header:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* input */
input[type="text"] {
  padding: 10px;
  border: 1px solid #afafaf;
  border-radius: 5px;
  background: #FFF;
  min-width: 150px;
  height: 44px;
}
.input_txt_wrapper {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 736px) {
  input[type="text"] {
    width: 120px;
    min-width: inherit;
  }
  #Plan_Search input[type="text"],
  #Flight input[type="text"] {
    width: 100%;
  }
  #Flight input[type="text"] {
    margin-bottom: 10px;
  }
}
@media (-webkit-min-device-pixel-ratio:0) and (max-width: 736px) {
  input[type="text"] {
    font-size: 16px;
  }
}
/* select */
.select_box {
  padding: 10px 30px 10px 10px;
  border: 1px solid #afafaf;
  border-radius: 5px;
  background: #FFF;
  min-width: 100px;
  height: 44px;
  position: relative;
  -webkit-appearance:none;
  appearance:none;
}
.select_box.disable {
  background: #ddd;
  font-weight: bold;
}
.select_box[name*="Airport"] {
  width: 140px;
}
.select_box[name*="Area"] {
  width: 250px;
}
.select_box[name*="Theme"] {
  width: auto;
  min-width: 400px;
}
.select_box_wrapper {
  position: relative;
  margin-right: 10px;
}
.select_box_wrapper:after {
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:15px;
  top:38%;
  border-bottom:#afafaf 2px solid;
  border-right:#afafaf 2px solid;
  transform:rotate(45deg)translateY(-30%);
}
@media (max-width: 736px) {
  .select_box_wrapper {
    flex-basis: 120px;
  }
  .select_box {
    width: 120px;
    min-width: inherit;
  }
  .select_box_wrapper:after {
    top: 2.1rem;
  }
  #Plan_Search .select_box_wrapper {
    margin-right: 0;
  }
  #Plan_Search .research_box .select_box,
  #Flight .research_box .select_box {
    width: 100%;
  }
  #Flight .research_box .select_box {
    margin-bottom: 10px;
  }
  #Flight .select_box_wrapper:after {
    top: 4.5rem;
  }
  .select_box[name*="Theme"] {
    width: 100%;
    min-width: inherit;
  }
}
@media (-webkit-min-device-pixel-ratio:0) and (max-width: 736px) {
  .select_box {
    font-size: 16px;
  }
}
/* input_flex_box */
.input_flex_box {
  margin-top: 10px;
  display: -ms-flex;
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
  min-width: 530px;
}
.right_arrow {
  margin-right: 10px;
}
.simple_label {
  color: #1d588c;
  font-weight: bold;
}
@media (max-width: 736px) {
  .input_flex_box {
    width: 100%;
    min-width: inherit;
  }
  .right_arrow {
    display: none;
  }
  #Plan_Search .input_flex_box,
  #Flight .input_flex_box {
    display: block;
  }
  #Flight .input_flex_box .mt10 {
    margin-top: 0 !important;
  }
}
/* table */
table {
  width: 100%;
  border-spacing: inherit;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table th,
table td {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
}
table th {
  background: #b0bec5;
}
table .w250 {
  width: 250px;
}
table img {
  width: 90px;
  position: relative;
  top: 2px;
}
.table_btn {
  color: #FFF !important;
  background: #1d588c;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 400 !important;
  text-decoration: none !important;
  margin-left: 20px;
}
_:-ms-lang(x)::-ms-backdrop, table th, table td {
  padding: 12px 20px 6px;
} /* IE 11 */
.goto_table td {
  width: 50%;
}
@media (max-width: 736px) {
  .table_btn {
    display: block;
    margin-top: 10px;
  }
  table th,
  table td {
    padding: 5px;
  }
  table .w250 {
    width: 150px;
  }
  table img {
    width: 50px;
  }
}
/* price */
.price {
  color: #e53935;
}
.total_price {
  font-size: 3.2rem;
  color: #e53935;
}
/* no_choise */
.no_choise a {
  color: #e53935;
  font-weight: bold;
  text-decoration: underline;
}
.no_choise {
  text-align: right;
}
/* search_flex */
.search_head {
  color: #e53935;
  font-weight: bold;
  font-size: 2.4rem;
}
.search_flex label {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.search_flex label img {
  margin-right: 10px;
}
.search_flex label span {
  margin-left: 10px;
  font-weight: 500;
}
.search_btn {
  margin-left: 20px;
}
.search_btn a {
  background: #3778b8;
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
  padding: 10px 30px;
  font-size: 2.4rem;
}
/* detail_search */
.detail_search_btn {
  text-align: center;
  margin: 40px auto 0;
}
.detail_search_btn div {
  background: #50bef1;
  padding: 10px 60px;
  color: #FFF;
  border-radius: 3px;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.detail_search_btn div:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 22px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.js_accordion_open div:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
}
.detail_search_list dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.detail_search_list dt {
  font-weight: bold;
  flex-basis: 100px;
  margin-top: 20px;
}
.detail_search_list dd {
  flex-basis: 210px;
  margin-top: 20px;
}
.detail_search_list dl dd:nth-child(6n) {
  margin-left: 100px;
}
.detail_search_list dl:first-child dt,
.detail_search_list dl:first-child dd {
  margin-top: 0;
}
.search_result {
  float: right;
  margin-top: 15px;
}
.search_result span {
  font-weight: bold;
  margin-left: 10px;
  color: #e53935;
  font-size: 2rem;
}
@media (max-width: 736px) {
  .detail_search_list dt {
    width: 100%;
  }
  .detail_search_btn div:after {
    top: 14px;
  }
}
/* accordion */
.js_accordion_content {
  display: none;
}
/* flight */
#Flight {
  width: 1200px;
}
#Flight .research_box {
  width: 1000px;
  margin: 0 auto;
}
#Flight .research_box .select_box.disable {
  margin-top: 18px;
}
#Flight .research_box .right_arrow {
  margin-top: 20px;
}
#Flight .simple_header + .input_flex_box {
  margin-top: 0;
}
#Flight input[type="radio"] {
  width: 18px;
  height: 18px;
}
#Flight table .small {
  font-size: 1.2rem;
}
@media (max-width: 736px) {
  #Flight {
    width: 100%;
  }
  #Flight .research_box {
    width: 100%;
  }
  #Flight .research_box .datepicker_wrapper,
  #Flight .research_box .select_box_wrapper {
    margin-right: 0;
  }
}
/* hotel */
.hotel_content_flex {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.hotel_img {
  flex-basis: 200px;
}
.hotel_img img {
  width: 100%;
}
.hotel_name_area {
  margin-left: 20px;
  flex-basis: 720px;
}
.hotel_name {
  font-size: 2.0rem;
  border-bottom: 1px solid #ccc;
  display: block;
}
.hotel_text_flex {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.hotel_rating_result span {
  color: #00aa6c;
  font-size: 3rem;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.hotel_rating_link {
  color: #3778b8;
  border-bottom: 1px solid #3778b8;
}
.hotel_detail_btn {
  margin-left: auto;
}
.hotel_detail_btn a {
  background: #80CBC4;
  color: #FFF;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 3px;
}
.hotel_plan_wrapper {
  background: #e3f2fd;
  padding: 20px;
  margin-top: 20px;
}
.hotel_plan_name {
  font-size: 2rem;
}
.hotel_plan_price_flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.hotel_plan_type {
  background: #FFF;
  border-radius: 3px;
  font-weight: bold;
  padding: 10px 20px;
}
.hotel_plan_price {
  font-weight: bold;
}
.hotel_plan_price .price{
  color: #e53935;
  font-size: 2rem;
}
.hotel_plan_price span {
  color: #000;
  margin-right: 20px;
  font-size: 1.6rem;
}
.hotel_plan_select_btn a {
  background: #e53935;
  color: #FFF;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 30px;
  cursor: pointer;
}
.hotel_plan_select_btn .submit_btn:before {
  right: 14px;
  top: 10px;
}
.hotel_plan_more_btn {
  text-align: center;
  margin: 20px auto 0;
}
.hotel_plan_more_btn div {
  background: #50bef1;
  color: #FFF;
  border-radius: 3px;
  padding: 10px 30px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.hotel_plan_more_btn div:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 16px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hotel_plan_more_btn.js_accordion_open div:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
.modal_hotel_text dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 2px;
}
.modal_hotel_text dl:first-child {
  margin-top: 10px;
}
.modal_hotel_text dt {
  flex-basis: 110px;
}
.content_box.plan_add {
  margin-top: 20px;
}
.plan_add_flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan_add_flex .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.plan_add_flex .plan_delete {
  margin-right: 122px;
}
@media (max-width: 736px) {
  #Hotel .search_flex label {
    position: relative;
  }
  #Hotel .search_flex label span {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  #Hotel .search_flex select[name^="People"] {
    margin-top: 20px;
  }
  #Hotel .disable p {
    font-size: 16px;
  }
  #Hotel .search_btn {
    margin: 40px auto 0;
    text-align: center;
  }
  #Hotel .detail_search_list dt {
    width: 100%;
    flex-basis: 600px;
  }
  #Hotel .detail_search_list dl dd:nth-child(6n) {
    margin-left: 0;
  }
  #Hotel .detail_search_list dl:first-child dt,
  #Hotel .detail_search_list dl:first-child dd,
  #Hotel .detail_search_list dd{
    margin-top: 10px;
  }
  #Hotel .pager_area {
    padding: 0 10px;
  }
  .hotel_text_flex {
    margin-top: 20px;
    display: block;
  }
  .hotel_detail_btn {
    margin-top: 20px;
    text-align: center;
  }
  .hotel_plan_select_btn a {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .hotel_content_flex {
    display: block;
  }
  .hotel_img img {
    width: 100%;
  }
  .hotel_name_area {
    margin-left: 0;
    margin-top: 10px;
  }
  .hotel_plan_price_flex {
    display: block;
    margin-top: 10px;
  }
  .hotel_plan_type {
    display: inline-block;
    padding: 5px 20px;
  }
  .hotel_plan_price .price {
    display: block;
  }
  .hotel_plan_price {
    text-align: left;
    margin-top: 5px;
  }
  .hotel_plan_select_btn {
    text-align: right;
    margin-top: 10px;
  }
  .hotel_plan_more_btn div:after {
    top: 12px;
  }
  .hotel_plan_more_btn.js_accordion_open div:after {
    top: 16px;
  }
  .modal_hotel_text dt {
    flex-basis: 90px;
  }
  .modal_hotel_text dl {
    margin-top: 5px;
  }
  .content_box.plan_add {
    padding: 10px;
  }
  .plan_add_flex .plan_delete {
    margin-right: 0;
  }
  .plan_add_flex .text {
    font-size: 1.1rem;
  }
  .hotel_plan_select_btn .submit_btn:before {
    top: 12px;
  }
  #Hotel .search_flex .select_box_wrapper:after {
    top: 3.2rem;
  }
}
/* modal_plan */
.modal_plan_wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  padding-top: 80px;
}
.modal_plan_content_wrapper .sp_label {
  display: none;
}
.modal_plan_img {
  flex-basis: 270px;
  margin-right: 20px;
}
.modal_plan_img img {
  width: 100%;
}
.modal_plan_title {
  font-size: 2rem;
  font-weight: bold;
}
.modal_plan_name {
  font-size: 2rem;
  border-bottom: 1px solid #CCC;
}
.modal_plan_txt_wrapper {
  flex-basis: 765px;
}
.modal_plan_content_header {
  background: #1d588c;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.modal_plan_content_header li {
  color: #FFF;
  font-weight: bold;
}
.modal_plan_txt {
  margin-top: 10px;
}
.modal_plan_content_header .roomtype {
  flex-basis: 300px;
}
.modal_plan_content_header .roomstatus,
.modal_plan_content_header .roomnumber,
.modal_plan_content_header .adult,
.modal_plan_content_header .child,
.modal_plan_content_header .kids,
.modal_plan_content_header .price {
  flex-basis: 125px;
}
.modal_plan_content_wrapper dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #CCC;
  padding: 10px 5px;
}
.modal_plan_content_wrapper dt,
.modal_plan_content_wrapper dd {
  margin-right: 5px;
}
.modal_plan_content_wrapper dt {
  flex-basis: 330px;
}
.modal_plan_content_wrapper dd {
  flex-basis: 120px;
  font-weight: bold;
}
.modal_plan_content_wrapper .roomtype {
  font-weight: bold;
}
.modal_plan_content_wrapper .roomtype span {
  font-weight: 500;
  display: block;
}
.modal_plan_content_wrapper .roomstatus {
  padding-left: 10px;
  flex-basis: 100px;
}
.modal_plan_content_wrapper .price {
  font-size: 2rem;
  text-align: center;
}
.modal_plan_content_wrapper .input_flex_box {
  min-width: inherit;
  margin-top: 0;
}
.modal_plan_btn_wrapper {
  margin-top: 40px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.modal_plan_btn_wrapper .cancel_btn {
  cursor: pointer;
  margin-right: 40px;
}
@media (max-width: 736px) {
  .modal_plan_content_header {
    display: none;
  }
  .modal_plan_title {
    margin-top: 10px;
  }
  .modal_plan_wrapper {
    display: block;
    padding-top: 20px;
  }
  .modal_plan_content_wrapper dl {
    display: block;
  }
  .modal_plan_content_wrapper .roomstatus {
    padding-left: 0;
  }
  .modal_plan_content_wrapper .price {
    text-align: left;
  }
  .modal_plan_content_wrapper dt,
  .modal_plan_content_wrapper dd {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
  }
  .modal_plan_content_wrapper dd {
    margin-top: 15px;
  }
  .modal_plan_content_wrapper dd .input_flex_box {
    width: inherit;
  }
  .modal_plan_content_wrapper dd .input_txt_wrapper {
    margin-right: 0;
  }
  .modal_plan_content_wrapper .sp_label {
    display: block;
    font-size: 1.8rem;
    flex-basis: 100px;
    margin-right: auto;
  }
  .modal_plan_btn_wrapper {
    margin-top: 20px;
    flex-wrap: wrap-reverse;
  }
  .modal_plan_btn_wrapper .cancel_btn {
    margin-top: 20px;
    margin-right: auto !important;
  }
}
/* optional */
#Optional .search_btn {
  margin-left: auto;
  margin-right: 60px;
}
#Optional .submit_btn {
  font-size: 1.6rem;
  padding: 10px 30px 10px 20px;
}
#Optional .submit_btn:before {
  right: 12px;
  top: 10px;
}
#Optional .modal_content {
  padding-top: 0;
}
.search_wrapper .select_box_wrapper {
  margin-right: 10px;
}
.optional_content_header {
  background: #1d588c;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  text-align: center;
  padding: 10px;
  margin-top: 40px;
}
.optional_content_header li {
  color: #FFF;
  font-weight: bold;
}
.optional_content_header .item {
  flex-basis: 420px;
}
.optional_content_header .stock {
  flex-basis: 100px;
}
.optional_content_header .adult,
.optional_content_header .child,
.optional_content_header .kids,
.optional_content_header .price {
  flex-basis: 120px;
}
.optional_content_header .day {
  flex-basis: 200px;
}
section .optional_content_wrapper:last-child {
  margin-bottom: 40px;
}
.optional_content_wrapper dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.optional_content_wrapper dl dt {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-basis: 440px;
}
.optional_content_wrapper dl dt a {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.optional_content_wrapper dl dt img {
  width: 150px;
  margin-right: 10px;
}
.optional_content_wrapper dl dt,
.optional_content_wrapper dl dd {
  margin-right: 10px;
}
.optional_content_wrapper dl .stock {
  flex-basis: 75px;
  font-weight: bold;
}
.optional_content_wrapper dl .day {
  flex-basis: 160px;
}
.optional_content_wrapper dl .adult,
.optional_content_wrapper dl .child,
.optional_content_wrapper dl .kids {
  flex-basis: 120px;
}
.optional_content_wrapper dl .kids {
  margin-right: 20px;
}
.optional_content_wrapper dl .price {
  margin-right: 10px;
  font-weight: bold;
  flex-basis: 100px;
}
.optional_content_wrapper .input_flex_box {
  margin-top: 0;
  min-width: inherit;
}
.optional_content_wrapper input[type="text"] {
  min-width: inherit;
  width: 140px;
}
.optional_content_wrapper .select_box {
  min-width: inherit;
}
.modal_optional_header {
  font-size: 2rem;
  color: #1d588c;
  border-bottom: 1px solid #1d588c;
}
.modal_optional_img {
  text-align: center;
}
.modal_optional_img img {
  margin: 20px 0 0 !important;
  width: 500px !important;
}
.modal_optional_title {
  background: #87afd4;
  color: #FFF;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1.8rem;
  margin-top: 20px;
}
.modal_optional_text {
  padding-left: 20px;
  margin-top: 20px;
}
.modal_optional_text dl {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}
.optional_content_wrapper .sp_label {
  display: none;
}
@media (max-width: 736px) {
  .search_head {
    padding: 0 10px;
  }
  .search_flex .input_flex_box {
    display: block;
    padding: 0 10px;
  }
  .search_flex .input_flex_box .select_box_wrapper {
    margin-right: 0;
  }
  .search_flex .input_flex_box label {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .search_flex .input_flex_box .select_box {
    width: 100%;
    margin-top: 10px;
  }
  #Optional .search_btn {
    margin: 40px auto 40px;
    text-align: center;
  }
  #Optional .submit_btn {
    font-size: 2rem;
  }
  #Optional .submit_btn:before {
    right: 20px;
    top: 12px;
  }
  .search_flex .input_flex_box input[type="text"] {
    width: 100%;
  }
  .search_flex .input_flex_box .datepicker_wrapper {
    margin-top: 10px;
    margin-right: 0;
  }
  .optional_content_header {
    display: none;
  }
  .optional_content_wrapper {
    padding: 0 10px;
  }
  .optional_content_wrapper dl {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .optional_content_wrapper dl:first-child {
    margin-top: 30px;
  }
  .optional_content_wrapper dl dt {
    margin-right: 0;
    margin-top: 10px;
    justify-content: flex-start;
  }
  .optional_content_wrapper dl dt img {
    width: 120px;
  }
  .optional_content_wrapper dl dt a {
    font-size: 2rem;
  }
  .optional_content_wrapper dl dd {
    margin-top: 10px;
  }
  .optional_content_wrapper dl .stock {
    text-align: right;
    font-size: 2rem;
  }
  .optional_content_wrapper dl .day .datepicker_wrapper,
  .optional_content_wrapper dl input[type="text"] {
    width: 100%;
    margin-right: 0;
  }
  .optional_content_wrapper .sp_label {
    display: block;
    margin-right: 10px;
  }
  .optional_content_wrapper dl .kids {
    margin-right: 10px;
  }
  .optional_content_wrapper .input_txt_wrapper {
    margin-left: auto;
    margin-right: 0;
  }
  .optional_content_wrapper dl .adult,
  .optional_content_wrapper dl .child,
  .optional_content_wrapper dl .kids {
    font-size: 2rem;
  }
  .optional_content_wrapper dl .price {
    text-align: right;
  }
  .optional_content_wrapper dl .price p {
    font-size: 2.4rem;
  }
  .modal_optional_img {
    width: 80%;
    margin: 0 auto;
  }
  .modal_optional_img img {
    width: 100% !important;
    margin: 10px auto !important;
  }
  .search_wrapper .select_box_wrapper {
    margin-right: 0;
  }
}
/* +- btnspinner */
.btnspinner{
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.spinner_area {
  border: 2px solid #ccc;
}
.spinner_area input{
  vertical-align: middle;
}
@media (max-width: 736px) {
  .spinner_area {
    border: none;
  }
}
/* デフォルトのスピナーを消す */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}
.spinner_area input[type="number"] {
  width: 15px;
}
.spinner_area input[type="button"]{
  cursor: pointer;
}
.spinner_area span {
  margin-right: 10px;
  font-weight: bold;
}
.plus_btn,
.minus_btn {
  border: none;
  padding: 3px 6px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 120%;
}
.plus_btn {
  background: #333;
  color: #fff;
  border-left: 2px solid #ccc;
}
.minus_btn {
  background: #f5f5f5;
  color: #333;
  border-right: 2px solid #ccc;
}
.disable_btn{
  background: #999999;
}
@media (max-width: 736px) {
  .plus_btn,
  .minus_btn {
    padding: 6px 8px;
    border: 2px solid #ccc;
  }
  .spinner_area span {
    font-size: 1.3rem;
  }
}
/* modal */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.modal_bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 1001;
}
.modal_content {
  background: #fff;
  padding-top: 80px;
}
.modal_close_btn {
  text-align: center;
  margin: 20px auto 0;
}
.modal_close_btn a {
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 80px;
  display: inline-block !important;
  color: #333;
}
.js_modal_open {
  cursor: pointer;
  transition: 0.3s;
}
.js_modal_open:hover {
  opacity: 0.8;
}
@media (max-width: 736px) {
  .modal_content {
  padding-top: 20px;
  }
}
/* v--modal */
.v--modal {
  padding: 40px !important;
}
.v--modal-overlay {
  z-index: 9999 !important;
}
.v--modal-overlay .v--modal-box {
  overflow-y: scroll !important;
  -ms-overflow-style: none !important;    /* IE, Edge 対応 */
  scrollbar-width: none !important;       /* Firefox 対応 */
}
.v--modal-overlay .v--modal-box::-webkit-scrollbar {
  display:none; /* Chrome, Safari 対応 */
}
@media (max-width: 736px) {
  .v--modal-overlay .v--modal-box {
    position: inherit !important;
    width: 100% !important;
    overflow-y: scroll !important;
    max-height: 100vh !important
  }
  .v--modal {
    padding: 20px !important;
  }
}
/* plan_flex_area */
.plan_flex_area {
  display: -ms-flex;
  display: flex;
  justify-content: start;
  margin-top: 20px;
}
.plan_flex_area .plan_flex_box:first-child {
  flex-basis: 80px;
}
.plan_flex_area .plan_flex_box:last-child {
  flex-basis: 100%;
}
.plan_flex_area table th,
.plan_flex_area table td {
  padding: 5px;
}
@media (max-width: 736px) {
  .plan_flex_area {
    display: block;
  }
  .plan_flex_area .simple_header {
    margin-bottom: 10px;
  }
}
/* plan_hotel_name */
.plan_hotel_name {
  color: #1d588c;
  font-weight: bold;
}
/* content_box */
.content_box {
  padding: 20px;
  margin-top: 40px;
  box-shadow: 0px 5px 10px 0px #707070;
  border-radius: 3px;
}
/* simple_box */
.simple_box {
  padding: 10px 20px;
  border: 1px solid #CCC;
}
_:-ms-lang(x)::-ms-backdrop, .simple_box{
  padding: 12px 20px 6px;
} /* IE 11 */
.simple_box.no_choise {
  border-top: none;
}
.price_box .simple_box.no_choise a {
  position: inherit;
}
/* plan */
.plan_date {
  font-size: 2rem;
}
.date_sub {
  background: #50bef1;
  color: #FFF;
  padding: 4px 25px;
  margin-left: 20px;
  border-radius: 2rem;
  font-size: 1.4rem;
}
/* plan_list */
.plan_list dl {
  display: -ms-flex;
  display: flex;
  justify-content: start;
}
.plan_list dt {
  flex-basis: 70px;
}
.plan_list dd span {
  margin: 0 20px;
}
.plan_list .w40 {
  width: 40px;
}
@media (max-width: 736px) {
  .plan_list dl {
    padding: 0px 10px;
    display: block;
  }
  .plan_list dt, .plan_list dd {
    display: inline-block;
  }
  .plan_list dd span {
    margin: 0 10px;
  }
  .plan_list .w40 {
    width: 30px;
  }
}
/* plan_table_layout */
.plan_table_layout {
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.plan_table_layout dl {
  flex-basis: 145px;
}
.plan_table_layout dl img {
  width: 45px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.plan_table_layout dl.seat {
  flex-basis: 80px;
}
.plan_table_layout dl.carrier_kind {
  flex-basis: 220px;
}
.plan_table_layout dl.plan {
  flex-basis: 600px;
}
.plan_table_layout dt {
  border: 1px solid #CCC;
  background: #b0bec5;
  border-right: none;
  border-bottom: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
.plan_table_layout dd {
  border: 1px solid #CCC;
  border-right: none;
  padding: 5px;
  height: 32px;
}
.plan_table_layout dl:last-child dt,
.plan_table_layout dl:last-child dd {
  border-right: 1px solid #CCC;
}
@media (max-width: 736px) {
  .plan_table_layout {
    display: block;
  }
  .plan_table_layout dt {
    border-right: 1px solid #CCC;
  }
  .plan_table_layout dd {
    border-bottom: none;
    border-right: 1px solid #CCC;
    height: inherit;
  }
  .plan_table_layout dl:last-child dd {
    border-bottom: 1px solid #CCC;
  }
}
/* plan_search_flex_area */
.plan_search_flex_area {
  display: -ms-flex;
  display: flex;
}
.content_box .plan_search_flex_area:not(:first-child) {
  margin-top: 80px;
}
.plan_search {
  flex-basis: 30%;
}
.plan_search img {
  width: 100%;
}
.plan_search_txt {
  flex-basis: 68%;
  margin-left: 2%;
}
.plan_search_txt h3 {
  margin-bottom: 20px;
}
.plan_search_txt h3 a {
  color: #1d588c;
}
.plan_search_txt p {
  margin-bottom: 10px;
}
.plan_plice_area {
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.plan_plice {
  color: #e53935;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 40px;
}
.plan_number {
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_number .red {
  color: #e60012;
  font-size: 2rem;
  margin-right: 2px;
}
.plan_search_img {
  flex-basis: 240px;
}
.plan_search_img img {
  width: 100%;
}
@media (max-width: 736px) {
  .plan_search_txt h3 {
    margin-bottom: 5px;
  }
  .plan_search_img {
    text-align: center;
    margin-bottom: 10px;
  }
  .plan_search_flex_area {
    display: block;
  }
  .plan_plice {
    margin-right: 20px;
    margin-top: 5px;
  }
  .plan_plice_area {
    margin-top: 10px;
  }
  .plan_number {
    margin-left: 10px;
  }
  .plan_search_img img {
    width: 80%;
  }
}
/* pager_area */
.pager_area .input_flex_box {
  width: auto;
  min-width: inherit;
  float: left;
}
@media (max-width: 736px) {
  #Plan_Search .pager_area .input_flex_box {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    float: none;
  }
}
/* pager_nav */
.pager_nav {
  display: -ms-flex;
  display: flex;
  float: left;
  margin-left: 150px;
  margin-top: 15px;
}
.pager_nav li {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  color: #ccc;
  width: 31px;
  margin-right: 5px;
}
.pager_nav li.current {
  background: #777;
}
.pager_nav li.current a {
  color: #FFF;
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.pager_nav li a {
  display: block;
}
@media (max-width: 736px) {
  .pager_nav {
    float: none;
    margin-left: 0;
    justify-content: center;
  }
  .pager_nav li {
    width: 27px;
  }
}
/* tour_condition */
.tour_condition {
  border: 1px solid #CCC;
  padding: 30px;
  height: 500px;
  overflow-y: scroll;
}
.tour_condition h3 {
  text-align: center;
  font-size: 2rem;
}
.tour_condition ul {
  padding: 0 20px;
}
.tour_condition ul li {
  margin-bottom: 10px;
}
.tour_condition ul li:last-child {
  margin-bottom: 0;
}
.tour_condition_table th,
.tour_condition_table td {
  width: 50%;
}
@media (max-width: 736px) {
  .tour_condition {
    padding: 20px 10px;
  }
  .tour_condition ul {
    margin-top: 10px;
  }
}
/* pay_total */
.pay_total {
  display: -ms-flex;
  display: flex;
  border: 5px solid #e53935;
  padding: 10px 18px;
  margin-top: 20px;
  align-items: center;
}
.pay_total dt {
  flex-basis: 140px;
  font-size: 1.8rem;
  font-weight: bold;
}
.pay_total dd {
  margin-left: auto;
  font-size: 3.2rem;
  color: #e53935;
}
/* attention */
.attention_title {
  color: #e53935;
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.6rem;
}
.attention {
  border: 2px solid #e53935;
  padding: 20px;
  color: #e53935;
}
.attention + p {
  color: #e53935;
  margin-top: 10px;
}
/* tour_check */
.tour_check {
  margin-top: 20px;
}
input[type="checkbox"] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
.tour_check label,
.detail_search_wrapper label,
.modal_rentcar_content_wrapper label {
  position: relative;
  padding-left: 30px;
  display: block;
}
.tour_check label {
  color: #1d588c;
}
.tour_check label:before,
.detail_search_wrapper label:before,
.modal_rentcar_content_wrapper label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 2px;
  border: 2px solid #CCC;
  border-radius: 5px;
}
.tour_check label:after,
.detail_search_wrapper label:after,
.modal_rentcar_content_wrapper label:after{
  content: "";
  width: 8px;
  height: 12px;
  border-right: 3px solid #4dd0e1;
  border-bottom: 3px solid #4dd0e1;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 12px;
  top: 2px;
  opacity: 0;
}
input[type="checkbox"]:checked+label:after {
  opacity: 1;
}
@media (max-width: 736px) {
  .tour_check {
    padding: 0 10px;
  }
  .tour_check label,
  .detail_search_wrapper label,
  .modal_rentcar_content_wrapper label {
    line-height: 180%;
  }
}
/* input[type="radio"] */
input[type="radio"] {
  vertical-align: middle;
}
.radio_label {
  position: relative;
}
.radio_label:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 14px;
  height: 14px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
.radio_label:after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 10px;
  height: 10px;
  background: #42a5f5;
  border-radius: 50%;
  opacity: 0;
}
input[type="radio"]:checked+.radio_label:after {
  opacity: 1;
}
@media (max-width: 736px) {
  .radio_label:before {
    left: 10px;
    top: 16px;
  }
  .radio_label:after {
    left: 12px;
    top: 18px;
  }
  input[type="radio"] {
    border: 2px solid #42A5F5;
    background: #42A5F5;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
  }
}

/* research_box */
.research_box {
  background: #e3f2fd;
  padding: 20px 120px;
}
#Plan_Search .research_box {
  padding: 20px 80px;
}
.research_box h3 {
  color: #3778b8;
  text-align: center;
}
@media (max-width: 736px) {
  .research_box,
  #Plan_Search .research_box {
    padding: 10px;
  }
}
/* research_btn */
.research_btn {
  display: block;
  background: #3778b8;
  padding: 15px;
  width: 300px;
  text-align: center;
  margin: 20px auto 0;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 3px;
  position: relative;
}
.research_btn:after {
  content: url("../images/search.png");
  position: absolute;
  right: 85px;
  top: 20px;
}
@media (max-width: 736px) {
  .research_btn {
    width: 250px;
    padding: 12px;
  }
  .research_btn:after {
    right: 70px;
    top: 14px;
  }
}
/* flight_tab_area */
.flight_tab_area {
  margin-top: 40px;
  display: -ms-flex;
  display: flex;
}
.flight_tab_area .tabMenu {
  display: -ms-flex;
  display: flex;
}
.flight_tab_box {
  background: #bdbdbd;
  color: #333;
  padding: 10px;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
}
.flight_tab_box.FlightTabBoxActive {
  background: #42a5f5;
  color: #FFF;
}
.flight_tab_box span {
  display: block;
}
.flight_tab_box .bold {
  font-size: 2.2rem;
  text-align: center;
}
/* flight_table_area */
.flight_table_area {
  padding: 20px;
  border: 1px solid #3778b8;
  border-radius: 3px;
  display: none;
}
.flight_table_area.FlightTableActive {
  display: block;
}
@media (max-width: 736px) {
  .flight_table_area {
    padding: 10px;
  }
}
/* change_flight_area */
.change_flight_area {
  display: -ms-flex;
  display: flex;
}
.change_flight_area img {
  width: 10px;
  height: 5px;
  position: relative;
  top: 18px;
  margin: 0 10px;
}
.change_flight_box {
  padding: 10px;
  color: #333;
  border-radius: 3px;
  cursor: pointer;
}
.change_flight_box.ChangeFlightActive {
  background: #50bef1;
  color: #FFF;
  border-radius: none;
  cursor: default;
}
/* flight_table_title */
.flight_table_title h3 {
  color: #1d588c;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-left: 5px;
}
.flight_table_title h3 img {
  margin-right: 20px;
}
@media (max-width: 736px) {
  .flight_table_title h3 {
    margin-left: 0;
  }
  .flight_table_title h3 img {
    margin-right: 10px;
  }
}
/* flight_table_box */
.flight_table_box {
  display: none;
}
.FlightTableBoxActive {
  display: block;
}
@media (max-width: 736px) {

}
/* flight_table */
.flight_table table th,
.flight_table table td {
  padding: 2px;
  font-size: 1.4rem;
}
.flight_table table th {
  background: #e3f2fd;
  color: #3778b8;
  line-height: 120%;
}
.flight_table table th:nth-child(4),
.flight_table table th:nth-child(5) {
  width: 210px;
}
.flight_table .table_head {
  font-size: 2rem;
  width: 80px;
}
.flight_table_center {
  width: 2px;
  height: auto;
  background: #3778b8;
  margin: 0 5px;
}
.flight_table td.bd {
  border-bottom: 2px solid #3778b8;
}
.flight_table .selected td{
  border-top: 2px solid #3778b8;
  border-bottom: 2px solid #3778b8;
}
.flight_table .selected td:first-child {
  border-left: 2px solid #3778b8;
}
.flight_table .selected td:last-child {
  border-right: 2px solid #3778b8;
}
.flight_table .selected td.nobd {
  border-bottom: none;
}
.flight_table .wifi {
  color: #110785;
  font-size: 1.2rem;
}
@media (max-width: 736px) {
  .flight_table_left {
    width: 100%;
    margin-right: 0;
  }
  .flight_table_right {
    width: 100%;
  }
  .flight_table table th,
  .flight_table table td {
    font-size: 1.25rem;
  }
  .flight_table table th:nth-child(4),
  .flight_table table th:nth-child(5) {
    width: auto;
  }
  .flight_table .table_head {
    width: 35px;
  }
}
/* flight_description */
.flight_description {
  margin-top: 10px;
  padding-left: 10px;
}
.flight_description .wifi {
  font-size: 1.4rem;
  font-weight: bold;
}
/* sublink_btn */
.sublink_btn a {
  background: #1d588c;
  color: #FFF;
  padding: 10px;
  border-radius: 3px;
  float: right;
}
@media (max-width: 736px) {
  .sublink_btn a {
    margin-right: 10px;
  }
}
/* datepicker_wrapper */
.datepicker_wrapper {
  position: relative;
  margin-right: 10px;
}
.datepicker_wrapper:after {
  content: url("../images/datepicker.png");
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
}
@media (max-width: 736px) {
  .datepicker_wrapper:after {
    top: 12px;
  }
}
/* footer_btn_area */
.footer_btn_area {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  background: #eff5fa;
}
.footer_btn_area + footer {
  margin-top: 0;
}
.footer_btn_flexbox {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto;
}
#FlightFooter .footer_btn_flexbox {
  display: block;
}
.cancel_btn {
  background: #b0bec5;
  color: #FFF;
  font-size: 2.4rem;
  position: relative;
  padding: 10px 30px 10px 40px;
  border-radius: 3px;
  display: block;
}
.cancel_btn:before {
  content: url("../images/left_arrow.png");
  position: absolute;
  left: 22px;
  top: 10px;
}
.submit_btn {
  background: #e53935;
  color: #FFF;
  font-size: 2.4rem;
  position: relative;
  padding: 10px 40px 10px 30px;
  border-radius: 3px;
  font-weight: bold;
}
#FlightFooterBtn .submit_btn {
  display: block;
  width: 260px;
  margin: 0 auto;
}
.submit_form {
  position: relative;
}
.submit_form:before {
  content: url("../images/right_arrow.png");
  position: absolute;
  right: 22px;
  top: 20px;
  display: block;
  z-index: 100;
}
.submit_btn:before {
  content: url("../images/right_arrow.png");
  position: absolute;
  right: 22px;
  top: 7px;
}
#FlightFooterBtn .submit_btn:before,
#Plan_Search .submit_btn:before {
  top: 10px;
}
#Plan_Search .submit_btn {
  font-size: 1.8rem;
  top: 5px;
}
@media (max-width: 736px) {
  .footer_btn_area {
    margin-top: 20px;
    padding: 20px 0;
  }
  .footer_btn_flexbox {
    width: 100%;
    flex-wrap: wrap-reverse;
  }
  .footer_btn_left {
    width: 100%;
  }
  .footer_btn_right {
    width: 100%;
    margin-bottom: 20px;
  }
  .cancel_btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .cancel_btn:before {
    top: 9px;
  }
  .submit_btn {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
  }
  .submit_btn:before {
    top: 9px;
  }
  .submit_form:before {
    right: 20%;
  }
  #Plan_Search .submit_btn {
    width: 100%;
    margin: 0;
    top: 0;
  }
  #Plan_Search .submit_btn:before {
    top: 12px;
  }
}
/* vehicle */
#Vehicle .page_title_box {
  margin-top: 40px;
}
#Vehicle .research_box .radio_wrapper {
  margin-top: 10px;
  text-align: center;
}
#Vehicle .research_box .radio_wrapper input {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#Vehicle .research_box .radio_wrapper label {
  font-size: 1.8rem;
}
#Vehicle .research_box .radio_wrapper label:nth-child(2) {
  margin-right: 20px;
}
.vehicle_header {
  background: #1d588c;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
  padding: 5px 0;
  text-align: center;
}
.vehicle_header img {
  position: relative;
  top: 4px;
  right: 8px;
}
.vehicle_btn_area {
  display: -ms-flex;
  display: flex;
  width: 800px;
  margin: 40px auto 0;
  justify-content: space-around;
}
.vehicle_btn a {
  color: #3778b8;
  padding: 10px 20px 18px;
  border: 2px solid #3778b8;
  border-radius: 3px;
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
  width: 220px;
  text-align: center;
}
.not_use_btn a {
  background: #f5f5f5;
  padding: 20px 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
  width: 220px;
  text-align: center;
}
.vehicle_btn .car,
.vehicle_btn .bus {
  position: relative;
  top: 8px;
  right: 5px;
}
.vehicle_flex_area {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.vehicle_flex_area .flex_img {
  flex-basis: 250px;
  text-align: center;
  margin-right: 20px;
}
.vehicle_flex_area .flex_txt {
  font-size: 1.8rem;
}
.vehicle_flex_area .flex_btn {
  margin-left: auto;
}
.vehicle_flex_area .submit_btn {
  padding: 10px 60px 10px 50px;
}
.content_box .vehicle_flex_area:first-child {
  margin-top: 0;
}
@media (max-width: 736px) {
  .vehicle_btn_area {
    display: block;
    width: 100%;
  }
  .vehicle_header {
    padding: 2px 0 8px;
  }
  .vehicle_btn a {
    padding: 0 20px 8px;
    width: 80%;
    margin: 0 auto 10px;
  }
  .not_use_btn a {
    padding: 10px 20px;
    width: 80%;
    margin: 0 auto;
  }
  .vehicle_btn .car,
  .vehicle_btn .bus {
    width: 30px;
  }
  .vehicle_flex_area {
    display: block;
  }
  .vehicle_flex_area .flex_img {
    margin-right: 0;
  }
  .vehicle_flex_area .flex_txt {
    text-align: center;
  }
}
/* bus */
#Bus .research_box {
  margin-top: 40px;
  padding: 20px 80px;
}
#Bus .research_box label {
  margin-right: 10px;
}
#Bus .research_box .input_flex_box {
  margin-top: 20px;
  justify-content: center;
}
#Bus .select_box[name*="Area"] {
  width: 200px;
}
.bus_content_wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  margin-top: 5px;
  border-bottom: 1px solid #CCC;
}
.bus_content_wrapper .bus_img {
  flex-basis: 145px;
  margin-right: 10px;
}
.bus_content_wrapper .bus_img img {
  width: 100%;
}
.bus_content_wrapper .bus_text_area {
  margin-right: 40px;
}
.bus_content_wrapper .bus_limit {
  color: #000;
  font-weight: 500;
  padding: 5px;
  border: 1px solid #3778b8;
  margin-right: 10px;
}
.bus_content_wrapper .bus_limit .red {
  color: #e60012;
  font-weight: bold;
}
.bus_content_wrapper .bus_price {
  color: #e60012;
  font-weight: bold;
}
.bus_content_wrapper .bus_name {
  font-weight: bold;
  margin: 10px 0 8px;
}
.bus_content_wrapper .input_flex_box {
  margin-top: 0;
  min-width: inherit;
  width: inherit;
}
.bus_content_wrapper .bus_tag {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.bus_content_wrapper .bus_tag li {
  font-size: 1.1rem;
  padding: 5px;
  margin-right: 5px;
  border: 1px solid #CCC;
}
.bus_content_wrapper .bus_tag li.strong {
  background: #333;
  color: #FFF;
}
.bus_content_wrapper .seat {
  font-weight: bold;
  margin-right: 20px;
}
.bus_content_wrapper .input_txt_wrapper {
  font-weight: bold;
}
.bus_content_wrapper .bus_submit_btn {
  margin-left: auto;
}
@media screen and (max-width: 736px) {
  .bus_content_wrapper {
    display: block;
  }
  .bus_content_wrapper .bus_img {
    margin-right: 0;
    text-align: center;
  }
  .bus_content_wrapper .bus_img img {
    width: 60%;
  }
  .bus_content_wrapper .bus_text_area {
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
    font-size: 1.8rem;
  }
  .bus_content_wrapper .bus_tag {
    margin: 5px 0;
    justify-content: center;
  }
  .bus_content_wrapper .seat {
    margin-right: 0;
    text-align: center;
    margin-top: 10px;
  }
  .bus_content_wrapper .input_txt_wrapper {
    width: 112px;
    margin: 10px auto 0;
    text-align: center;
  }
  .bus_content_wrapper .bus_price,
  .bus_content_wrapper .bus_tag,
  .bus_content_wrapper .seat,
  .bus_content_wrapper .input_txt_wrapper {
    font-size: 1.8rem;
  }
  #Bus .input_flex_box {
    display: block;
  }
  #Bus .input_flex_box label {
    display: block;
    margin-top: 10px;
  }
  #Bus .select_box[name*="Area"],
  #Bus input[type="text"] {
    width: 100%;
  }
}
/* rentcar */
#Rentcar .research_box .input_flex_box {
  margin-top: 20px;
  justify-content: center;
}
#Rentcar .research_box label {
  margin-right: 10px;
}
.modal_rentcar_top_wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal_rentcar_img {
  flex-basis: 150px;
  margin-right: 10px;
}
.modal_rentcar_img img {
  width: 100%;
}
.modal_rentcar_text_area {
  flex-basis: 600px;
  margin-right: 20px;
}
.rentcar_name {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  line-height: 140%;
  padding-bottom: 5px;
}
.rentcar_text {
  margin-top: 5px;
}
.rentcar_select label {
  margin-right: 10px;
}
.rentcar_select label,
.rentcar_select span {
  font-weight: bold;
}
.rentcar_select label span {
  margin-left: 30px;
}
.rentcar_select {
  margin-left: auto;
  margin-right: 40px;
}
.rentcar_select .input_txt_wrapper {
  top: -2px;
}
.rentcar_price {
  margin-top: 10px;
  font-weight: bold;
}
.rentcar_price span {
  color: #e53935;
  position: relative;
  font-size: 2.4rem;
  display: inline-block;
  width: 130px;
  text-align: right;
}
.modal_rentcar_table {
  margin-top: 20px;
}
.modal_rentcar_table dl {
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.modal_rentcar_table dt,
.modal_rentcar_table dd {
  flex-basis: 300px;
  text-align: center;
  border: 1px solid #ccc;
  border-right: none;
  padding: 3px;
}
.modal_rentcar_table dl dt:last-child,
.modal_rentcar_table dl dd:last-child {
  border-right: 1px solid #ccc;
}
.modal_rentcar_table dt {
  background: #b0bec5;
}
.modal_rentcar_content_header {
  margin-top: 20px;
  background: #87afd4;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
}
.modal_rentcar_content_wrapper {
  margin-top: 10px;
}
.modal_rentcar_content_wrapper dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.modal_rentcar_content_wrapper .rentcar_option {
  flex-basis: 850px;
  font-weight: bold;
  margin-right: 20px;
}
.modal_rentcar_content_wrapper .rentcar_option span {
  display: block;
  font-weight: 500;
}
.modal_rentcar_content_wrapper .rentcar_input {
  font-weight: bold;
  margin-right: 40px;
}
.modal_rentcar_content_wrapper .rentcar_input span {
  margin-right: 10px;
}
.modal_rentcar_content_wrapper .rentcar_option_price {
  font-weight: bold;
}
.modal_rentcar_content_wrapper .rentcar_option_price span {
  font-size: 2rem;
  color: #e53935;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.modal_rentcar_btn_wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.modal_rentcar_btn_wrapper .cancel_btn {
  margin-right: 40px;
  padding: 8px 30px 8px 40px;
  cursor: pointer;
}
.modal_rentcar_btn_wrapper .submit_btn {
  padding: 8px 40px 8px 30px;
}
@media screen and (max-width: 736px) {
  #Rentcar .research_box .input_flex_box {
    display: block;
  }
  #Rentcar .research_box .input_flex_box input[type="text"],
  #Rentcar .research_box .input_flex_box .select_box[name*="Area"] {
    width: 100%;
  }
  #Rentcar .research_box label {
    margin-top: 10px;
    display: block;
  }
  #Rentcar .v--modal {
    padding: 20px 40px 60px !important;
  }
  .modal_rentcar_top_wrapper {
    display: block;
  }
  .modal_rentcar_img {
    margin-right: 0;
    text-align: center;
  }
  .modal_rentcar_img img {
    width: 65%;
  }
  .rentcar_select {
    margin: 0;
  }
  .modal_rentcar_btn_wrapper {
    margin-top: 20px;
    flex-wrap: wrap-reverse;
  }
  .modal_rentcar_btn_wrapper .cancel_btn {
    margin-right: auto;
    margin-top: 20px;
  }
  .modal_rentcar_text_area {
    margin-right: 0;
  }
  .modal_rentcar_content_wrapper .rentcar_option {
    flex-basis: 100px;
    margin-right: 5px;
  }
  .modal_rentcar_content_wrapper .rentcar_input {
    margin-right: 10px;
  }
  .modal_rentcar_content_wrapper .rentcar_input .input_txt_wrapper{
    margin-top: 0;
  }
  .rentcar_select label span {
    margin-left: 50px;
    font-size: 1.8rem;
  }
}
/* TourDetail */
.course_code_wrapper {
  margin-top: 40px;
  padding: 0 10px;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  border-bottom: 3px solid #50bef1;
}
.course_code_wrapper .add_list_btn {
  color: #407ab7;
  font-weight: bold;
  cursor: pointer;
  margin-left: auto;
}
.course_code_wrapper + .tour_detail_title {
  font-size: 2.4rem;
  margin-top: 25px;
  font-size: 2.4rem;
}
.tour_detail_title {
  color: #1d588c;
  line-height: 140%;
  margin-top: 10px;
}
h3.tour_detail_title {
  border-bottom: 1px solid #afafaf;
  padding-bottom: 10px;
  color: #000080;
}
.tour_detail_title + p {
  margin-top: 15px;
}
.tour_detail_top_wrapper {
  margin-top: 40px;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.tour_detail_slider {
  flex-basis: 570px;
  margin-right: 20px;
}
.tour_detail_slider .main_image {
  display: -ms-flex;
  display: flex;
  width: 570px;
}
.tour_detail_slider .main_image div {
  box-shadow: 5px 5px 10px 0px #333;
}
.tour_detail_slider .main_image .slick-slide {
  transform: scale(1);
}
.tour_detail_slider .main_image .slick-slide img {
  width: 100%;
}
.tour_detail_slider .sub_image {
  display: -ms-flex;
  display: flex;
  width: 570px;
  margin: 20px auto 0;
}
.tour_detail_price_wrapper {
  flex-basis: 410px;
}
.tour_detail_tag {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.tour_detail_tag li {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 3px 0px 3px 0px;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
}
.tour_detail_tag .yellow {
  background: #ffc107;
}
.tour_detail_tag .pink {
  background: #f06292;
}
.tour_detail_tag .purple {
  background: #9575cd;
}
.tour_detail_tag .blue {
  background: #42a5f5;
}
.tour_detail_price {
  margin-top: 20px;
}
.tour_detail_nav .tour_detail_price {
  margin-top: 10px;
}
.tour_detail_price .price_label {
  font-size: 1.2rem;
  padding: 3px 5px;
  border: 1px solid #333;
  color: #333;
  font-weight: 600;
  margin-right: 10px;
}
.tour_detail_price .price_text {
  margin-left: auto;
}
.tour_detail_price .price {
  font-size: 2.5rem;
  font-weight: bold;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.tour_detail_price .price span {
  font-size: 1.8rem;
}
.tour_detail_list dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.tour_detail_list dt {
  color: #000080;
  font-weight: bold;
  border-bottom: 1px solid #000080;
  flex-basis: 100px;
  padding: 5px;
  font-size: 1.4rem;
}
.tour_detail_list dd {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  flex-basis: 310px;
  font-size: 1.4rem;
}
.tour_detail_list_wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.tour_detail_list_wrapper .tour_detail_list {
  flex-basis: 210px;
}
.tour_detail_list_wrapper .tour_detail_list dt {
  flex-basis: 100px;
}
.tour_detail_list_wrapper .tour_detail_list dd {
  flex-basis: 90px;
}
.tour_detail_list_wrapper .tour_detail_list:last-child dl dd {
  flex-basis: 105px;
}
.tour_point_box {
  background: #e3f2fd;
  padding: 5px;
  margin-top: 20px;
  width: 100%;
}
.tour_point_box .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.go_tour_btn {
  margin-top: 20px;
}
.go_tour_btn a {
  background: #e53935;
  position: relative;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  padding: 8px;
  border-radius: 3px;
  display: block;
  text-align: center;
}
.go_tour_btn a:after {
  content: url('../images/right_arrow.png');
  display: block;
  position: absolute;
  right: 50px;
  top: 10px;
}
.page_jump_link {
  margin-top: 20px;
}
.page_jump_link ul {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.page_jump_link li {
  flex-basis: 31%;
}
.page_jump_link.calendar li {
  flex-basis: 23%;
}
.page_jump_link li a {
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  font-weight: bold;
  position: relative;
}
.page_jump_link li a:after {
  content: url('../images/page_jump_arrow.png');
  display: block;
  position: absolute;
  right: 30px;
  top: 10px;
}
.tour_info_wrapper {
  margin-top: 20px;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.tour_info {
  flex-basis: 570px;
  margin-right: 20px;
}
.tour_detail_header {
  background: #87afd4;
  color: #FFF;
  padding: 14px 10px 10px;
  font-size: 1.8rem;
}
.tour_info h3 {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #1d588c;
  border-bottom: 1px solid #1d588c;
}
.tour_info h3 + p {
  margin-top: 10px;
}
.tour_info_img {
  margin-top: 20px;
}
.tour_info_img img {
  width: 100%;
}
.tour_info .text {
  margin-top: 10px;
}
.tour_detail_table {
  margin-top: 20px;
}
.tour_detail_table dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.tour_detail_table dt {
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  border-right: none;
  border-bottom: none;
}
.tour_detail_table dd {
  border: 1px solid #ccc;
  padding: 10px;
  border-right: none;
  border-bottom: none;
}
.tour_detail_table dl dt:last-child,
.tour_detail_table dl dd:last-child {
  border-right: 1px solid #ccc;
}
.tour_detail_table dl:last-child dd {
  border-bottom: 1px solid #ccc;
}
.tour_detail_table dl:last-child dd:last-child {
  border-right: 1px solid #ccc;
}
.tour_detail_table .date,
.tour_detail_table .eat {
  white-space: pre-line;
  flex-basis: 80px;
}
.tour_detail_table dd.date,
.tour_detail_table dd.eat {
  text-align: center;
}
.tour_detail_table .schedule {
  white-space: pre-line;
  flex-basis: 410px;
}
.tour_detail_table .wide {
  flex-basis: 570px;
}
.tour_detail_table dd.head {
  flex-basis: 120px;
}
.tour_detail_table dd.text {
  flex-basis: 450px;
  margin-top: 0;
}
.tour_detail_sub_list {
  margin-top: 10px;
}
.tour_detail_sub_list li {
  padding-left: 1em;
  position: relative;
}
.tour_detail_sub_list li:before {
  content: "※";
  font-size: 1.4rem;
  display: block;
  position: absolute;
  left: 0;
}
.tour_detail_schedule {
  margin-top: 10px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.tour_detail_schedule dt {
  flex-basis: 60px;
  color: #000080;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  .tour_detail_top_wrapper {
    display: block;
  }
  .tour_detail_price_wrapper {
    margin-top: 20px;
  }
  .tour_detail_list dt {
    font-size: 1.4rem;
  }
  .tour_detail_list dd {
    flex-basis: calc(100% - 100px);
    font-size: 1.4rem;
  }
  .tour_detail_list_wrapper .tour_detail_list {
    flex-basis: inherit;
    width: 50%;
  }
  .tour_detail_list_wrapper .tour_detail_list dd,
  .tour_detail_list_wrapper .tour_detail_list:last-child dl dd {
    flex-basis: calc(100% - 100px);
  }
  .tour_detail_price .price {
    text-align: right;
  }
  .tour_detail_price .price label {
    top: 6px;
    float: left;
  }
  .page_jump_link li a:after {
    content: none;
  }
  .tour_info_wrapper {
    display: block;
  }
  .tour_detail_table .date,
  .tour_detail_table .eat {
    flex-basis: 50px;
  }
  .tour_detail_table .schedule {
    flex-basis: calc(100% - 100px);
  }
  .tour_info {
    margin-right: 0;
  }
}
/* tour_detail_nav */
.tour_detail_nav_wrapper {
  flex-basis: 410px;
}
.tour_detail_nav {
  width: 410px;
  padding: 10px;
  position: sticky;
  top: 10px;
  z-index: 1;
  border: 1px solid #afafaf;
  border-radius: 3px;
}
.tour_detail_nav_link {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.tour_detail_nav_link li {
  padding: 5px 0;
  flex-basis: 190px;
}
.tour_detail_nav_link li a img{
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.open_time {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}
.page_top_link {
  margin-top: 10px;
  text-align: right;
}
.page_top_link a img{
  color: #1d588c;
}
@media screen and (max-width: 736px) {
  .tour_detail_nav_wrapper {
    margin-top: 20px;
  }
  .tour_detail_nav {
    width: 100%;
  }
  .tour_detail_nav_link li {
    flex-basis: inherit;
    width: 50%;
  }
}
/* #TourKeepList */
#TourKeepList {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  background: #e3f2fd;
}
#TourKeepList .inner {
  width: 1000px;
  margin: 0 auto;
}
#TourKeepList h2 {
  font-size: 2rem;
  color: #1d588c;
  font-weight: bold;
}
.tour_keep_wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.tour_keep_box {
  background: #FFF;
  flex-basis: 230px;
  padding-bottom: 10px;
}
.tour_keep_box:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
.tour_keep_link {
  color: #1d588c;
  font-weight: bold;
  line-height: 120%;
  padding: 0 10px;
  margin-top: 10px;
}
.tour_keep_price {
  padding: 0 10px;
  margin-top: 10px;
}
.tour_keep_price li .price {
  font-weight: bold;
  margin-left: 10px;
  font-size: 2rem;
}
/* bus_tour_phone_number */
.bus_tour_phone_number .text {
  color: #000080;
  font-size: 1.8rem;
}
.bus_tour_phone_number a {
  display: block;
  padding: 5px 0 0;
  border: 2px solid #000080;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #000080;
}
.bus_tour_phone_number a img {
  margin-right: 5px;
}
.bus_tour_phone_number + ul {
  margin-top: 10px;
}
/* bus_map_link */
.bus_map_link {
  margin-top: 10px;
}
.bus_map_link a {
  background: #00BCD4;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  padding: 5px;
}
.bus_map_link a img {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
/* calendar */
.calendar_pager_wrapper {
  margin-top: 30px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.month_back_btn a {
  color: #000080;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
}
.month_back_btn a:before {
  content: "＜";
  display: block;
  position: absolute;
  left: -6px;
  top: -2px;
  padding: 2px 6px 0px 3px;
  border-radius: 50%;
  background: #000080;
  color: #fff;
}
.month_next_btn a {
  color: #000080;
  font-weight: bold;
  position: relative;
  padding-right: 2rem;
}
.month_next_btn a:before {
  content: "＞";
  display: block;
  position: absolute;
  right: -6px;
  top: -2px;
  padding: 2px 3px 0px 6px;
  border-radius: 50%;
  background: #000080;
  color: #fff;
}
.calendar_content_wrapper {
  margin-top: 10px;
}
.calendar_content_wrapper dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.calendar_content_wrapper dt {
  padding: 5px;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  flex-basis: 82px;
  text-align: center;
}
.calendar_content_wrapper dl dt:last-child {
  border-right: 1px solid #ccc;
}
.calendar_content_wrapper dt.sunday {
  background: #F06292;
  color: #fff;
  font-weight: bold;
}
.calendar_content_wrapper dt.saturday {
  background: #03A9F4;
  color: #fff;
  font-weight: bold;
}
.calendar_content_wrapper dd {
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  flex-basis: 82px;
  height: 110px;
}
.calendar_content_wrapper dd.sunday {
  background: #FCE4EC;
}
.calendar_content_wrapper dd.saturday {
  background: #E1F5FE;
}
.calendar_content_wrapper dl dd:last-child {
  border-right: 1px solid #ccc;
}
.calendar_content_wrapper dl:last-child dd {
  border-bottom: 1px solid #ccc;
}
.calendar_content_wrapper dd .price {
  margin-top: 5px;
  color: #e53935;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.calendar_content_wrapper dd .price span {
  font-size: 0.9rem;
}
.calendar_content_wrapper dd .price + div {
  text-align: center;
  font-size: 0.9rem;
}
.calendar_content_wrapper .reservation_btn,
.calendar_content_wrapper .full,
.calendar_content_wrapper .end,
.calendar_content_wrapper .call {
  margin-top: 5px;
}
.calendar_content_wrapper .reservation_btn a,
.calendar_content_wrapper .full,
.calendar_content_wrapper .end,
.calendar_content_wrapper .call {
  display: block;
  padding: 3px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
}
.calendar_content_wrapper .reservation_btn a {
  background: #303F9F;
}
.calendar_content_wrapper .reservation_btn.not_depature a {
  background: #ff9800;
}
.calendar_content_wrapper .full {
  background: #e53935;
}
.calendar_content_wrapper .end {
  background: #ccc;
}
.calendar_content_wrapper .call {
  background: #009688;
}
/* .saturday .day_number {
  color: #2a5eb2;
}
.sunday .day_number {
  color: #b22a2f;
} */
.calendar_additional {
  margin-top: 10px;
}
.calendar_header {
  font-size: 1.8rem;
  text-align: center;
  border-top: 2px dotted #afafaf;
  border-bottom: 2px dotted #afafaf;
  padding-top: 5px;
  padding-bottom: 2px;
}
.calendar_caption {
  color: #e53935;
  text-align: center;
  margin-top: 10px;
}
.now_month {
  font-size: 1.8rem;
  font-weight: bold;
}
.calendar_wrapper {
  margin-bottom: 20px;
}
.calendar_icon_wrapper {
  margin-top: 10px;
  padding: 10px 5px 5px;
  border: 1px solid #ccc;
}
.calendar_icon_wrapper .title {
  margin-bottom: 10px;
}
.claendar_icon_flex {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.claendar_icon_box {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.claendar_icon_box .icon {
  width: 75px;
  padding: 3px;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}
.claendar_icon_box .depature {
  background: #303F9F;
}
.claendar_icon_box .not_depature {
  background: #ff9800;
}
.claendar_icon_box .full {
  background: #e53935;
}
.claendar_icon_box .call {
  background: #009688;
}
.claendar_icon_box .end {
  background: #ccc;
}
.claendar_icon_box .text {
  margin: 0 10px !important;
  font-size: 1.2rem;
}
@media screen and (max-width: 736px) {
  .calendar_content_wrapper dd {
    height: auto;
  }
  .calendar_icon_wrapper {
    display: none;
  }
}
/* tour_schedule_wrapper */
.tour_schedule_wrapper {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
}
.tour_schedule_wrapper .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.tour_schedule_wrapper .inner .text {
  position: relative;
  margin-bottom: 30px;
}
.tour_schedule_wrapper .inner .text:after {
  content: "";
  width: 1px;
  height: 25px;
  background: #000080;
  position: absolute;
  left: 6px;
  bottom: -28px;
}
.tour_schedule_wrapper .inner .text:last-child {
  margin-bottom: 0;
}
.tour_schedule_wrapper .inner .text:last-child:after {
  content: none;
}
.tour_hotel {
  margin-top: 20px;
  background: #42a5f5;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.eat_flex {
  margin-top: 10px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.eat_flex .eat_box {
  padding: 5px;
  border: 1px solid #ccc;
  flex-basis: 31%;
}
/* footer */
footer {
  padding: 40px 0 0;
  margin-top: 40px;
  background: #595758;
}
.footer_link li {
  margin-right: 10px;
}
.footer_link li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 1em;
}
.footer_link li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}
.copyright {
  text-align: center;
  color: #FFF;
  background: #333;
  padding: 10px 0;
  margin: 40px auto 0;
  width: 100%;
}
.footer_flex_area {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 1000px;
}
.footer_flex_left {
  flex-basis: 260px;
}
.footer_flex_left .bold,
.footer_flex_middle .bold,
.footer_flex_right .bold {
  color: #fff;
}
.footer_flex_left .footer_link {
  width: 260px;
  margin-top: 20px;
}
.footer_flex_middle {
  flex-basis: 300px;
}
.footer_flex_middle .footer_link:first-child ul {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}
.footer_flex_middle .footer_link:first-child li {
  flex-basis: 140px;
}
.footer_flex_middle .footer_link:last-child {
  margin-top: 20px;
}
.footer_flex_middle .footer_link ul {
  margin-top: 20px;
}
.footer_flex_middle .footer_link .bold {
  font-size: 2rem;
}
.footer_sns_link ul {
  margin-top: 20px;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.footer_sns_link li {
  margin-right: 5px;
}
.footer_link_title {
  font-weight: bold;
  color: #fff;
  font-size: 2.0rem;
}
.footer_logo span {
  color: #333;
  position: relative;
  top: -5px;
  left: 15px;
}
.footer_flex_right .footer_link {
  margin-top: 20px;
}
.footer_flex_right .footer_link ul {
  margin-top: 10px;
}
.footer_flex_right .footer_link li {
  flex-basis: 150px;
}
.footer_flex_right .footer_link .bold {
  margin-top: 10px;
  font-size: 2.0rem;
}
.footer_flex_right img {
  margin-right: 10px;
  width: 50px;
}
.footer_logo_link {
  margin: 20px auto 0;
}
.footer_logo_link ul {
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.footer_logo_link li {
  margin-right: 10px;
}
.footer_logo img {
  width: 240px;
}
_:-ms-lang(x)::-ms-backdrop, .footer_link li a:before{
  top: 3px;
} /* IE 11 */
@media (max-width: 736px) {
  footer {
    width: 100%;
  }
  .footer_link {
    width: 100%;
  }
  .footer_link ul {
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .footer_link li {
    margin-bottom: 5px;
  }
  .copyright {
    width: 100%;
  }
  .footer_flex_area {
    width: 100%;
    display: block;
    padding-left: 20px;
  }
  .footer_flex_left .footer_link {
    width: 100%;
  }
  .footer_flex_left .footer_link ul {
    padding-left: 0;
  }
  .footer_flex_right .footer_link {
    margin-top: 10px;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_logo span {
    position: inherit;
    display: block;
    margin-top: 5px;
  }
  .footer_flex_right {
    margin-top: 10px;
  }
  .tbt_img {
    width: 60px;
  }
  .footer_logo_link ul {
    justify-content: center;
  }
  .footer_logo_link {
    width: 100%;
  }
  .footer_flex_middle {
    margin-top: 20px;
  }
  .footer_flex_middle .footer_link ul {
    margin-top: 10px;
  }
  .footer_sns_link ul {
    margin-top: 10px;
  }
  .footer_link_title {
    margin-top: 20px;
  }
}
/* error_message_wrapper */
.error_message_wrapper {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  background: #efebe9;
}
.error_img {
  text-align: center;
}
.error_img img {
  width: 80px;
}
.error_message_wrapper p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.8rem;
}
.error_message_wrapper span {
  margin-top: 10px;
  text-align: center;
  display: block;
}
/* error_message */
.error_message {
  margin-top: 10px;
}
.error_message b {
  font-size: 2rem;
}
.error_message li,
.error_message p {
  font-size: 1.6rem;
  color: #e53935;
}
.modal_close_btn .error_message {
  margin-bottom: 10px;
}
.modal_close_btn .error_message p {
  font-size: 1.6rem;
  color: #e53935;
}
/* attention_message_wrapper */
.attention_message_wrapper {
  margin-top: 20px;
  padding: 20px;
  border: 3px solid #FDD835;
  background: #FFFDE7;
}
.attention_img {
  text-align: center;
}
.attention_img img {
  width: 80px;
}
.attention_message_wrapper b {
  font-size: 2.0rem;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.attention_message_wrapper ul {
  text-align: center;
  margin-top: 10px;
}
.attention_message_wrapper li {
  font-size: 1.6rem;
  color: #F57F17;
  font-weight: bold;
}
/* delete_btn */
.delete_btn {
  background: #ccc;
  color: #000;
  padding: 5px 10px;
  border-radius: 3px;
}
/* add_btn_wrapper */
.add_btn_wrapper {
  text-align: center;
  margin: 20px 0 10px;
}
.add_btn_wrapper .submit_btn {
  font-size: 1.6rem;
}
.add_btn_wrapper .submit_btn:before {
  top: 1rem;
}
@media (max-width: 736px) {
  .add_btn_wrapper .submit_btn {
    width: 140px;
    margin: 10px 0 0 auto;
  }
  .add_btn_wrapper .submit_btn:before {
    top: 1.6rem;
  }
}
/* page_back_wrapper */
.page_back_wrapper {
  width: 305px;
}
.page_back_wrapper .cancel_btn {
  font-size: 2rem;
}
@media (max-width: 736px) {
  .page_back_wrapper {
    width: 270px;
  }
  .page_back_wrapper .cancel_btn {
    width: 100%;
    margin-left: 10px;
  }
}
/* company_name */
.company_name {
  font-size: 2.8rem;
}
/* search_tab_error */
.search_tab_error {
  height: 360px;
  position: absolute;
  right: -200px;
  width: 200px;
  top: 0;
  padding: 30px 10px;
  border: 3px solid #ddd;
  background: #eee;
  border-radius: 3px;
}
.search_tab_error img {
  width: 60px;
  display: block;
  margin: 10px auto;
}
.search_tab_error li {
  font-size: 1.6rem;
}
/* Bannar */
#Bannar {
  width: 1000px;
  margin: 40px auto;
}
#Bannar img {
  border: 1px solid #333;
}
#Bannar .pc_img {
  display: block;
}
#Bannar .sp_img {
  display: none;
}
@media (max-width: 1300px) and (min-width: 737px){
  #Bannar {
      margin-top: 300px;
    }
}
@media (max-width: 736px) {
  #Bannar {
    width: 100%;
    padding: 0 10px;
  }
  #Bannar .pc_img {
    display: none;
  }
  #Bannar .sp_img {
    display: block;
    width: 100%;
  }
}
/* price_box */
.price_box {
  margin-top: 20px;
}
.price_title {
  padding: 10px 10px;
  font-weight: bold;
  background: #efefef;
  border: 1px solid #D0CECE;
  font-size: 1.4rem;
}
.price_box dl {
  padding: 10px;
  border: 1px solid #D0CECE;
  border-top: none;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.price_box dt {
  font-weight: bold;
  text-align: center;
  width: 115px;
}
.price_box dt .date {
  color: #e53935;
  font-weight: bold;
  display: block;
}
.price_box dt span {
  display: block;
  color: #e53935;
}
.price_box dd {
  width: calc(100% - 115px);
  padding: 0 10px;
}
.price_box dd .content {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  position: relative;
}
.price_box dd .content:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url("../images/price_flight.png");
  background-size: contain;
  transform: rotate(90deg);
  top: 10px;
  right: 48%;
}
.price_box dd .content .departure,
.price_box dd .content .arrival {
  text-align: center;
}
.price_box dd .logo {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.price_box dd .logo img {
  width: 100px;
}
.price_box .flight_flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.price_box .flight_flex .img img {
  width: 25px;
  transform: rotate(90deg);
}
.price_box .name {
  font-size: 1.8rem;
  font-weight: bold;
}
.price_box .plan {
  color: #7F7F7F;
}
.price_box .no_choise a {
  position: relative;
  top: 12px;
}
@media (max-width: 736px) {
  .price_box dl {
    padding: 10px 5px;
  }
  .price_box dd .logo img {
    width: 45px;
  }
  .price_box dd .logo span {
    margin-right: 10px;
  }
  .price_box dt {
    width: 90px;
  }
  .price_box dt .date {
    font-size: 1.2rem;
  }
  .price_box dd {
    width: calc(100% - 90px);
    padding: 0 5px;
  }
  .price_box .no_choise a {
    top: 8px;
  }
  .price_box .flight_flex .img img {
    width: 15px;
  }
  .price_box dd .content:after {
    content: none;
  }
}
/* submit_btn_finger */
.submit_btn_finger {
  background: #e53935;
  color: #FFF;
  font-size: 2.4rem;
  position: relative;
  padding: 10px 50px 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}
.submit_btn_finger:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/finger.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 14px;
  top: 16px;
}
@media (max-width: 736px) {
  .submit_btn_finger {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
    padding: 10px 20px 10px 20px;
  }
  .submit_btn_finger:before {
    top: 12px;
  }
}
/* Login */
#Login {
  padding-top: 80px;
}
#Login h2 {
  background: #87afd4;
  color: #FFF;
  padding: 8px 10px;
  font-size: 1.8rem;
}
.login_wrapper {
  margin: 40px auto 0;
  width: 500px;
  text-align: center;
}
.login_wrapper label {
  width: 90px;
}
#Login input[type="text"] {
  width: 300px;
}
.login_btn_wrapper {
  margin-top: 40px;
}
/* thumnail */
.thumbnail_wrapper {
  flex-basis: 570px;
  margin-right: 20px;
}
#MainImg {
  width: 100%;
  height: 372px;
}
#MainImg img {
  width: 100%;
}
#MainSliderImg {
  width: 100%;
  height: 372px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#MainSliderImg .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: fadeInImg2 20s infinite;
  animation-fill-mode: backwards;
}
#MainSliderImg .bgimg img {
  width: 100%;
  height: 372px;
  object-fit: cover;
}
#MainSliderImg .img2 {
  animation-delay: 5s;
}
#MainSliderImg .img3 {
  animation-delay: 10s;
}
#MainSliderImg .img4 {
  animation-delay: 15s;
}
#MainImg img {
  width: 100%;
}
@keyframes fadeInImg2 {
  0% {opacity: 0;}
  16% {opacity: 1;}
  25% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 0;}
}
#SubImg {
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
#SubImg li {
  width: 23%;
}
#SubImg li img {
  width: 100%;
  height: 100%;
}
#SubImg .current {
  border: 2px solid #50bef1;
}
@media (max-width: 736px) {
  .thumbnail_wrapper {
    margin-right: 0;
  }
  #MainImg {
    height: auto;
  }
  #MainImg img {
    max-width: 400px;
    max-height: 261px;
    display: block;
    margin: 0 auto;
  }
}
/* agent_name */
.agent_name {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

/* TourDetailContent */
#TourDetailContent {
  font-family: Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, sans-serif;
}
@media (max-width: 736px) {
  #TourDetailContent {
    padding: 0 10px;
  }
}
/* #Tourpoint */
div.tour_point {
  line-height: 2.2rem;
}
div.tour_point div.ttl {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px dotted #afafaf;
  padding-bottom: 2px;
  margin-top: 15px;
  margin-bottom: 5px;
}
div.tour_point div.ttl:before {
  content: url("../images/mark_winter.png");
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
div.tour_point .text div.ttl:first-child {
  margin-top: 0;
}
/* ツアーのポイント追加分 */
div.tour_point .text a {
  text-decoration: underline;
  color: #1d588c;
  font-weight: bold;
}
div.tour_point div.att {
  color: #cc0000;
}
/*
div.tour_point div.ttl:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/ts_etc2.gif");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}
div.tour_point div.sen {
  width: 100% !important;
  height: inherit !important;
  padding: 0 !important;
  border-bottom: 1px dashed #666;
  background-image: none !important;
}
div.tour_point div.att {
  width: 100% !important;
  height: inherit !important;
  padding: 0 !important;
  border-bottom: 1px dashed #cc0000;
  background-image: none !important;
}
@media (max-width: 736px) {
  div.tour_point,
  div.tour_point img {
    width: 100% !important;
  }
  div.tour_point div.ttl,
  div.tour_point div.sen,
  div.tour_point div.att {
    line-height: 3rem;
  }
} */

@media (max-width: 1300px) {}
@media (max-width: 736px) and (min-width: 415px) {}
@media (max-width: 736px) {}
@media (max-width: 414px) {}

[v-cloak]{
  display:none;
}

.vdp-datepicker__calendar .cell.highlighted.disabled {
  color: #ddd !important;
}

.vdp-datepicker__calendar span.cell.selected {
  background: #4bd !important;
}

span.cell.highlighted {
  background: #ffffff !important;
  color: red;
}

span.cell.day.highlighted.weekend.sat {
  color: blue;
}

span.cell.day.disabled.highlighted.weekend.sat,
span.cell.day.disabled.highlighted.weekend.sun {
  color: #ddd !important;
}
