﻿#access .con_title .title_image {
  background: url("../images/access/bg_access.jpg");
  background-size: cover;
  background-position: center center;
}
.access_map {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 46.25%;
  padding-bottom: 500px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.un_gray {
  margin-bottom: 120px
}
.access_info {
  display: flex;
  gap: 60px;
  max-width: 1380px;
  margin: 0 auto;
  align-items: center;
}
.access_info .logo {
  width: 260px;
  flex-shrink: 0
}
#access table tr th {
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .un_gray {
    padding: 40px 30px 60px;
  }
  .access_info {
    flex-direction: column;
    gap: 40px;
  }
  .access_info .logo {
    width: 200px
  }
}
.box_gray {
  max-width: 1440px;
  margin: 0 auto 60px;
}
.box_gray_in {
  display: flex;
  background: #F2F2F2
}
.box_gray.left .box_gray_in {
  flex-direction: row-reverse;
}
.box_gray .box_gray_txt {
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.box_gray .box_gray_txt h3 {
  font-size: min(28px, 2vw);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.8
}
.box_gray .img {
  width: 40%;
  flex-shrink: 0;
}
.box_gray .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .box_gray {
    margin: 0 auto
  }
  .box_gray_in {
    flex-direction: column-reverse;
  }
  .box_gray .img {
    width: 100%;
    height: 200px;
  }
  .box_gray .img img {
    object-position: 50% 30%;
  }
  .box_gray .box_gray_txt {
    padding: 40px 25px;
	width: auto;
  }
  .box_gray .box_gray_txt h3 {
    font-size: max(1.375rem, 22px);
  }
}
/*グアムを楽しむ
-----------------------------------------------------------*/
#hub .con_title .title_image {
  background: url("../images/access/bg_hub.jpg");
  background-size: cover;
  background-position: center center;
}
.con_title p {
  margin-bottom: 15px;
}
.con_title span.credit {
  text-align: right;
  font-size: 11px;
  font-weight: lighter;
  color: #E6E6E6;
  z-index: 2;
  margin-bottom: 5px;
  width: 99%;
}
.hub_intro {
  background: #F2FAFC url("../images/access/bg_hub_intro.png") no-repeat 0 0;
  background-size: contain;
  margin: 0 auto 80px;
  padding: 100px 60px;
}
.hub_intro .hub_intro_in {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
}
.hub_intro .img {
  flex-shrink: 0
}
.hub_intro .madem {
  font-size: max(1.375rem, 22px);
  margin-bottom: 30px;
  color: #FF5445
}
.hub_intro h2 {
  font-size: 35px;
  margin-bottom: 3.125vw;
  padding-bottom: 2.604vw;
  position: relative
}
.hub_intro h2:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 80px;
  background: #FF5445;
  bottom: 0;
  left: 0
}
.hub_intro h2 span {
  background: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 13px 15px 18px;
  line-height: 1
}
.hub_intro h2 strong {
  font-weight: bold;
  color: #FF5445
}
.hub_intro p strong {
  font-weight: 500;
  font-size: clamp(16px, 1vw, 18px);
}
@media only screen and (max-width: 767px) {
  .hub_intro {
    padding: 80px 30px;
    margin: 0 auto 60px;
  }
  .hub_intro .hub_intro_in {
    gap: 30px;
    flex-direction: column;
  }
  .hub_intro .img {
    width: 70%
  }
  .hub_intro .madem {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .hub_intro h2 {
    font-size: max(1.375rem, 22px);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .hub_intro h2 span {
    margin-bottom: 5px;
    padding: 10px 15px 15px;
  }
  .hub_intro h2:after {
    width: 60px;
  }
}
.hub_list {
  margin: 80px auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 0 60px 5.208vw;
  background: no-repeat center;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 0) 100px), url("../images/access/bg_hub_list.jpg");
  background-size: cover;
}
.hub_list .txt {
  flex-shrink: 0
}
.hub_list h2 {
  font-size: min(28px, 2vw);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
  letter-spacing: .05em
}
.hub_list h2 span {
  font-size: 35px;
}
.hub_list ul li {
  font-size: clamp(16px, 1vw, 18px);
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 15px
}
.hub_list ul li:before {
  content: '';
  position: absolute;
  background: url("../images/common/ico_check.png") no-repeat;
  width: 25px;
  height: 15px;
  background-size: contain;
  top: 12px;
  left: 0
}
.hub_list ul li span {
  font-weight: bold;
  color: #FF5445
}
@media only screen and (max-width: 767px) {
  #hub .center.txt {
    margin: 0 30px;
  }
  .hub_list {
    margin: 60px auto;
    flex-direction: column;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 60px, rgba(255, 255, 255, 0) 60px), url(../images/access/bg_hub_list.jpg);
    padding: 0 25px 30px;
  }
  .hub_list h2 {
    font-size: max(1.375rem, 22px);
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .hub_list h2 span {
    font-size: clamp(1.25rem, 1.563vw, 28px);
  }
  .hub_list ul li {
    font-size: 15px;
  }
  .hub_list ul li em {
    font-size: 13px
  }
}