@charset "UTF-8";

html {
  background: #FFF;
  color: #000;
}

section {
  padding: 3rem 0;
}


.wrapper {
  width: 50vw;
  margin: 0 auto;
}

#fv{
  min-height: 70vh;
  background: url("../img/dubai_bs.jpg") no-repeat center center/contain;
  background-color: #FFF;
}

#fv h1 {
  display: flex;
  justify-content: flex-end;
}

.logo {
  margin-right: 5rem;
}

.contact {
  margin-top: 2rem;
  min-height:  20vh;
  padding: 1.5rem 0;
  text-align: center;
  background: url("../img/contact_bg.jpg") no-repeat center center/cover;
/*  background: #E6E6E6;*/
}

.contact h4 {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
}

.big_yellow {
  text-align: center;
  font-size: 2rem;
  color: #333;
}

#aboutDubai {
  background: #FFF;
  line-height: 2.5rem;
}

h2 {
  text-align: center;
  margin: 0 0 2rem;
  line-height: 3rem;
  font-size: 2rem;
  color: #333;
}

#aboutDubai h3 {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #333;
}

.dubaiIs {
  background: #F5F5F5;
  margin: 1.5rem 0 2rem;
  padding: 2rem;
}


.hl_big {
  font-size: 2.5rem;
  background: #4D6AAC;
  color: #FFF;
  padding: 0.25rem;
}

.dubaiAns {
  position: relative;
  text-align: center;
}
/*吹き出し*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  padding: 3px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background:#C9181B;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #C9181B;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-weight: bold;
}
/*アコーディオン*/
.dubaiAnsBtn {
  margin: 1rem 0 0.5rem;
  text-align: center;
  position: relative;
  color:  #F78D3F;
  font-size: 2rem;
  font-weight: bold;
}

/*三角*/

.dubaiAnsBtn::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 47%;
  border-top: 30px solid #F78D3F;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.dubaiIs img {
  margin: 0 auto;
  min-width: 50%;
}

.dubaiAnsTxt {
  display: none;
  background: #FFF;
}

.dubaiAnsTxt p {
  margin: 0 auto;
}
/*アコーディオン*/
.accordion-content{
  display: none;
}

.accordion-content p {
  text-align: left;
  margin: 3rem 2rem 0 2rem;
  font-size: 1rem;
  line-height: 2.5rem;
}

#aboutSupport {
  background: #FFF;
  color: #333;
}

.support {
  background: #F5F5F5;
  margin: 3rem 0;
  padding: 2rem 0;
  text-align: center;
}
.support img {
  margin: 3rem auto;
}
.supportTxt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
}

.hl_002 {
  font-size: 2.5rem;
  color: #4D6AAC;
}

.big_bk {
  font-size: 2.5rem;
  color: #000;
}

h3.hl_support {
  color: #333;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

h3 .big_no {
  margin: 1rem 1rem 0 0;
  font-family: Times New Roman;
  font-size: 5rem;
  color: #4D6AAC;
}

/*料金表*/

#rate {
  background: #F5F5F5;
}

.hlRate {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333;
}
.design04 {
 margin: 0 auto;
 width: 80%;
 text-align: center;
 border-collapse: separate;
 border-spacing: 5px 0px;
}


.design04 th {
 padding: 10px;
 background: #4D6AAC;
 color: #FFF;
}

.design04 th:nth-child(2n) {
 background: #34799B;
}


.design04 td {
 padding: 10px;
 background: #FFF;
 margin-left: 1rem;
 border-bottom: dotted 2px #C3C3C3;
}
.design04 td:last-child {
 border-right: none;
}

.packaging {
  width: 70%;
  margin: 2rem auto;
  padding: 2rem;
  background: #85B4D5;
  text-align: center;
}

.hlPc {
  font-size: 1.5rem;
  color: #FFF;
  margin-bottom: 1rem;
}

.packaging img {
  margin: 0 auto;
  width: 70%;
}

.notePc {
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
  color: #FFF;
}

#dubaiDream {
  width: 100vw;
  background: url("../img/dubai_ss.jpg") no-repeat center top/cover;
  background-color: #FFF;
  margin-bottom: 2rem;
}

.hl_serif {
  font-family: serif;
  font-size: 3rem;
  line-height: 3.5rem;
}

.txt_serif {
  font-family: serif;
  font-size: 1.5rem;
}
.bg_gray {
  margin-top: auto;
  padding: 2rem;
  background: rgba(50,50,50,0.8);
}



#experience {
  background: #EEE;
}

#experience h2 {
  font-size: 2rem;
  color: #333;
}

.hl_exp {
  margin: 0.5rem auto;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.exp_ov {
  padding: 0.5rem;
  background: rgba(255,255,255,0.7);
}
.readmore {
  font-weight: bold;
  color: #4D6AAC;
  text-decoration: underline;
  cursor: pointer;
}

.exp_more img {
  margin: 1rem auto;
}

.exp_more p {
  line-height: 1.5rem;
}

#aboutUs {
  background: #0072BB;
}

.txt_white {
  color: #FFF;
}

.sns {
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}

.snsIcon {
  padding: 0.25px;
  width: 32px;
  margin: 0 0.5rem;
}

.copyright {
  color: #FFF;
}

#fixedFooter {
  position: sticky;
  bottom: 0;
  z-index: 1;
  text-align: center;
  background: rgba(55,50,80,0.8);
}

#fixedFooter a {
  margin: 1rem auto;
}


/*== ボタン共通設定 */
.btn{
  /*アニメーションの起点とするためrelativeを指定*/
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/   
  transition: ease .2s;
  background: #06C755;
  border-radius: 10px;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#FFF;
  font-weight: bold;
  font-size: 1.5rem;
}

.btn:hover span{
  color:#06C755;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#FFF;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/*文字装飾*/

.big {
  font-size: 1.25rem;
}

.bold {
  font-weight: bold;
}

.red {
  color: #D10306;
}

.ulYlw {
  background:linear-gradient(transparent 60%, #ff6 60%);
}


/*スマホ対応*/

@media screen and (max-width: 1080px) {
.wrapper {
  width: 90vw;
  margin: 0 auto;
}

#fv{
  min-height: 50vh;
  background: url("../img/dubai_bs.jpg")  no-repeat left center/cover;
}
.logo {
  margin: auto;
}

.big_bk {
  font-size: 2.5rem;
  }
  
.hl_serif {
  font-size: 2rem;
}

.txt_serif {
  font-family: serif;
  font-size: 1rem;
}
.hl_002 {
  font-size: 2rem;
}

.big_bk {
  font-size: 2rem;
}

h3.hl_support {
  font-size: 1. I’m 5rem;
}

h3 .big_no {
  font-size: 3.5rem;
  }


#dubaiDream {
  background: url("../img/dubai_ss.jpg") no-repeat left top/cover;
}

}

