@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400&display=swap');
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  color: #000;
  overflow-x: hidden;
}
section:nth-of-type(odd) {
background-color: #FFF;
}
section:nth-of-type(even) {
  background: url(../images/bg_heart.jpg) top / auto repeat;
}
section.skz {
  background: url(../images/bg_bubble.jpg) no-repeat top center;
  background-size: cover; /* 画像をセクション全体にフィットさせる */
}
@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.2;
}
.textCenter {
  text-align: center;
  line-height: 1.2;
}
.textRight {
  text-align: right;
  line-height: 1.2;
}
.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% 6%;
}

  /*title*/
    .title {
    width: 100%;
	margin: 0 auto;
	padding: 0
  }

  .title img {
    width: 100%;
  }
  
  /*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*/
ul.navi {
    margin: 0;
    padding: .5rem 0 0 .5rem;
    list-style: none;
    display: flex;
    gap: .5rem;
   flex-wrap: wrap; /* 行を折り返す */
}

ul.navi li {
    flex: 0 0 48%; /* 2列にするための幅設定 */
    /*flex: 1;*/
    text-align: center;
    transition: all 0.3s ease;
}

  /*プラン案内*/
.introBox {
  margin: 2em auto 1em; /* 外側余白 */
  padding: 1.5em; /* 内側余白 */
  background: #ffff99;
  -webkit-box-shadow: 5px 5px 0 #ffcc00;
  box-shadow: 5px 5px 0 #ffcc00;
  width: 90%;
  text-align: center;
  line-height: 1.4;
}

.introBox strong {
    font-weight: bold;
    color: #F00;
}

  /*見出し*/
  h2 {
    position: relative; /* 相対位置を指定 */
    text-align: center; /* テキストを中央揃え */
    font-size: 26px;
    font-weight: bold;
    margin: 1.2em 0 .5em;
    color: #ff0099;
}

h2::before {
    content: ''; 
    background-image: url(../images/ic_ribon.svg); /* アイコン画像のパスを指定 */
    background-repeat: no-repeat; /* 繰り返さない */
    background-size: contain; /* 画像を要素に合わせてサイズ変更 */
    position: absolute; /* 親要素からの絶対位置で指定 */
    top: -44px; /* 見出しの上に配置（必要に応じて調整） */
    left: 50%; /* 水平方向の中央に配置 */
    transform: translateX(-50%); /* 中央揃えのために左に半分移動 */
    width: 70px; /* アイコンの幅 */
    height: 70px; /* アイコンの高さ */
}

h3 {
    text-align: center; /* テキストを中央揃え */
    font-size: 22px;
    font-weight: bold;
    margin: 1.2em 0 .1em;
    color: #000;
}
  
/*イベント概要*/
dl.unit  {
    width: 100%;
	padding: 1px 0;
}

dl.unit dt {
	width: 100%;
    padding: .4em .8em;
	line-height: 1.5;
    color: #FFF;
    background: #20A6A6;
}

dl.unit dd {
    width: 100%;
    padding: .4em .8em;
    background: #FFF;
    line-height: 1.5;
}

  /*ツアーポイント*/
 .pointBox {
    padding: .8em 1em;
    margin: .5em;
    background: #FFF6D7;
    box-shadow: 0px 0px 0px 10px #FFF6D7;
    border: dashed 2px #ff9900;
    border-radius: 4px;
}

.pointBox p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

dl.summary  {
    width: 100%;
	padding: 1px 0;
    margin-top: 1em;
}

dl.summary dt {
	width: 100%;
    padding: .4em .8em;
	line-height: 1.5;
    display: block;
}

dl.summary dt span {
    border-bottom: 3px solid #ff0099;
    padding-bottom: .2em;
    font-weight: bold;
}

dl.summary dd {
    width: 100%;
    padding: .4em .8em;
    line-height: 1.5;
}

dl.schedule {
    width: 100%;
	padding: 1px 0;
    margin: .5em auto 0;
    display: table;
}

dl.schedule dt {
	width: 100%;
    padding: .3em .6em .6em;
    background: #eee;
	line-height: 1.5;
    border: 1px solid #CCC;
    border-bottom: none;
    font-weight: normal;
}

dl.schedule dd {
    width: 100%;
    padding: .3em .6em .6em;
    background: #FFF;
    line-height: 1.5;
    border: 1px solid #CCC;
}

dl.schedule dd .departure {
    padding: .1em .4em .2em;
    margin-top: .3em;
    background: #20A6A6;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

  /*料金*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td {
 vertical-align: middle;
 padding: .8em;
 border: 2px solid #20A6A6;
 color: #000;
 text-align: center;
}
table th {
  background: #20A6A6;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
table td {
  background: #fff;
}

table td dl.item {
    width: 100%;
}

table td dl.item dt {
    width: 100%;
}

table td dl.item dd {
    width: 100%;
}

table td .room {
  display: inline-block;
  padding: .1em .3em .3em .3em;
  margin-bottom: .5em;
  border: 1px solid #000;
}
table td .group {
  display: block;
  margin-bottom: 1em;
}
table td .price {
  color: #ff0000;
  font-size: 32px;
  font-weight: bold;
}
table td .price .small {
  font-size: 20px;
}
table td .Btn {
  width: 100%;
  font-size: 20px;
}
table td .joken {
  font-size: 16px;
  line-height: 1.4;
}
table td .line {
  border-bottom: 1px dashed #20A6A6;
  padding-bottom: 1em;
  margin-bottom: 1em;
}


  
  /*応募からお申込みの流れ*/
.stepBox {
    position: relative;
    margin-top: 0.5em;
    padding: 1.2em 0.8em 0.8em 0.8em;
    border: 3px solid #ff0099;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
}
.stepBox > div {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff0099;
    color: #fff;
    font-size: 18px;
}
.stepBox > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff0099;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.stepBox p {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}
.stepBox .small {
    font-size: 18px;
    font-weight: normal;
}

/*応募*/
  .arrange {
    width: 90%;
    margin: 0 auto;
  }

  
  /*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;
  }
  

  
  /*注意事項*/
  .subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
  }
  ul.guideList {
    line-height: 1.2;
    margin-top: 2%;
  }
  ul.guideList li {
    line-height: 1.2;
    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.2;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  ul.guideList li.kome:before {
    content: '※';
  }
  ul.guideList li.kome1 {
    line-height: 1.2;
    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.2;
    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.2;
    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: 90%;
    text-align: center;
    background: #ff9900;
    border-radius: 30px;
    padding: .5em;
    margin: 0 auto;
    position: relative; /* 追記 */
    font-size: 22px;
    font-weight: bold;
  }
  .Btn a {
    color: #fff;
  }
  .Btn::after {
    content: "＞";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-weight: bold;
  }
  .Btn_gray {
    color: #fff;
    width: 60%;
    margin: .5em auto;
    text-align: center;
    background: #666;
    border-radius: 30px;
    padding: .5em;
    position: relative; /* 追記 */
    font-size: 22px;
  }
  .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.2;
    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: 0 0 30px;
}
  /*title*/
  .title {
    width: 100%;
	max-width:1080px;
	min-width: 760px;
	margin: 0 auto;
	padding: 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*/
ul.navi {
    width: 100%;
	max-width:1080px;
	margin: 0 auto;
    padding-top: .5rem;
    list-style: none;
    display: flex;
    gap: .5rem;
}

ul.navi li {
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
}

  /*プラン案内*/
.introBox {
  margin: 3em auto 2em; /* 外側余白 */
  padding: 1.5em; /* 内側余白 */
  background: #ffff99;
  -webkit-box-shadow: 5px 5px 0 #ffcc00;
  box-shadow: 5px 5px 0 #ffcc00;
  max-width: 880px;
  text-align: center;
  line-height: 1.4;
}

.introBox strong {
    font-size: 22px;
    font-weight: bold;
    color: #F00;
}
  
  /*見出し*/
h2 {
    position: relative; /* 相対位置を指定 */
    text-align: center; /* テキストを中央揃え */
    font-size: 40px;
    font-weight: bold;
    margin: 1.5em 0 .5em;
    color: #ff0099;
}

h2::before {
    content: ''; 
    background-image: url(../images/ic_ribon.svg); /* アイコン画像のパスを指定 */
    background-repeat: no-repeat; /* 繰り返さない */
    background-size: contain; /* 画像を要素に合わせてサイズ変更 */
    position: absolute; /* 親要素からの絶対位置で指定 */
    top: -50px; /* 見出しの上に配置（必要に応じて調整） */
    left: 50%; /* 水平方向の中央に配置 */
    transform: translateX(-50%); /* 中央揃えのために左に半分移動 */
    width: 80px; /* アイコンの幅 */
    height: 80px; /* アイコンの高さ */
}

h3 {
    text-align: center; /* テキストを中央揃え */
    font-size: 30px;
    font-weight: bold;
    margin: 1.5em 0 .3em;
    color: #000;
}
  
  /*イベント概要*/
dl.unit {
    width: 980px;
	padding: 1px 0;
    margin: 0 auto;
    display: table;
}

dl.unit dt {
	width: 20%;
    padding: .5em 1em;
    display: table-cell;
	line-height: 1.5;
    color: #FFF;
    background: #20A6A6;
}

dl.unit dd {
    width: 80%;
    padding: .5em 1em;
    background: #FFF;
    display: table-cell;
    line-height: 1.5;
}

  /*ツアーポイント*/
 .pointBox {
    padding: .8em 1em;
    margin: .5em;
    background: #FFF6D7;
    box-shadow: 0px 0px 0px 10px #FFF6D7;
    border: dashed 2px #ff9900;
    border-radius: 4px;
    /*height: 126px;*/
}

.pointBox p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

dl.summary {
    width: 1080px;
	padding: 1px 0;
    margin: .5em auto 0;
    display: table;
}

dl.summary dt {
	width: 15%;
    padding: .5em 1em 1em;
    display: table-cell;
	line-height: 1.5;
    border-bottom: 3px solid #ff0099;
    font-weight: bold;
}

dl.summary dd {
    width: 85%;
    padding: .5em 1em 1em;
    background: #FFF;
    display: table-cell;
    line-height: 1.5;
    border-bottom: 3px solid #CCC;
}

dl.schedule {
    width: 100%;
	padding: 1px 0;
    margin: .5em auto 0;
    display: table;
}

dl.schedule dt {
	width: 15%;
    padding: .3em .6em .6em;
    background: #eee;
    display: table-cell;
	line-height: 1.5;
    border: 1px solid #CCC;
    border-right: none;
    font-weight: normal;
}

dl.schedule dd {
    width: 85%;
    padding: .3em .6em .6em;
    background: #FFF;
    display: table-cell;
    line-height: 1.5;
    border: 1px solid #CCC;
}

dl.schedule dd .departure {
    padding: .1em .4em .2em;
    margin-top: .3em;
    background: #20A6A6;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}






  
/*料金*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td {
 vertical-align: middle;
 padding: .8em;
 border: 2px solid #20A6A6;
 color: #000;
 text-align: center;
}
table th {
  background: #20A6A6;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
table td {
  background: #fff;
}

table td dl.item {
    width: 100%;
    display: table;
}

table td dl.item dt {
	width: 25%;
    display: table-cell;
}

table td dl.item dd {
    width: 75%;
    display: table-cell;
}

table td .room {
  display: inline-block;
  padding: .1em .3em .3em .3em;
  margin-bottom: .5em;
  border: 1px solid #000;
}
table td .group {
  display: block;
  margin-bottom: 1em;
}
table td .price {
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;
}
table td .price .small {
  font-size: 20px;
}
table td .Btn {
  width: 100%;
  font-size: 20px;
}
table td .joken {
  font-size: 16px;
  line-height: 1.4;
}
table td .line {
  border-bottom: 1px dashed #20A6A6;
  padding-bottom: 1em;
  margin-bottom: 1em;
}



  
/*応募からお申込みの流れ*/
.stepBox {
    position: relative;
    margin-top: 2em;
    padding: 1.6em 0.6em 0.8em 0.6em;
    border: 4px solid #ff0099;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    height: 274px;                  /* 高さを指定 */
}
.stepBox > div {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff0099;
    color: #fff;
    font-size: 20px;
}
.stepBox > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff0099;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.stepBox p {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}
.stepBox .small {
    font-size: 20px;
    font-weight: normal;
}

/*応募*/
  .arrange {
    width: 60%;
    margin: 0 auto;
  }
  
  /*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;
  }
  

  
  /*注意事項*/
  .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.2;
  }
  ul.guideList li {
    list-style: none;
    line-height: 1.2;
    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.2;
    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.2;
    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.2;
    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.2;
    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: 60%;
    text-align: center;
    background: #ff9900;
    border-radius: 30px;
    padding: .5em;
    margin: 0 auto;
    position: relative; /* 追記 */
    font-size: 26px;
    font-weight: bold;
  }
  .Btn a {
    color: #fff;
  }
  .Btn::after {
    content: "＞";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-weight: bold;
  }
  .Btn_gray {
    color: #fff;
    width: 60%;
    margin: .5em auto;
    text-align: center;
    background: #666;
    border-radius: 30px;
    padding: .5em;
    position: relative; /* 追記 */
    font-size: 26px;
  }
  .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.2;
    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;
  }
}