* {
  box-sizing: border-box;
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  max-width: 100%;
  line-height: 2.0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.8pt;
  overflow-x: hidden;
}
body li {
  list-style: none;
}
body a {
  display: inline-block;
}
body a:link, body a:visited, body a:hover, body a:active {
  /*color: #fff;*/
  text-decoration: none;
}
body span, body em {
  font-style: normal;
}
body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 940px) {
  .pc {
    display: block;
  }
}
@media (min-width: 1px) and (max-width: 940px) {
  .pc {
    display: none;
  }
}
#contents {
  /*max-width: 960px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#plane {
  max-width: 960px;
  width: 90%;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
hr.style1 {
  border-top: 1px solid #ccc;
}
/*#contents.bg_fix {
	background-image: url('../img/bg_fix_pc.jpg');
  background-attachment: fixed !important;
  background-size: cover;
  background-position: center;
	padding: 100px 0;
}*/
#contents.bg_fix {
  padding: 100px 0;
  background-color: #F5EFE1;
}
#contents.bg_fix::before {
  content: "";
  background-color: #F5EFE1;
}
@media screen and (max-width: 940px) {
  #contents.bg_fix {
    padding: 50px 0 60px;
  }
}
ul.list {
  text-indent: -1em;
}
ul.list li:before {
  content: "・";
}
ul.list li {
  padding-left: 1em;
  text-indent: -0.5em;
}
/*+-----kv-----*/
#kv {
  background: url("../img/main_bg_pc.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  margin: 0;
  padding: 30px 0 60px;
  max-height: 880px;
}
/*#kv p.main {
  display: flex;
  justify-content: center;
  overflow: hidden;
}*/
#kv p.main img {
  width: 50%;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#kv p.main_date img {
  width: 80%;
  height: 100%;
  max-width: 500px;
  margin: 30px auto 0;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 1023px) {
  #kv p.main img {
    height: 100%;
    max-height: 600px;
  }
}
@media screen and (max-width: 600px) {
  #kv {
    background: url("../img/main_bg_sp.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    padding-bottom: 24%;
    overflow: hidden;
  }
  #kv p.main {
    padding: 24% 0 0;
  }
  #kv p.main img {
    max-width: 500px;
    width: 95%;
  }
  #kv p.main_date img {
    margin: 20px auto 0;
  }
  #kv p.main {
    height: 100%;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.fin {
  width: 50%;
  margin: 30px auto;
  font-size: 145%;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: solid 5px #FF1500;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 940px) {
  .fin {
    width: 90%;
    margin: 0 auto;
    font-size: 110%;
  }
}
/*+-----copy-----*/
#copy {
  /*background: #EA5520;*/
  color: #fff;
  padding: 25px 0;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(45deg, #B5873A 0%, #DBA44B 45%, #DCB353 70%, #A77929 85%, #D2A950 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#copy p.bubble {
  max-width: 250px;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#copy .inner {
  text-align: center;
}
#copy p {
  max-width: 820px;
  margin: 15px auto 0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
#copy .inner {
  margin-bottom: 20px;
}
#copy .inner:last-of-type {
  margin-bottom: 0;
}
#copy .inner p.txt:nth-of-type(2) {
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
}
#copy span.box {
  font-size: 16px;
  background: #fff;
  color: #333333;
  padding: 3px 15px;
  margin-right: 15px;
  border-radius: 25px;
}
#copy span.num {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  #copy {
    padding: 15px 0 15px;
  }
  #copy p {
    text-align: center;
    font-size: 16px;
  }
  #copy .inner:nth-of-type(3) p.txt span.box {
    margin-bottom: 15px;
  }
  #copy .inner:nth-of-type(3) p.txt span.sp {
    font-size: 18px;
    line-height: 1em;
  }
  #copy .inner p.txt:nth-of-type(2) {
    margin-top: 5px;
    line-height: 1.5em;
  }
  #copy span.box {
    font-size: 14px;
    margin: 0 0 5px;
    padding: 3px 13px;
    display: inline-block;
    line-height: 1.3;
  }
  #copy p span:nth-child(6) {
    margin: 10px 0 5px;
    display: inline-block;
  }
  #copy span.num {
    font-size: 25px;
  }
  #copy .inner:last-child span.box {
    margin-bottom: 15px;
  }
  #copy .inner:last-child p.txt span.sp {
    font-size: 19px;
    line-height: 1.5em;
  }
}
/*+-----date-----*/
#date {
  background: #D42C17;
  color: #fff;
  padding: 25px 0;
  margin: 0 auto;
  position: relative;
}
#date .inner {
  text-align: center;
}
#date p {
  /*display: inline-block;*/
  max-width: 570px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
#date .inner {
  margin-bottom: 20px;
}
#date .inner:last-of-type {
  margin-bottom: 0;
}
#date .inner p.txt:nth-of-type(2) {
  margin-top: 10px /*font-weight: normal;
  display: inline-block;
  font-size: 14px;*/
}
#date .inner p.txt:nth-of-type(3) {
  margin-top: 5px;
  font-weight: normal;
  display: inline-block;
  font-size: 14px
}
#date span.box {
  font-size: 16px;
  background: #fff;
  color: #D42C17;
  padding: 2px 10px 3px;
  margin-right: 15px;
}
#date span.num {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  #date {
    padding: 15px 0 15px;
  }
  #date p {
    text-align: center;
    font-size: 13px;
  }
  #date .inner:nth-of-type(3) p.txt span.box {
    margin-bottom: 15px;
  }
  #date .inner:nth-of-type(3) p.txt span.sp {
    font-size: 18px;
    line-height: 1em;
  }
  #date .inner p.txt:nth-of-type(2) {
    margin-top: 15px;
    line-height: 1.5em;
  }
  #date span.box {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0 13px 0;
    display: inline-block;
    line-height: 1.3;
  }
  #date p span:nth-child(6) {
    display: inline-block;
  }
  #date span.num {
    font-size: 25px;
  }
  #date .inner:last-child p.txt span.sp {
    font-size: 19px;
    line-height: 1.5em;
  }
}
/*-----common-----*/
section {
  margin: 80px auto 0;
}
@media screen and (max-width: 720px) {
  section {
    margin: 40px auto 0;
  }
}
.note {
  font-size: 12px !important;
}
.info p {
  text-align: center;
  line-height: 2.1em;
  font-size: 100%;
  font-weight: bold;
}
.hl {
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  background-color: #FFF100;
  font-size: 20px;
  font-weight: bold;
}
.red {
  color: #FF1500;
}
.highlight {
  background-color: #ffe33f;
}
.gold {
  background: linear-gradient(45deg, #CDA24E 0%, #9F701F 45%, #B28841 70%, #CDA24E 85%, #9F701F 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 940px) {
  .hl {
    margin-bottom: 15px !important;
    font-size: 18px;
  }
}
/*-----ボタン-----*/
p.btn_air {
  line-height: 1.5em;
}
p.btn_air a:link, p.btn_air a:visited {
  max-width: 400px;
  width: 90%;
  display: inline-block;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
  font-size: 22px;
  padding: 14px 0;
  background: #C91812;
  color: #fff;
  line-height: 1.2em;
  transform: .3s all;
}
@media(hover: hover) {
  p.btn_air a:hover, .btn:hover {
    opacity: .6;
  }
}
p.btn_air span::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background-image: url("../img/ic_blank.png");
  background-size: contain;
  background-position: bottom;
}
p.btn_air:first-of-type a {
  margin-top: 50px;
}
p.btn_txt {
  margin-top: 25px;
  text-align: center;
}
p.btn_txt a:link {
  text-decoration: underline;
  transform: .3s all;
}
@media(hover: hover) {
  p.btn_txt a:link:hover {
    opacity: .6;
  }
}
.btn a span {
  position: relative;
}
.btn a span.r:after {
  content: '';
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  margin-left: 30px;
  transition: all .4s;
}
.btn a span.u:after {
  content: '';
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(135deg);
  position: absolute;
  top: calc(50% - 4px);
  margin-left: 30px;
  transition: all .4s;
}
@media screen and (max-width: 940px) {
  p.btn_air a:link, p.btn_air a:visited {
    width: 100%;
    padding: 20px 0;
  }
}
/*-----タイトル-----*/
#contents h3.title {
  margin: 0 auto 30px;
  font-size: 34px;
  text-align: center;
  color: #D42C17;
  line-height: 1;
  border-bottom: 4px solid #D42C17;
  display: inline-block;
  padding: 45px 20px 15px;
  font-weight: bold;
  background: url("../img/ic_h3.png") no-repeat 50% 0
}
#contents h2 {
  font-size: 22px;
  font-weight: 900;
  font-family: 'Noto Sans JP';
}
@media screen and (max-width: 940px) {
  #contents h3.title {
    font-size: 26px;
  }
}
/*-----hotellist-----*/
#contents .hotellist {
  max-width: 95%;
  width: 1060px;
  margin: 0 auto;
  position: relative;
  /*border: solid 2px #BB862C; 枠有の時*/
  border-radius: 10px;
  background-color: #fff;
  padding-top: 10px;
}
#contents .hotellist > p {
  width: fit-content;
  margin: 0 auto;
  padding: 2px 10px 1px;
  background-color: #b48733;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 50%;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 20px;
}
#contents .hotellist ul.logo {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%
}
#contents .hotellist ul.logo li {
  text-align: center;
  display: flex;
  width: calc((100% - 8%)/5);
  max-width: 190px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
#contents .hotellist ul.logo li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 20px 18px 30px;
  background: url("../img/bg_logo_arw.jpg") no-repeat 0 100%;
  border-radius: 20px;
  background-size: contain;
  transition: .3s;
}
#contents .hotellist ul.logo li a p.img {
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}
#contents .hotellist ul.logo li a p.name {
  margin-bottom: auto;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .hotellist ul.logo li a p.price {
  color: #FF1500;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -.01em;
}
#contents .hotellist ul.logo li a p.price span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
#contents .hotellist ul.logo li a p.price span.dollar {
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold
}
#contents .hotellist ul.logo li a p.price span.small {
  font-size: 10px;
}
#contents .hotellist ul.logo li img {
  max-width: 120px;
}
#contents .hotellist ul.logo li:nth-of-type(2) img {
  max-width: 100px;
}
#contents .hotellist ul.logo:first-of-type {
  margin-top: 2.5rem;
}
#contents .hotellist ul.logo li img, #contents .hotellist.sp_only ul.logo li img {
  vertical-align: baseline;
}
#contents .hotellist ul.ken {
  display: flex;
  padding-bottom: 2.5rem;
  justify-content: center;
  font-size: inhert
}
#contents .hotellist ul.ken li:last-child img {
  max-width: 300px;
  margin: 0 15px;
}
@media(hover: hover) {
  #contents .hotellist ul.logo li a:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 1000px) {
  #contents .hotellist {
    max-width: 90%;
  }
  #contents .hotellist > p {
    font-size: 15px;
  }
  #contents .hotellist ul.logo {
    padding: .8rem 0 1rem;
  }
  #contents .hotellist ul.logo li {
    width: calc((100% - 6%) / 3);
    max-width: none;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  #contents .hotellist ul.logo li a p.img {
    height: 55px;
    border-bottom: none;
    padding-bottom: 10px;
  }
  #contents .hotellist ul.logo li img {
    max-width: none;
    max-height: 40px;
    width: auto
  }
  #contents .hotellist ul.logo li:last-child img {
    max-height: 35px;
  }
  #contents .hotellist ul.ken {
    align-items: center;
    font-size: 12px;
  }
  #contents .hotellist ul.logo li a {
    padding: 15px 10px 25px;
    gap: 0;
  }
  #contents .hotellist ul.logo li a p.price {
    color: #FF1500;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -.01em;
  }
  #contents .hotellist ul.ken li:last-child img {
    max-width: 240px;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 600px) {
  #contents .hotellist ul.logo li {
    width: calc((100% - 2%) / 2);
  }
}
/*-----anchor-----*/
#contents ul.anchor {
  max-width: 960px;
  margin: 9rem auto 0;
  display: flex;
  justify-content: space-around;
}
#contents ul.anchor li {
  width: 215px;
  margin: 0 auto;
  padding: 1rem;
  background: #fff;
  border: solid 1.5px #EA5520;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  transition: .3s all;
}
#contents ul.anchor li a {
  margin-left: -10px;
  position: relative;
  color: #333;
}
#contents ul.anchor li a::after {
  border-right: solid 3px #EA5520;
  border-top: solid 3px #EA5520;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
  transform: rotate(135deg);
  width: 10px;
}
@media(hover: hover) {
  #contents ul.anchor li :hover {
    opacity: .6;
  }
}
@media screen and (max-width: 940px) {
  #contents ul.anchor {
    display: inherit;
  }
  #contents ul.anchor li {
    width: 85%;
    margin-bottom: 25px;
  }
}
/*-----sale-----*/
#sale {
  max-width: 1060px;
  width: 95%;
  padding: 60px 4% 60px;
  border-radius: 6px;
  background-color: #fff;
}
#sale .inner h1 {
  margin: 0 auto;
}
#sale div h2 {
  margin-bottom: 25px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  line-height: 1.5em;
}
#sale div .btn {
  width: 300px;
  margin: 0 auto;
  border-radius: 5px;
}
#sale div .btn a:link, #sale div .btn a:visited, #sale .inner h3 {
  color: #fff
}
#about, .bg {
  padding: 60px 0 100px;
}
#sale .marker {
  background: linear-gradient(transparent 60%, #ffe33f 50%);
  font-size: 100%;
}
#sale > ul {
  max-width: 960px;
  margin: 0 auto 80px;
  /*background-color: #E5FBF6;*/
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 4%;
}
#sale > ul li .sale_img {
  position: relative;
}
#sale > ul li .sale_img p {
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#sale > ul li h3 {
  padding: 10px 15px 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  background-color: #b48733;
}
#sale > ul li .box {
  padding: 15px 5% 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#sale > ul li .box_price {
  margin-bottom: auto
}
#sale > ul li.hotel {
  width: 48%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
#sale .caution {
  padding: 40px 50px;
  border: 1px solid #997644;
  max-width: 960px;
  margin: 0 auto 0;
  background: #fff;
}
#sale .caution h3 {
  text-align: center;
  color: #997644;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
#sale .caution h3 + p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1781px) {
  #copy .bublle {
    right: 22%;
  }
}
@media screen and (min-width: 1231px) and (max-width: 1780px) {
  #copy .bublle {
    right: 13%;
  }
}
@media screen and (max-width: 1023px) {
  #copy .bublle {
    /*display: none;*/
    top: -40px;
    right: 0;
  }
}
#sale > ul li ul.price {
  margin-bottom: 25px;
  padding-bottom: 30px;
  display: flex;
  align-items: end;
  line-height: 1em;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  border-bottom: 1px solid #707070
}
#sale > ul li ul.price li:nth-of-type(2) {
  margin: 0 12px;
}
#sale > ul li ul.price li:nth-of-type(3) {
  margin-bottom: 3px;
  font-weight: bolder;
  color: #FF1500;
  font-size: 26px;
}
#sale > ul li ul.price li span.small {
  font-size: 12px;
}
#sale > ul li ul.price li span.big {
  font-size: 165%;
  letter-spacing: -.01em;
}
#sale > ul li ul.price li.bubble {
  margin: 0 0 -10px 8px;
}
#sale h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin: 30px 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sale h4.nikko {
  height: 72px;
}
#sale .inner p {
  margin-bottom: 12px;
}
#sale .inner p:last-child {
  margin-bottom: 20px;
}
#sale .inner p span.tag, #sale .inner p span.tokuten {
  width: fit-content;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 1px 10px 2px;
  background-color: #F7F0E4;
  color: #997644;
  font-weight: bold;
  font-size: 15px;
}
#sale > ul li .tokuten div p.square, #caution div p {
  padding-left: 1em;
  text-indent: -1em;
}
#sale .btn_list {
  max-width: 400px;
  margin: 0 auto;
}
#sale .btn_list a:link, #sale .btn_list a:visited {
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  background-color: #FF1500;
  border-radius: 50px;
  text-align: center;
  display: inline-block
}
#sale > ul li .btnwrap {
  margin-top: auto;
}
#sale > ul li .btnwrap .btn_txt {
  margin-top: 20px;
}
@media screen and (max-width: 940px) {
  #sale {
    width: 100%;
    border-radius: 0;
    background: #E6DDCA;
    padding: 40px 0;
  }
  #sale .info p:nth-of-type(2) {
    font-size: 18px;
  }
  #sale > ul, #andguam > div, #flight > div {
    margin: 0 auto;
  }
  #sale > ul {
    width: 90%
  }
  #sale > ul li .box {
    padding: 15px 15px;
  }
  #sale h4 {
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width:720px) {
  #sale > ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #sale > ul li.hotel {
    width: 100%;
    margin-bottom: 40px;
  }
  #sale > ul li h3 {
    font-size: 14px;
  }
  #sale h4 {
    margin: 25px 5% 0;
  }
  #sale h4.nikko {
    height: auto
  }
  #sale > ul li .box {
    padding: 15px 20px 30px;
  }
  #sale .caution {
    margin: 0 auto;
    width: 90%;
    padding: 25px 30px 40px 20px;
    line-height: 1.8;
    text-align: justify;
  }
  #sale .caution h3 {
    font-size: 26px;
  }
  #sale .caution h3 + p {
    font-size: inherit;
  }
}
.mb20 {
  margin-bottom: 20px;
}
/*-----andguam,flight-----*/
#andguam p:nth-of-type(3) {
  margin-bottom: 5px;
  font-size: 16px;
  color: #CC0000;
}
#andguam p span {
  font-weight: bold;
  font-size: 18px
}
#andguam p span.blue {
  color: #0173BC;
}
#andguam p span.orange {
  color: #ED6D3C;
}
#andguam p span.green {
  color: #09A3A3;
}
#flight h3.title span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
#flight p.label {
  margin: 0 auto 30px;
  padding: 0 3px;
  width: fit-content;
  font-size: 22px;
  color: #fff;
  background-color: #000;
}
#flight div.info span.big {
  letter-spacing: 0.01rem;
  font-size: 120%;
}
#flight div.info span.small {
  font-size: 70%;
}
#andguam, #flight {
  text-align: center;
  max-width: 1060px;
  width: 90%;
  padding: 40px 0 60px;
  border-radius: 6px;
  background-color: #fff;
}
#andguam p, #flight p {
  margin-top: 10px;
}
#flight div h3 {
  font-size: 24px;
  font-weight: bold;
  color: #C91812;
}
#andguam div > p, #flight div > p {
  line-height: 1.8em;
  font-size: 18px;
  font-weight: bold;
}
#andguam div, #flight div {
  text-align: center;
  margin-top: 30px;
}
#andguam div > img, #flight div > img {
  max-width: 450px;
  width: 100%;
  margin-bottom: 3%;
}
#andguam div a, #flight div a {
  transition: .3s all;
}
@media(hover: hover) {
  #andguam div a:hover, #flight div a:hover {
    opacity: .6;
  }
}
#andguam div a img, #flight div img {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 940px) {
  #andguam, #flight {
    padding-bottom: 40px;
  }
  #andguam > div, #flight > div {
    width: 90%;
    margin: 30px auto 0;
  }
}
/* footer
----------------------------------------------------------- */
p.foot_link {
  margin-top: 80px;
  text-align: center;
  color: #333;
}
p.foot_link a {
  text-decoration: underline;
}
@media screen and (max-width: 940px) {
  p.foot_link {
    margin-top: 60px;
  }
}
/* footer
----------------------------------------------------------- */
footer {
  font-size: 12px;
}
footer .foot_inner img {
  width: 35%;
}
footer .foot_link {
  text-align: center;
  padding: 10px 0;
  background-color: #b48733;
}
footer .foot_link p {
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 940px) {
  footer .foot_inner {
    margin-bottom: 45px;
  }
  footer .foot_inner img {
    width: 90%;
  }
}
/*pageTop
------------------------------------------------------------------------ */
#page-top {
  position: fixed;
  font-size: 12px;
  font-weight: bold;
  right: 0;
  bottom: 10px;
  z-index: 10;
  background: #fff;
  width: 90px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 0 0 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#page-top span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #A17325;
  line-height: 1.1;
  font-weight: normal;
}
@media print, screen and (max-width:640px) {
  #page-top {
    width: 70px;
    height: 50px;
  }
  #page-top span {
    font-size: 13px
  }
}