@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}
section:nth-of-type(odd) {
  background-color: #FFF;
}
section:nth-of-type(even) {
  background-color: #FFFEE9;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
    font-size: 14px;
  }
}
article {
  width: 100%;
}
section {
  position: relative;
}
.active {
  opacity: 1;
}
a {
  transition: .3s;
}
a:link, a:visited {
  color: #0952a4;
}
a:hover {
  opacity: 0.7;
}
.textLeft {
  text-align: left;
  line-height: 1.4;
}
.textCenter {
  text-align: center;
  line-height: 1.4;
}
.textRight {
  text-align: right;
  line-height: 1.4;
}
.red {
  color: #ff0000;
}
dt {
  font-weight: normal;
}
strong {
  font-weight: bold;
}
/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
  .spnone {
    display: none;
  }
  #container {
    position: relative;
    width: 100%;
  }
  .inner {
    width: 98%;
    margin: 0 auto;
    padding: 10% 1%;
  }
  .innerFirst {/*1番目*/
    width: 98%;
	margin: 0 auto;
	padding: 0 1% 10%;
}

  /*title*/
  .titlePc {
    display: none !important;
  }
  .titleSp {
    width: 100% !important;
    text-align: center;
  }
  .titleSp img {
    width: 100%;
    vertical-align: bottom;
  }
  .depday {
    width: 100% !important;
    background: #0083e9;
  }
  .depday p {
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
  }
  
  /*news*/
  #newsImportant {
    margin: 5px;
    display: flex;
    font-size: 11px;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
    padding: 3px 0;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 5px 3px 5px 12px;
    position: relative;
    font-size: 1.1em;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  #newsImportant li:nth-of-type(n+2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
  
  /*navigation*/
  .navi {
    padding: 10px;
    text-align: center;
    font-size: 16px;
  }
  .navi li {
    display: inline-block;
    padding: 0 .5em;
    color: #0068b7;
    border-right: 1px solid #0068b7;
    line-height: 1.4;
  }
  .navi li:last-child {
    border: none;
  }
  
  /*メッセージ*/
  .message {
    width: 90%;
    margin: 10% auto 0;
    padding: 1em 0.5em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    text-align: center;
    line-height: 1.4;
    font-size: 1.0em;
  }
  .uketori img {
		width: 100%;
		margin-top: 0.5em;
	}
  .banner {
    margin: 3% auto 10%;
    text-align: center;
  }
  .banner img {
    width: 90%;
  }
  
  /*見出し*/
  h2 {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#0099ff));
    background-image: -webkit-linear-gradient(left, #0066cc 0%, #0099ff 100%);
    background-image: linear-gradient(to right, #0066cc 0%, #0099ff 100%);
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
  }
  h2 {
    position: relative;
    padding: .5em .7em;
    border-radius: 5px;
    background-color: #ff9900;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
  }
  h3 {
    position: relative;
    padding: 0 1.5rem 0.5rem;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  h3:before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    width: 60px;
    height: 4px;
    content: '';
    border-radius: 3px;
    background: #0066cc;
  }
  h4 {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }
  h4 .line {
    background: linear-gradient(transparent 60%, #FAFF8A 0%);
  }
h4 .small {
  font-size: 14px;
}
  .attention {
    width: 100%;
    margin-bottom: 5%;
    border: 2px #F00 solid;
    padding: 2%;
    background: #FFF;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  /*料金*/
.catch {
   margin: 0 auto;
   padding: 0.8em;
   background: #FFF;
   border: solid 3px #0083e9;
   border-radius: 10px;
   box-shadow: 0 0 20px -10px #333;
}
.catch  .text01 {
   font-size: 16px;
   text-align: center;
   margin-bottom: 0.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td {
 vertical-align: middle;
 padding: 8px;
 border: 1px solid #ccc;
 color: #000;
 font-size: 16px;
 text-align: center;
}
table th {
  background: #F1F1F1;
  font-weight: normal;
}
table td {
  background: #fff;
}
table td.price {
  color: #ff0000;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}
table td.price .small {
  font-size: 18px;
  font-weight: normal;
}
.catch .tokuten {
    text-align: center;
    margin-top: 1em;
  }
.catch .tokuten img {
    width: 100%;
  }
  
  /*おすすめポイント*/
.pointBox {
    position: relative;
    margin-top: 0.5em;
    padding: 1.6em 0.8em 0.6em 0.8em;
    border: 2px solid #ff0033;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
}
.pointBox > div {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff0033;
    color: #fff;
    font-size: 16px;
}
.pointBox > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff0033;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.pointBox p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.pointBox .small {
    font-size: 14px;
    font-weight: normal;
}

/*福岡・広島*/
.group {
    margin: 1em 0;
}
.group .photo {
    width: 100%;
    text-align: center;
}
.group .photo img {
    width: 80%;
    height: auto;
}
.group .detail {
    width: 100%;
}
.group .detail .destination {
    font-size: 20px;
    font-weight: bold;
    color: #003399;
    margin: 0.5em 0 0.3em;
  }
.group .detail .destination .small {
    font-size: 16px;
    font-weight: normal;
}
.group .detail table th {
  width: 50%;
}
.group .detail table td {
  width: 50%;
}

  /*tabiwaチケット*/
  .ticketBox {
    border: 2px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
  }
  .ticketBox .ticketPhoto {}
  .ticketBox .ticketName {
    font-size: 1.0em;
    font-weight: bold;
    background: #FFDFEF;
    padding: 15px;
  }
  .ticketBox .ticketPoint {
    padding: 10px 15px 15px;
    line-height: 1.4;
  }
  
  /*list横並び*/
  .itemList2, .itemList3, .itemList4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .itemList2 > div, .itemList3 > div, .itemList4 > div {
    width: 100%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList2, .itemList3, .itemList4 > div img {
    width: 100%;
    height: auto;
  }
  
  /*アコーディオン*/
  .accordion {
    margin: 1.5rem auto 1rem;
    max-width: 100%;
  }
  .toggle {
    display: none;
  }
  .faq {
    position: relative;
    margin-bottom: 1rem;
  }
  .question, .anser {
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .question {
    padding: 1rem 2.2rem 1rem 1rem;
    display: block;
    color: #FFF;
    background-color: #0066CC;
    border-radius: 5px;
    line-height: 1.5;
  }
  .question span {
    font-size: 160%;
    padding-right: 0.6rem;
    line-height: 0;
  }
  .anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #FF0000;
    line-height: 0;
  }
  .question:after, .question:before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 0.75rem;
    background-color: #FFF;
    transition: all 0.3s;
  }
  .question:after {
    transform: rotate(90deg);
  }
  .anser {
    max-height: 0;
    overflow: hidden;
  }
  .anser div {
    margin: 0;
    padding: 1rem;
    line-height: 1.5;
  }
  .toggle:checked + .question + .anser {
    max-height: 500px;
    transition: all 1.5s;
  }
  .toggle:checked + .question:before {
    transform: rotate(90deg) !important;
  }
  
  /*注意事項*/
  .subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
  }
  ul.guideList {
    line-height: 1.4;
    margin-top: 2%;
  }
  ul.guideList li {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
  }
  ul.guideList li:last-child {
    padding-bottom: 0;
  }
  ul.guideList li:before {
    content: '●';
  }
  ul.guideList li.kome {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  ul.guideList li.kome:before {
    content: '※';
  }
  ul.guideList li.kome1 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome1:before {
    content: '（※1）';
  }
  ul.guideList li.kome2 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome2:before {
    content: '（※2）';
  }
  ul.guideList li.kome3 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome3:before {
    content: '（※3）';
  }
  ul.guideList li span {
    color: #F00;
  }
  
  /*ボタン*/
  .Btn {
    color: #fff;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    background: #003399;
    border-radius: 5px;
    padding: 6% 2%;
    position: relative; /* 追記 */
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.4;
  }
  .Btn a {
    color: #fff;
  }
  .Btn span {
    font-size: 80%;
    font-weight: normal;
  }
  .Btn::after {
    content: "＞";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .Btn_gray {
    color: #fff;
    width: 100%;
    margin: 2% auto;
    text-align: center;
    background: #666;
    border-radius: 5px;
    padding: 10% 3%;
    position: relative; /* 追記 */
  }
  .Btn_gray::after {
    content: "＞";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  
  /*footer*/
  #footer {
    background-color: #F0F5FA;
  }
  #footer .inner {
    width: 96%;
    margin: 0 auto;
    padding: 2% 2%;
  }
  #footer .inner ul {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
  }
  #footer .inner ul li {
    display: inline-block;
    width: 46%;
    padding: 2% 0;
  }
  #footer .inner ul li:last-child {
    border-right: none;
  }
  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
  }
  
  /*pagetop*/
  #pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
  }
  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 3em;
    height: 3em;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }
  #pagetop a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }
}
/*
PC
==================================================== */
@media screen and (min-width: 760px), print {
  .pcnone {
    display: none;
  }
  #container {
    position: relative;
    z-index: 1;
  }
  .inner {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
  }
.innerFirst {/*1番目*/
    width: 1080px;
	margin: 0 auto;
	padding: 30px 0 50px;
}
  /*title*/
  .titlePc {
    width: 100% !important;
    text-align: center;
    background: url(../images/bg_title.jpg) repeat center 0;
    position: relative;
    height: 360px;
  }
  .titleSp {
    display: none !important;
  }
  .depday {
    background: #0083e9;
  }
  .depday p {
    max-width: 970px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
  }
  /*news*/
  #newsImportant {
    width: 100%;
    max-width: 970px;
    margin: 5px auto;
    display: flex;
    font-size: 12px;
    padding: 8px;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 1px;
    padding: 3px 0;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 3px 3px 3px 12px;
    position: relative;
    font-size: 13px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  #newsImportant li:nth-of-type(n+2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
  
  /*navigation*/
  .navi {
    text-align: center;
    padding: 10px;
    font-size: 20px;
  }
  .navi li {
    display: inline-block;
    padding: 0 10px;
    color: #0068b7;
    border-right: 1px solid #0068b7;
  }
  .navi li:last-child {
    border: none;
  }
  
  /*メッセージ*/
  .message {
    max-width: 970px;
    width: 100%;
    padding: 1em 0.5em;
    margin: 50px auto 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
  }
  .uketori {
      width: 1080px;
      text-align: center;
      margin-top: 2em;
	}
  .uketori img {
		max-width: 970px;
		width: 100%;
	}
  .banner {
    margin: 10px auto 50px;
    text-align: center;
  }
  .banner img {
    width: 500px;
  }
  
  /*見出し*/
  h2 {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#0099ff));
    background-image: -webkit-linear-gradient(left, #0066cc 0%, #0099ff 100%);
    background-image: linear-gradient(to right, #0066cc 0%, #0099ff 100%);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    position: relative;
    padding: 0 1.5rem 0.5rem;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  h3:before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    width: 60px;
    height: 4px;
    content: '';
    border-radius: 3px;
    background: #0066cc;
  }
  h4 {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 5px;
  }
  h4 .line {
    background: linear-gradient(transparent 60%, #FAFF8A 0%);
  }
  h4 .small {
  font-size: 18px;
}
  .attention {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 10px;
    border: 2px #F00 solid;
    text-align: center;
    background: #FFF;
  }
  
/*料金*/
.catch {
   margin: 0 auto;
   padding: 0.8em;
   background: #FFF;
   border: solid 3px #0083e9;
   border-radius: 10px;
   box-shadow: 0 0 20px -10px #333;
}
.catch .text01 {
   font-size: 16px;
   text-align: center;
   margin-bottom: 0.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td {
 vertical-align: middle;
 padding: 8px;
 border: 1px solid #ccc;
 color: #000;
 font-size: 16px;
 text-align: center;
}
table th {
  background: #F1F1F1;
  font-weight: normal;
}
table td {
  background: #fff;
}
table td.price {
  color: #ff0000;
  font-size: 30px;
  font-weight: bold;
  width: 50%;
}
table td.price .small {
  font-size: 20px;
  font-weight: normal;
}
.catch .tokuten {
    text-align: center;
    margin-top: 1em;
  }
.catch .tokuten img {
    width: 600px;
  }
  
/*おすすめポイント*/
.pointBox {
    position: relative;
    margin-top: 2em;
    padding: 1.6em 0.6em 0.8em 0.6em;
    border: 2px solid #ff0033;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    height: 160px;                  /* 高さを指定 */
}
.pointBox > div {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff0033;
    color: #fff;
    font-size: 16px;
}
.pointBox > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff0033;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.pointBox p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.pointBox .small {
    font-size: 14px;
    font-weight: normal;
}

/*福岡・広島*/
.group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0;
}
.group .photo {
    flex: 1 1 300px;
    margin-right: 10px;
}
.group .photo img {
    width: 300px;
    height: auto;
}
.group .detail {
    flex: 1 1 760px;
}
.group .detail .destination {
    font-size: 20px;
    font-weight: bold;
    color: #003399;
    margin-bottom: 0.5em;
  }
.group .detail .destination .small {
    font-size: 16px;
    font-weight: normal;
}

  /*tabiwaチケット*/
  .ticketBox {
    border: 2px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
  }
  .ticketBox .ticketPhoto {}
  .ticketBox .ticketName {
    font-size: 18px;
    font-weight: bold;
    background: #FFDFEF;
    padding: 15px;
    height: 70px;
  }
  .ticketBox .ticketPoint {
    padding: 10px 15px 15px;
    line-height: 1.4;
  }
  
  /*list横並び*/
  .itemList2, .itemList3, .itemList4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .itemList2 > div {
    width: 50%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList3 > div {
    width: 33.33333%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList4 > div {
    width: 25%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList2, .itemList3, .itemList4 > div img {
    width: 100%;
    height: auto;
  }
  
  /*アコーディオン*/
  .accordion {
    margin: 1.5rem auto 1rem;
    max-width: 970px;
  }
  .toggle {
    display: none;
  }
  .faq {
    position: relative;
    margin-bottom: 1rem;
  }
  .question, .anser {
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .question {
    padding: 1rem 2.2rem 1rem 1rem;
    display: block;
    color: #FFF;
    background-color: #0066CC;
    border-radius: 5px;
  }
  .question span {
    font-size: 160%;
    padding-right: 0.6rem;
    line-height: 0;
  }
  .anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #FF0000;
    line-height: 0;
  }
  .question:after, .question:before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 0.75rem;
    background-color: #FFF;
    transition: all 0.3s;
  }
  .question:after {
    transform: rotate(90deg);
  }
  .anser {
    max-height: 0;
    overflow: hidden;
  }
  .anser div {
    margin: 0;
    padding: 1rem;
    line-height: 1.5;
  }
  .toggle:checked + .question + .anser {
    max-height: 500px;
    transition: all 1.5s;
  }
  .toggle:checked + .question:before {
    transform: rotate(90deg) !important;
  }
  
  /*注意事項*/
  .subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
  }
  ul.guideList {
    padding: 0;
    margin-top: 8px;
    line-height: 1.4;
  }
  ul.guideList li {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
  }
  ul.guideList li:last-child {
    padding-bottom: 0;
  }
  ul.guideList li:before {
    content: '●';
  }
  ul.guideList li.kome {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  ul.guideList li.kome:before {
    content: '※';
  }
  ul.guideList li.kome1 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome1:before {
    content: '（※1）';
  }
  ul.guideList li.kome2 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome2:before {
    content: '（※2）';
  }
  ul.guideList li.kome3 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome3:before {
    content: '（※3）';
  }
  ul.guideList li span {
    color: #F00;
  }
  
  /*条件から探す*/
  .search_kokunaiBar {
    width: 100%;
    margin: 20px auto 0;
  }
  .search_kokunaiBar .serchBox {
    /*
box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
border-radius: 5px 5px 0 0;
*/
  }
  .search_kokunaiBar .serchBox > ul {
    font-size: 0;
  }
  .search_kokunaiBar .serchBox li {
    width: 100%; /* 32 */
    margin: 0;
    margin-right: 1%;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    border-left: none;
    border-radius: 5px 5px 0 0;
  }
  .search_kokunaiBar .serchBox li:last-child {
    margin-right: 0;
  }
  .search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
  }
  .search_kokunaiBar .serchBox li:hover {
    background: #0952a4 !important;
    color: #fff !important;
  }
  .tab_airset {
    display: none;
  }
  .search_kokunaiBar .serchBox .content_wrap {
    border-top: solid 6px #0952a4;
    box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 0 0;
  }
  .search_kokunaiBar .serchBox .date dd {
    padding-top: 2px;
    width: 100%;
  }
  .search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
    color: #fff !important;
  }
  .search_kokunaiBar #doAirSearch:hover, .search_kokunaiBar .btnSeach:hover {
    background: #0952a4 !important;
    color: #fff !important;
    border: solid 1px #0952a4 !important;
    transform: translate(0, 2px);
  }
  .search_kokunaiBar .btnSeach::after {
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach:hover {
    background-color: #fff !important;
    border: solid 1px #0952a4 !important;
    color: #0952a4 !important;
  }
  .search_kokunaiBar .btnSeach:hover::after {
    border-top: 2px solid #0952a4;
    border-right: 2px solid #0952a4;
  }
  .search_kokunaiBar #pax_wrap {
    width: 600px !important;
  }
  .search_kokunaiBar .NTA_air_popup_calendar_contents .title_air {
    padding: 5px 0;
    margin-bottom: 10px;
  }
  
  /*ボタン*/
  .Btn {
    color: #fff;
    width: 100%;
    text-align: center;
    background: #003399;
    border-radius: 5px;
    padding: 20px 30px;
    position: relative; /* 追記 */
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .Btn a {
    color: #fff;
  }
  .Btn::after {
    content: "＞";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-weight: bold;
  }
  .Btn_gray {
    color: #fff;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    background: #666;
    border-radius: 5px;
    padding: 20px 30px;
    position: relative; /* 追記 */
    font-size: 16px;
  }
  .Btn_gray::after {
    content: "＞";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  
  /*footer*/
  #footer {
    background-color: #F0F5FA;
  }
  #footer .inner {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #footer .inner ul {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
  #footer .inner ul li {
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #CCC;
  }
  #footer .inner ul li:last-child {
    border-right: none;
  }
  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
  
  /*pagetop*/
  #pagetop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 100;
  }
  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }
  #pagetop a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }
  #pagetop a:hover {
    background-color: #152a8c;
  }
  #pagetop a:hover::after {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #fff transparent;
  }
}