﻿/*//////////////////////MALDIVES//////////////////////*/
/*******************************************************************************
heroImage
********************************************************************************/
#heroImage{
    background-color: #02949e;
}

/*--1000px以下------------------------------------*/
@media screen and (max-width: 1000px)  {

}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {


}
/*******************************************************************************
 summary
********************************************************************************/
#summary .coralReef{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
#summary .coralReef .listType01{
    flex-basis: 55%;
    max-width: 55%;
    font-size: 0.9em;
}
#summary .coralReef .coralMap{
    flex-basis: 42%;
    max-width: 42%;
}
#summary .coralReef .coralMap img{
    width: 100%;
}
.listType01{
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
}
.listType01 dt:nth-of-type(1),
.listType01 dd:nth-of-type(1){
    background-color: #d2e9ed;
}
.listType01 dt{
    flex-basis: 9em;
    max-width: 9em;
    padding: 1em .5em;
    border-top: 1px solid #90bcbb;
    border-right: 1px solid #90bcbb;
}
.listType01 dd{
    flex-basis:calc(100% - 9em);
    max-width:calc(100% - 9em);
    padding: 1em;
    border-top: 1px solid #90bcbb;
}
.qaLink a{
    text-decoration-line: underline;
}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
#summary .coralReef {
    justify-content: center;
}
#summary .coralReef .listType01{
    flex-basis: 100%;
    max-width: 100%;
}
#summary .coralReef .coralMap{
    flex-basis: 60%;
    max-width: 60%;
    margin-bottom: 2em;
}
.listType01 dt:nth-of-type(1),
.listType01 dd:nth-of-type(1){
    display: none;
}
.listType01 dt{
    flex-basis: 100%;
    max-width: 100%;
    background-color: #d2e9ed;
    padding: 0.5em 1em;
}
.listType01 dd{
    flex-basis: 100%;
    max-width: 100%; 
}
}
@media screen and (max-width: 550px)  {
#summary .coralReef .coralMap{
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2em;
}
}
/*******************************************************************************
specialBanners
********************************************************************************/
#specialBanners {
  background: url("../img/bg_03.webp") center top;
  padding-top: 4%;
  padding-bottom: 6%;
  text-align: center;
  position: relative;
}
#specialBanners::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
}
#specialBanners h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 400;
  color: #666;
}
#specialBanners h2::before, #specialBanners h2::after {
  content: "―";
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em;
}
.bannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*.bannerList::after {
  content: "";
  display: inline-block;
  flex-basis: calc(100% / 2 - 3%);
  max-width: calc(100% / 2 - 3%);
  order: 1;
}*/
.bannerList li {
  flex-basis: calc(100% / 2 - 3%);
  max-width: calc(100% / 2 - 3%);
  margin-bottom: 1em;
}
.bannerList li img {
  width: 100%;
}
.bannerListWrap {
  position: relative;
}
.bannerListWrap span {
  display: none;
}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px) {
  .bannerList {
    display: block;
  }
  .bannerList::after {
    content: "";
    display: inline-block;
    flex-basis: 80%;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }
  .bannerList li {
    flex-basis: 80%;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
}
