@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #000D14;
}

/* link */
/*a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}*/
a { outline: none; text-decoration: none; }
a:link    { color: #000D14; text-decoration: none; }
a:visited { color: #000D14; text-decoration: underline; }
a:hover   { color: #000D14; text-decoration: underline; }
a:active  { color: #000D14; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #FFF;
  overflow: auto;
}
body {
  overflow: hidden;
	min-width: 1100px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
  	min-width: auto;
  }
}

/*==========================================
 clearfix
===========================================*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #FFF;
}
header #header {
  position: relative;
}
header #headerLogoArea {
  position: absolute;
  left: 70px;
  top: 24px;
}
header #headerLogoArea h1 img {
  width: 128px;
  height: auto;
}
header #headerGlobalArea {
    position: absolute;
    right: 70px;
    top: 23px;
    width: 512px;
}
header #headerGlobalArea #headerTel {
  /*position: absolute;
  left: 0;
  top: 0;*/
}
header #headerGlobalArea #headerTel a {
  padding: 0 0 0 30px;
  font-size: 2.9rem;
  font-weight: 700;
  color: #165C7D;
  letter-spacing: 0.05em;
}
/*header #headerGlobalArea #headerTel a::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon01.svg");
  background-size: 100% 100%;
  content: "";
}*/


header #headerGlobalArea #headerTel .telmark {
    margin-right: 8px;
    margin-top: 7px;
    margin-left: -44px;
    width: 21px;
}

header #headerGlobalArea #headerTel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
header #headerGlobalArea #headerTel p {
  padding: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #165C7D;
}
header #headerGlobalArea #headerContact {
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
}
header #headerGlobalArea #headerContact a {
  display: block;
  width: 250px;
  height: 40px;
  padding: 12px 0 0;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #e40571;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
header #headerGlobalArea #headerContact a:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #e40571;
  border: SOLID 2PX #e40571;
  padding: 10px 0 0;

}

header #headerLogoArea #headerTel {
    margin-top: 14px;
    border-top: solid 1px #666;
    padding-top: 10px;
    text-align: left;
    line-height: 1.2;
}
header #headerLogoArea #headerTel a {
  padding: 0 0 0 30px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #165C7D;
  letter-spacing: 0.05em;
}
/*header #headerLogoArea #headerTel a::before {
  position: absolute;
  left: 92px;
  top: 93px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon01.svg");
  background-size: 100% 100%;
  content: "";
}*/
header #headerLogoArea #headerTel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
header #headerLogoArea #headerTel p {
  padding: 5px 0 0 10px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #165C7D;
}
header #headerLogoArea #headerContact {
  /*display: block;*/
  position: absolute;
  right: 0;
  top: 5px;
}
header #headerLogoArea #headerContact a {
  display: block;
    width: 142px;
    height: 40px;
    padding: 12px 0;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #e40571;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin: 0 10px 11px 0;
}
header #headerLogoArea #headerContact a:hover {
  text-decoration: none;
  opacity: 0.7;
}


@media only screen and (max-width: 1020px) {

header #headerLogoArea {
    position: absolute;
    left: 44px;
    top: 28px;
}

header #headerLogoArea h1 img {
    width: 100px;
    height: auto;
}
header #headerLogoArea .partner-logo {
    width: 130px !important;
    height: auto;
    margin-left: 22px;
}
  header #headerGlobalArea {
    width: 400px;
    right: 10px;
}
header #headerGlobalArea #headerTel a {
    font-size: 2.4rem;
}
header #headerGlobalArea #headerTel p {
    font-size: 1.2rem;
}

header #headerGlobalArea #headerContact a {
    width: 163px;
}
}

@media only screen and (max-width: 767px) {
  header {
    height: 150px;
  }
  header #header {
    position: relative;
  }
  header #headerLogoArea {
    left: 2%;
    top: 16px;
    width: 98%;
    text-align: center;
  }
  header #headerLogoArea h1 img {
    width: 100px;
  }
  header #headerGlobalArea {
    position: absolute;
    right: 5%;
    top: 14px;
    width: 153px;
  }
  header #headerGlobalArea #headerTel a {
    padding: 0 0 0 20px;
    font-size: 2.0rem;
    letter-spacing: 0em;
  }
  header #headerGlobalArea #headerTel a::before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
  header #headerGlobalArea #headerTel p {
    padding: 5px 0 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #165C7D;
  }
  header #headerLogoArea #headerTel .telmark {
    margin-right: 8px;
    margin-top: 7px;
    margin-left: -12px;
    width: 21px;
}
  header #headerGlobalArea #headerContact {
    display: none;
  }
  header #headerLogoArea #headerTel a::before {
    left: 78px;
    width: 20px;
    height: 20px;
    top: 100px;
}
header #headerLogoArea #headerContact {
  top: 72px;
}
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
  width: 100%;
  margin: 50px 0 0;
  background-color: #165C7D;
}
footer #footerBody {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 50px;
}
footer #footerBody h1 {
  display: block;
  width: 895px;
  margin: 0 auto;
  padding: 0 0 50px;
}
footer #footerBody h1 img {
  width: 895px;
  height: auto;
}
footer #footerBody p {
  padding: 25px 0 0;
  font-size: 1.2rem;
  line-height: 2.0;
  color: #FFF;
}
footer #footerBody small {
  display: block;
  padding: 50px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
    margin: 50px 0 30px;
  }
  footer #footerBody {
    width: 90%;
    padding: 30px 0 50px;
  }
  footer #footerBody h1 {
    width: 100%;
  }
  footer #footerBody h1 img {
    width: 100%;
    height: auto;
  }
}


/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  padding: 90px 0 0;
  min-height: 500px;
}
#mainContents section.w_full {
  width: 100%;
  margin: 0;
}
#mainContents section.bc_G {
  background-color: #F6F6F6;
}
#mainContents section.bc_Gr {
  padding: 100px 0;
  background-color: #00B0B9;
}
@media only screen and (max-width: 767px) {
  #mainContents {
    padding: 150px 0 0;
    min-height: 1500px;
  }
  #mainContents section.bc_Gr {
    padding: 60px 0;
  }
  #mainContents section.w_3no {
    width: 100%;
    margin: 0;
  }
}



/*==========================================
 共通タイトル
===========================================*/
#mainContents #titleArea {
  display: block;
  position: relative;
  width: 1100px;
  height: 225px;
  margin: 0 auto;
}

/*==========================================
 共通 img
===========================================*/
#mainContents img.img_full {
  width: 100%;
  height: auto;
}

/*==========================================
 共通リンク
===========================================*/
#mainContents .linktyp01 {
}

/*==========================================
 レイアウト
===========================================*/
#mainContents .LayoutTyp01 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#mainContents .LayoutTyp01 h1 {
  position: absolute;
  z-index: 100;
  left: 120px;
  top: 106px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #165C7D;
  line-height: 1.4;
}
#mainContents .LayoutTyp01 h2 {
  position: absolute;
  z-index: 100;
  left: 120px;
  top: 247px;
  font-size: 6.9rem;
  font-weight: 900;
  color: #165C7D;
  line-height: 1.2;
}
#mainContents .LayoutTyp01 h2 span {
  font-size: 5.2rem;
}
#mainContents .LayoutTyp01 img#topMvText {
  position: absolute;
  z-index: 100;
  left: 120px;
  top: 472px;
  width: 274px;
  height: auto;
}
#mainContents #topMvArea {
  display: block;
  opacity: 0;
}
#mainContents #topMvArea img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp01 .bx-wrapper {
  max-width: 100% !important;
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#mainContents .LayoutTyp01_Sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp01 {
    display: none;
  }
  #mainContents .LayoutTyp01_Sp {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #mainContents .LayoutTyp01_Sp h1 {
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 30px;
    font-size: 1.9rem;
    font-weight: 700;
    color: #165C7D;
    line-height: 1.4;
  }
  #mainContents .LayoutTyp01_Sp #slide02 h1 {
    color: #FFF;
  }
  #mainContents .LayoutTyp01_Sp h2 {
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 100px;
    font-size: 4.1rem;
    font-weight: 900;
    color: #165C7D;
    line-height: 1.2;
  }
  #mainContents .LayoutTyp01_Sp #slide02 h2 {
    color: #FFF;
  }
  #mainContents .LayoutTyp01_Sp h2 span {
    font-size: 3.1rem;
  }
  #mainContents .LayoutTyp01_Sp img.topMvText {
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 372px;
    width: 145px;
    height: auto;
  }
  #mainContents .LayoutTyp01_Sp #topMvArea_Sp {
    display: block;
    opacity: 0;
  }
  #mainContents .LayoutTyp01_Sp #topMvArea_Sp img.slideImg {
    width: 100%;
    height: auto;
  }
  #mainContents .LayoutTyp01_Sp .bx-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
  }
}


#mainContents .LayoutTyp02 {
  position: relative;
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp02 img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp02 .textArea {
  position: absolute;
  left: 50%;
  top: 46px;
  width: 100%;
  margin: 0 0 0 -50%;
  text-align: center;
}
#mainContents .LayoutTyp02 .textArea h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #165C7D;
  line-height: 1.6;
}
#mainContents .LayoutTyp02 .textArea p {
  padding: 33px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp02 {
    position: relative;
    width: 100%;
    height: auto;
  }
  #mainContents .LayoutTyp02 .textArea {
    top: 50px;
  }
  #mainContents .LayoutTyp02 .textArea h2 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp02 .textArea p {
    padding: 30px 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
  }
}


#mainContents .LayoutTyp03 {
  width: 100%;
  padding: 100px 0 0;
}
#mainContents .LayoutTyp03 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #00B0B9;
  text-align: center;
}
#mainContents .LayoutTyp03 h3 {
  padding: 15px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #165C7D;
  text-align: center;
  line-height: 1.4;
}

.ThanksTxt {
    padding-top: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}

.b_back {
    display: block;
    width: 543px;
    height: 60px;
    margin: 40px auto 0;
    padding: 18px 0 0;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #165C7D;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
}



#mainContents .LayoutTyp03 .columnArea {
  width: 1166px;
  margin: 0 auto;
  padding: 80px 0 0;
}

#mainContents .LayoutTyp03 .columnArea .columnBox01 {
  width: 100%;
  padding: 0 0 100px;
  display: flex;
  justify-content: space-between;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L {
  position: relative;
  width: 583px;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L img {
  /*width: 50vw;*/
  float: right;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R {
  width: 583px;
  padding: 42px 30px 0 70px;
  box-sizing: border-box;
  text-align: left;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R img {
  width: auto;
  height: 32px;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R h4 {
  padding: 35px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #165C7D;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R p {
  padding: 25px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

#mainContents .LayoutTyp03 .columnArea .columnBox02 {
  width: 100%;
  padding: 0 0 100px;
  display: flex;
  justify-content: space-between;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L {
  width: 583px;
  padding: 58px 100px 0 0;
  box-sizing: border-box;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L img {
  width: auto;
  height: 43px;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L h4 {
  padding: 35px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #165C7D;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L p {
  padding: 25px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R {
  position: relative;
  width: 583px;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R img {
  width: 50vw;
  float: left;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp03 {
    padding: 70px 0 0;
  }
  #mainContents .LayoutTyp03 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp03 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp03 .columnArea {
    width: 100%;
    padding: 30px 0 0;
  }

  #mainContents .LayoutTyp03 .columnArea .columnBox01 {
    width: 100%;
    padding: 0 0 60px;
    display: block;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01:last-child {
    padding: 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L {
    width: 100%;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L img {
    /*width: 82vw;*/
    float: left;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R img {
    display: block;
    width: auto;
    height: 26px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R h4 {
    padding: 20px 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R p {
    padding: 25px 0 0;
    font-size: 1.4rem;
  }

  #mainContents .LayoutTyp03 .columnArea .columnBox02 {
    width: 100%;
    padding: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    order: 2;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L img {
    display: block;
    width: auto;
    height: 37px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L h4 {
    padding: 20px 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L p {
    padding: 25px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R {
    width: 100%;
    order: 1;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R img {
    width: 82vw;
    float: right;
  }
  .b_back {
    width: 260px;
}

}


#mainContents .LayoutTyp04 {
  width: 100%;
  padding: 80px 0 0;
}
#mainContents .LayoutTyp04 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #00B0B9;
  text-align: center;
}
#mainContents .LayoutTyp04 h3 {
  padding: 15px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #165C7D;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp04 .columnArea {
  width: 1050px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp04 .columnArea .column {
  width: 300px;
  height: 350px;
  margin: 0 25px 45px;
  padding: 45px 25px 0;
  border: 1px solid #165C7D;
  box-sizing: border-box;
}
#mainContents .LayoutTyp04 .columnArea .column img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
#mainContents .LayoutTyp04 .columnArea .column h4 {
  padding: 25px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #165C7D;
  line-height: 1.4;
}
#mainContents .LayoutTyp04 .columnArea .column p {
  padding: 15px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .LayoutTyp04 .columnArea .column p.right {
  padding: 5px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.0;
  float: right;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp04 {
    width: 90%;
    margin: 50px auto 0;
    padding: 50px 0 0;
    border-top: 1px solid #165C7D;
  }
  #mainContents .LayoutTyp04 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp04 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp04 .columnArea {
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp04 .columnArea .column {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
    padding: 20px;
  }
  #mainContents .LayoutTyp04 .columnArea .column h4 {
    padding: 20px 0 0;
    font-size: 1.6rem;
  }
  #mainContents .LayoutTyp04 .columnArea .column p {
    padding: 10px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp04 .columnArea .column p.right {
    float: right;
  }
}


#mainContents .LayoutTyp05 {
  position: relative;
  width: 100%;
  padding: 130px 0 100px;
}
#mainContents .LayoutTyp05::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50px;
  width: 844px;
  height: 471px;
  margin: 0 0 0 -422px;
  background-image: url("../img/network_bk01.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .LayoutTyp05 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #00B0B9;
  text-align: center;
}
#mainContents .LayoutTyp05 h3 {
  padding: 15px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #165C7D;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp05 p {
  padding: 30px 0 80px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
#mainContents .LayoutTyp05 #networkMvArea {
  width: 1000px;
  margin: 0 auto;
}
#mainContents .LayoutTyp05 #networkMv {
  opacity: 0;
}
#mainContents .LayoutTyp05 .bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-prev {
  left: -40px !important;
  background: url('../img/icon02.svg') no-repeat 0 !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-prev:hover,
#mainContents .LayoutTyp05 .bx-wrapper .bx-prev:focus {
  background-position: 0 0 !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-next {
  right: -40px !important;
  background: url('../img/icon02.svg') no-repeat 0 !important;
  transform: rotate(180deg);
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-next:hover,
#mainContents .LayoutTyp05 .bx-wrapper .bx-next:focus {
  background-position: 0 0 !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-controls-direction a {
  top: 110px !important;
  width: 17px !important;
  height: 32px !important;
  background-position: 0 0 !important;
}
#mainContents .LayoutTyp05 #networkMv .column {
  display: block;
  width: 300px;
}
#mainContents .LayoutTyp05 #networkMv .column a:hover {
  text-decoration: none;
}
#mainContents .LayoutTyp05 #networkMv .column img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp05 #networkMv .column h4 {
  padding: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00B0B9;
  line-height: 1.4;
  text-align: center;
}
#mainContents .LayoutTyp05 #networkMv .column p {
  padding: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp05 {
    padding: 70px 0 50px;
  }
  #mainContents .LayoutTyp05::before {
    top: 50px;
    width: 335px;
    height: 187px;
    margin: 0 0 0 -167px;
  }
  #mainContents .LayoutTyp05 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp05 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp05 p {
    padding: 20px 5% 50px;
    font-size: 1.4rem;
    text-align: left;
  }
  #mainContents .LayoutTyp05 #networkMvArea {
    width: 290px;
    margin: 0 auto;
  }
  #mainContents .LayoutTyp05 .bx-wrapper .bx-prev {
    left: -30px !important;
  }
  #mainContents .LayoutTyp05 .bx-wrapper .bx-next {
    right: -30px !important;
  }
  #mainContents .LayoutTyp05 .bx-wrapper .bx-controls-direction a {
    top: 110px !important;
    width: 9px !important;
    height: 17px !important;
    background-size: 100% 100%!important;
  }
  #mainContents .LayoutTyp05 #networkMv .column {
    width: 290px;
  }
  #mainContents .LayoutTyp05 #networkMv .column h4 {
    padding: 10px 0 0;
    font-size: 1.4rem;
  }
}


#mainContents .LayoutTyp06 {
  width: 100%;
  padding: 130px 0 100px;
}
#mainContents .LayoutTyp06 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #00B0B9;
  text-align: center;
}
#mainContents .LayoutTyp06 h3 {
  padding: 15px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #165C7D;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp06 .columnBox {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp06 .columnBox .column {
  width: 300px;
}
#mainContents .LayoutTyp06 .columnBox .column img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp06 .columnBox .column h4 {
  padding: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
}
#mainContents .LayoutTyp06 .columnBox .column h5 {
  padding: 15px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp06 .columnBox .column p {
  padding: 15px 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
#mainContents .LayoutTyp06 .columnBox .column a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 13px 0 0;
  border: 1px solid #00B0B9;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#mainContents .LayoutTyp06 .columnBox .column a:hover {
  text-decoration: none;
  border: 1px solid #BDE5E9;
  background-color: #BDE5E9;
  color: #000D14;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp06 {
    padding: 70px 0 40px;
  }
  #mainContents .LayoutTyp06 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp06 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp06 .columnBox {
    width: 90%;
    padding: 40px 0 0;
  }
  #mainContents .LayoutTyp06 .columnBox .column {
    width: 100%;
    padding: 0 0 40px;
  }
}


#mainContents .LayoutTyp07 {
  width: 100%;
  /*padding: 40px 0;*/
}

.qt-padding {
    padding: 80px 0 0;
}

.apply-sp {
    text-align: center;
    margin: 30px auto;
    right: 0;
    left: 0;
}

.apply-sp a{
    display: block;
    width: 250px;
    height: 40px;
    padding: 12px 0 0;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #e40571;
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin: auto;
}

.apply-sp a:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #e40571;
  border: SOLID 2PX #e40571;
  padding: 10px 0 0;
}

#mainContents .LayoutTyp07 h2 {
  position: relative;
    width: 1000px;
    margin: 60px auto 0;
    font-size: 3.5rem;
    font-weight: 700;
    color: #165C7D;
    text-align: center;

}

#mainContents .LayoutTyp07 span {
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    line-height: 1.8;
  }


#mainContents .LayoutTyp07 .lead{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    margin: 10px 0 0;
}
#mainContents .LayoutTyp07 .price{
    font-size: 4.2rem;
}
#mainContents .LayoutTyp07 .unbold{
    font-weight: 100;
}
#mainContents .LayoutTyp07 .giving{
     font-size: 3.8rem;
}

#mainContents .LayoutTyp07 h2::before {
  position: absolute;
  left: 0;
  top: 60px;
  width: 190px;
  height: 4px;
  background-color: #165C7D;
  content: "";
}
#mainContents .LayoutTyp07 h2::after {
  position: absolute;
  right: 0;
  top: 60px;
  width: 190px;
  height: 4px;
  background-color: #165C7D;
  content: "";
}


#mainContents .LayoutTyp07 .column01 {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp07 .column01 .column_L {
  width: 500px;
}
#mainContents .LayoutTyp07 .column01 .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp07 .column01 .column_R {
  width: 468px;
  margin: -5px 0 0;
}
#mainContents .LayoutTyp07 .column01 .column_R p {
  padding: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .LayoutTyp07 .column01 .column_R p a {
  color: #165C7D;
}
#mainContents .LayoutTyp07 .column01 .column_R p a:hover {
  text-decoration: underline;
}
#mainContents .LayoutTyp07 .column01 .link01 {
  margin: 0 0 20px;
}
#mainContents .LayoutTyp07 .column01 .link01 a {
  display: block;
  color: #fff;
  width: 330px;
  height: 45px;
  padding: 13px 0 0;
  border: 1px solid #165C7D;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #165C7D;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#mainContents .LayoutTyp07 .column01 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}







@media only screen and (max-width: 767px) {


  #mainContents .LayoutTyp07 .price {
    font-size: 5rem;
    font-weight: 900;

}



  #mainContents .LayoutTyp07 {
    /*padding: 10px 0;*/
  }
  #mainContents .LayoutTyp07 h2 {
    font-size: 2.4rem;
    width: 94%;
    line-height: 1.4;
    margin-top: 10px;
  }

  #mainContents .LayoutTyp07 h2::before {
    position: absolute;
    left: 0;
    top: 40px;
    width: 0px;
    height: 4px;
    background-color: #165C7D;
    content: "";
  }
  #mainContents .LayoutTyp07 h2::after {
    position: absolute;
    right: 0;
    top: 40px;
    width: 0px;
    height: 4px;
    background-color: #165C7D;
    content: "";
  }
  
  #mainContents .LayoutTyp07 span {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    line-height: 1.8;
  }

  #mainContents .LayoutTyp07 .column01 {
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp07 .column01 .column_L {
    width: 100%;
    order: 2;
  }
  #mainContents .LayoutTyp07 .column01 .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px;
    order: 1;
  }
  #mainContents .LayoutTyp07 .column01 .column_R p {
    padding: 0 0 15px;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp07 .column01 .link01 {
    margin: 30px 0 0;
  }
  #mainContents .LayoutTyp07 .column01 .link01 a {
    margin: 0 auto;
  }
}

#mainContents .LayoutTyp07 h3 {
  position: relative;
  width: 1000px;
  margin: 60px auto 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #165C7D;
  text-align: center;
}
#mainContents .LayoutTyp07 h3::before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 348px;
  height: 4px;
  background-color: #165C7D;
  content: "";
}
#mainContents .LayoutTyp07 h3::after {
  position: absolute;
  right: 0;
  top: 14px;
  width: 348px;
  height: 4px;
  background-color: #165C7D;
  content: "";
}
#mainContents .LayoutTyp07 .column02 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp07 .column02 .column {
  position: relative;
  width: 210px;
}
#mainContents .LayoutTyp07 .column02 .column::after {
  position: absolute;
  right: -43px;
  top: 74px;
  width: 27px;
  height: 23px;
  background-image: url("../img/icon03.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .LayoutTyp07 .column02 .column:nth-child(2)::after {
  display: block;
}
#mainContents .LayoutTyp07 .column02 .column:nth-child(4)::after {
  display: none;
}
#mainContents .LayoutTyp07 .column02 .column img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp07 .column02 .column h4 {
  padding: 15px 0 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #165C7D;
  text-align: center;
}
#mainContents .LayoutTyp07 .column02 .column p {
  padding: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp07 h3 {
    width: 90%;
    margin: 40px auto 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp07 h3::before {
    top: 9px;
    width: 72px;
  }
  #mainContents .LayoutTyp07 h3::after {
    top: 9px;
    width: 72px;
  }
  #mainContents .LayoutTyp07 .column02 {
    width: 90%;
    padding: 20px 0 0;
  }
  #mainContents .LayoutTyp07 .column02 .column {
    width: 43%;
    padding: 0 0 30px;
  }
  #mainContents .LayoutTyp07 .column02 .column::after {
    right: -38px;
    top: 52px;
  }
  #mainContents .LayoutTyp07 .column02 .column:nth-child(2)::after {
    display: none;
  }
  #mainContents .LayoutTyp07 .column02 .column h4 {
    padding: 10px 0 0;
  }
  #mainContents .LayoutTyp07 .column02 .column p {
    font-size: 1.3rem;
  }
.qt-padding {
    padding: 146px 0 0;
}

  .apply-sp {
    width: 100%;
  }
}


#mainContents .LayoutTyp07 .column03 {
  position: relative;
  width: 1000px;
  margin: 40px auto 0;
  border: 3px solid #165C7D;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp07 .column03::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 1.3rem;
  font-weight: 400;
  content: "※写真はイメージです。";
}
#mainContents .LayoutTyp07 .column03 .column_L {
  width: 449px;
  padding: 25px 15px;
  box-sizing: border-box;
}
#mainContents .LayoutTyp07 .column03 .column_L a:hover {
  text-decoration: none;
}
#mainContents .LayoutTyp07 .column03 .column_L h4 {
  position: relative;
  margin: 0 0 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #165C7D;
  text-align: center;
}
#mainContents .LayoutTyp07 .column03 .column_L h4::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #165C7D;
  content: "";
}
#mainContents .LayoutTyp07 .column03 .column_L h5 {
  padding: 0 0 0 20px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #165C7D;
}
#mainContents .LayoutTyp07 .column03 .column_L p {
  padding: 5px 0 0 20px;
  font-size: 3.7rem;
  font-weight: 700;
  color: #00B0B9;
}
#mainContents .LayoutTyp07 .column03 .column_L p.small {
  padding: 15px 0 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000D14;
  line-height: 1.6;
}
#mainContents .LayoutTyp07 .column03 .column_R {
  width: 545px;
}
#mainContents .LayoutTyp07 .column03 .column_R img {
  width: 545px;
  height: 227px;
  vertical-align: top;
}

#mainContents .LayoutTyp07 .link02 {
  width: 100%;
  /*padding: 80px 0 0;*/
}
#mainContents .LayoutTyp07 .link02 p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
#mainContents .LayoutTyp07 .link02 a {
  display: block;
  width: 543px;
  height: 60px;
  margin: 16px auto 0;
  padding: 18px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #165C7D;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#mainContents .LayoutTyp07 .link02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp07 .column03 {
    width: 90%;
    margin: 30px auto 0;
  }
  #mainContents .LayoutTyp07 .column03::after {
    left: 0;
    font-size: 1.2rem;
  }
  #mainContents .LayoutTyp07 .column03 .column_L {
    width: 100%;
    padding: 20px 10px 10px;
  }
  #mainContents .LayoutTyp07 .column03 .column_L h4 {
    margin: 0 0 20px;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp07 .column03 .column_L h5 {
    padding: 0;
    font-size: 2.0rem;
    text-align: center;
  }
  #mainContents .LayoutTyp07 .column03 .column_L p {
    padding: 10px 0 0 0;
    font-size: 2.9rem;
    text-align: center;
    line-height: 1.2;
  }
  #mainContents .LayoutTyp07 .column03 .column_L p.small {
    padding: 15px 0 0 0;
    font-size: 1.2rem;
    text-align: left;
  }
  #mainContents .LayoutTyp07 .column03 .column_R {
    width: 100%;
  }
  #mainContents .LayoutTyp07 .column03 .column_R img {
    width: 100%;
    height: auto;
  }

  #mainContents .LayoutTyp07 .link02 {
    width: 90%;
    margin: 20px auto 0;
    /*padding: 30px 0 0;*/
  }
  #mainContents .LayoutTyp07 .link02 p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
  }
  #mainContents .LayoutTyp07 .link02 a {
    width: 300px;
    height: 63px;
    margin: 10px auto 0;
    border-radius: 40px;
    font-size: 1.8rem;
    line-height: 1.4;
  }

 #mainContents .LayoutTyp07 .link02-padding a {
    padding: 9px 0 0;
  }
}

.link-txt-B-U {
    color: #000 !important;
    text-decoration-line: underline !important;
}

#mainContents .LayoutTyp07 .column04 {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid 14px #00B0BE;
}
#mainContents .LayoutTyp07 .column04 .column_L {
  width: 540px;
}
#mainContents .LayoutTyp07 .column04 .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp07 .column04 .column_R {
  width: 540px;
  margin: -5px 0 0;
}
#mainContents .LayoutTyp07 .column04 .column_R p {
  padding: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .LayoutTyp07 .column04 .column_R p a {
  color: #165C7D;
}
#mainContents .LayoutTyp07 .column04 .column_R p a:hover {
  text-decoration: underline;
}
#mainContents .LayoutTyp07 .column04 .link01 {
  margin: 0 0 20px;
}
#mainContents .LayoutTyp07 .column04 .link01 a {
  display: block;
  color: #fff;
  width: 330px;
  height: 45px;
  padding: 13px 0 0;
  border: 1px solid #165C7D;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #165C7D;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#mainContents .LayoutTyp07 .column04 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.island-detail {
  float: left;
  width: 310px;
}

.island-detail p {
  font-size: 1.7rem !important;
}

.island-name {
  font-size: 34px !important;
    font-weight: 500 !important;
    color: #00B0BE !important;
  }

.price-detail {
    float: right;
    color: #fff;
    background-color: #175C82;
    padding: 5px 14px 0px;
    line-height: 1.2;
    margin-top: 5px;
  }

  .price-number {
    font-size: 46px !important;
    font-weight: 800 !important;
    color: #fff !important;
  line-height: 1.2 !important;
}
.price-number-doller {
    color: #fff !important;
}
.price-detail-stays {
    color: #fff !important;
}

.check-point {
    float: left;
    width: 500px;
}

.check-point P {
    font-size: 18px !important;
    color: #175C82 !important;
    float: left !important;
    margin: 0 20px 0 10px !important;
    line-height: 1.2 !important;
}
.check2 {
    font-size: 22px !important;
    color: #00B0BE !important;
    line-height: 1.4 !important;
}

@media only screen and (max-width: 767px) {


  #mainContents .LayoutTyp07 .column04 {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  #mainContents .LayoutTyp07 .column04 .column_L {
    width: 100%;
    order: 1;
  }
  #mainContents .LayoutTyp07 .column04 .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px;
    order: 2;
  }
  #mainContents .LayoutTyp07 .column04 .column_R p {
    padding: 0 0 15px;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp07 .column04 .link01 {
    margin: 30px 0 0;
  }
  #mainContents .LayoutTyp07 .column04 .link01 a {
    margin: 0 auto;
  }
  .island-name {
    font-size: 30px !important;
    text-align: center;
    display: block;
    margin: 10px 0;
}
.island-detail {
    width: 100%;
}
.price-detail {
    float: none;
    color: #000;
    background-color: #fff;
    padding: 0;
    line-height: 1.2;
    margin-top: 5px;
    text-align: center;
}
.price-number {
    font-size: 58px !important;
    font-weight: 800 !important;
    color: #175C82 !important;
    line-height: 0.5 !important;
}
.price-number-doller {
    color: #175C82 !important;
    font-size: 22px !important;
}
.price-detail-stays {
    font-size: 22px !important;
    color: #000 !important;
}
.check-point {
  float: none;
    width: 100%;
}
.check-point P {
    font-size: 14px !important;
    margin: 0 11px 0 0px !important;
}
.check2 {
    font-size: 10px !important;
}

}





#mainContents .LayoutTyp08 {
  width: 1000px;
  height: 470px;
  margin: 0 auto;
  padding: 25px 50px;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
}
#mainContents .LayoutTyp08 h2 {
  position: relative;
  margin: 0 0 30px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #165C7D;
}
#mainContents .LayoutTyp08 h2::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #165C7D;
  content: "";
}
#mainContents .LayoutTyp08 a {
  position: relative;
  font-size: 5.0rem;
  font-weight: 700;
  color: #165C7D;
}
/*#mainContents .LayoutTyp08 a::before {
  position: absolute;
  left: -50px;
  top: 20px;
  width: 42px;
  height: 42px;
  background-image: url("../img/icon01.svg");
  background-size: 100% 100%;
  content: "";
}*/
/*#mainContents .LayoutTyp08 a:hover {
  text-decoration: none;
  opacity: 0.7;
}*/
#mainContents .LayoutTyp08 h3 {
  padding: 20px 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}


#mainContents .LayoutTyp08 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.nomal-link {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: 300 !important;
}

.cta-button {
    display: block;
    width: 380px;
    height: 40px;
    padding: 6px 0 0;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #e40571;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #FFF !important;
    text-align: center;
    margin: 30px auto;
}

.tel-icon {
    width: 35px;
}


@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp08 {
    width: 370px;
    margin: 0 auto;
    padding: 20px;
  }
  #mainContents .LayoutTyp08 h2 {
    margin: 0 0 20px;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  #mainContents .LayoutTyp08 a {
    font-size: 3rem;
  }
  .tel-icon {
    width: 20px;
}
  #mainContents .LayoutTyp08 a::before {
    left: -27px;
    top: 9px;
    width: 23px;
    height: 23px;
  }
  #mainContents .LayoutTyp08 h3 {
    padding: 20px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp08 p {
    font-size: 14px;
}
.cta-button {
    width: 328px;
}
}


#mainContents .LayoutTyp09 {
  width: 737px;
  margin: 0 auto;
  padding: 130px 0 50px;
}


#mainContents .personal_info {    
  margin-top: 40px !important;
  border: solid 1px #000;
  border-radius: 6px;
  padding: 20px;
  }

#mainContents .personal_info h2 {    
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #165C7D !important;
  text-align: left !important;
  }

#mainContents .personal_info p {
  padding: 10px 0 0 !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.6 !important;
}



#mainContents .LayoutTyp09 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #165C7D;
  text-align: center;
}



#mainContents .LayoutTyp09 p {
  padding: 30px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
#mainContents .LayoutTyp09 p.small {
  padding: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp09 .formArea {
  width: 100%;
  padding: 60px 0 0;
}
#mainContents .LayoutTyp09 .formArea .formTyp01 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp09 .formArea .formTyp01 h3 {
  position: relative;
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp09 .formArea .formTyp01 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #cb4e78;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .LayoutTyp09 .formArea .formTyp01 .radioBox {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp09 .formArea .formTyp01 .radioBox label {
  padding: 0 20px 0 0;
  line-height: 2;
}
#mainContents .LayoutTyp09 .formArea .formTyp01 .radioBox input[type="radio"] {
  margin: -3px 5px 0 0;
}

#mainContents .LayoutTyp09 .formArea .formTyp02 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column {
  width: 352px;
}
#mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #cb4e78;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column input[type="date"] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #000D14;
    box-sizing: border-box;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1.6rem;
}

#mainContents .LayoutTyp09 .formArea .formTyp03 {
  width: 100%;
  padding: 0 0 40px;
}
#mainContents .LayoutTyp09 .formArea .formTyp03 h3 {
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp09 .formArea .formTyp03 .textBox {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp09 .formArea .formTyp03 .textBox textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 130px;
  padding: 10px;
  border: 1px solid #000D14;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#mainContents .LayoutTyp09 .formArea .formTyp04 {
  width: 304px;
  margin: 0 auto;
  padding: 20px 0 0;
}

#mainContents .LayoutTyp09 .formArea .formTyp05 {
  width: 460px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .LayoutTyp09 .formArea .formTyp05 input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  background-color: #e40571;
  border: none;
  border-radius: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
#mainContents .LayoutTyp09 .formArea .formTyp06 .inputBox .column {
    width: 100%;
}
#mainContents .LayoutTyp09 .formArea .formTyp06 .inputBox .column h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 5px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
#mainContents .LayoutTyp09 .formArea .formTyp06 {
    width: 100%;
    padding: 0 0 50px;
}
#mainContents .LayoutTyp09 .formArea .formTyp06 .inputBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mainContents .LayoutTyp09 .formArea .formTyp06 .inputBox .column input[type="text"] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #000D14;
    box-sizing: border-box;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1.6rem;
}
#mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column select {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #000D14;
    box-sizing: border-box;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp09 {
    width: 90%;
    padding: 80px 0 30px;
  }
  #mainContents .LayoutTyp09 h2 {
    font-size: 2.2rem;
  }
  #mainContents .LayoutTyp09 p {
    padding: 30px 0 0;
    font-size: 1.4rem;
    text-align: left;
  }
  #mainContents .LayoutTyp09 p.small {
    font-size: 1.2rem;
    text-align: left;
  }
  #mainContents .LayoutTyp09 .formArea {
    padding: 40px 0 0;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp01 {
    padding: 0 0 30px;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp01 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp01 h3.required::after{
    bottom: 0px;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp01 .radioBox {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp01 .radioBox label {
    width: 50%;
    padding: 0 0 15px;
  }

  #mainContents .LayoutTyp09 .formArea .formTyp02 {
    padding: 0;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column {
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column h3.pcView {
    display: none;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column h3.required::after{
    bottom: 0;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp02 .inputBox .column input[type="text"] {
    height: 45px;
    font-size: 1.3rem;
  }

  #mainContents .LayoutTyp09 .formArea .formTyp03 {
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp03 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp03 .textBox {
    font-size: 1.3rem;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp03 .textBox textarea {
    height: 120px;
    font-size: 1.3rem;
  }

  #mainContents .LayoutTyp09 .text01 p {
    text-align: center;
  }

  #mainContents .LayoutTyp09 .formArea .formTyp05 {
    width: 340px;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp09 .formArea .formTyp05 input[type="submit"] {
    height: 50px;
    font-size: 1.5rem;
  }
}


#overlay {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#popUpArea {
  display: none;
  position: fixed;
  z-index: 1200;
  left: 50%;
  top: 60%;
  width: 1000px;
  height: 600px;
  margin: -300px 0 0 -500px;
  box-sizing: border-box;
  background-color: #FFF;
  overflow-y: scroll;
}
#popUpArea #scrollArea {
  padding: 50px 50px 0;
  height: auto;
}
#popUpArea #scrollArea h2 {
  width: 100%;
  height: 45px;
  margin: 0 0 20px;
  padding: 11px 0 0;
  box-sizing: border-box;
  background-color: #00B0B9;
  font-size:2.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#popUpArea #scrollArea p {
  padding: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#popUpArea #scrollArea p a {
  color: #165C7D;
}
#popUpArea #scrollArea p a:hover {
  text-decoration: underline;
}

#popUpArea #scrollArea .P-List {
    margin-left: 1em;
    text-indent: -1em;
    padding-bottom: 0px;
}

a#popUpClose {
  display: none;
  position: fixed;
  z-index: 1300;
  left: 50%;
  top: 60%;
  margin: -364px -2px 0 445px;
  width: 54px;
  height: 54px;
}
a#popUpClose img {
  width: 54px;
  height: 54px;
}
a#popUpClose2 {
  display: none;
  position: fixed;
  z-index: 1300;
  left: 50%;
  top: 60%;
  margin: -364px -2px 0 445px;
  width: 54px;
  height: 54px;
}
a#popUpClose2 img {
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 767px) {
  #popUpArea {
    width: 90vw;
    height: 64vh;
    margin: -32vh 0 0 -45vw;
  }
  #popUpArea #scrollArea {
    padding: 20px 20px 0;
  }
  #popUpArea #scrollArea h2 {
    margin: 0 0 10px;
    padding: 8px 0 8px;
    font-size: 1.6rem;
    line-height: 1.4;
    height: auto;
  }
  #popUpArea #scrollArea p {
    padding: 0 0 20px;
  }
  a#popUpClose {
    left: auto;
    right: 5%;
    top: 150px;
    margin: 0;
    width: 40px;
    height: 40px;
  }
  a#popUpClose img {
    width: 40px;
    height: 40px;
  }
  a#popUpClose2 {
    left: auto;
    right: 5%;
    top: 150px;
    margin: 0;
    width: 40px;
    height: 40px;
  }
  a#popUpClose2 img {
    width: 40px;
    height: 40px;
  }
}

#popUpArea2 {
  display: none;
  position: fixed;
  z-index: 1200;
  left: 50%;
  top: 60%;
  width: 1000px;
  height: 414px;
  margin: -300px 0 0 -500px;
  box-sizing: border-box;
  background-color: #FFF;
  overflow-y: scroll;
}
#popUpArea2 #scrollArea {
  padding: 50px 50px 0;
  height: auto;
}
#popUpArea2 #scrollArea h2 {
  width: 100%;
  height: 45px;
  margin: 0 0 20px;
  padding: 11px 0 0;
  box-sizing: border-box;
  background-color: #00B0B9;
  font-size:2.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#popUpArea2 #scrollArea p {
  padding: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#popUpArea2 #scrollArea p a {
  color: #165C7D;
}
#popUpArea2 #scrollArea p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #popUpArea2 {
    width: 90vw;
    height: 64vh;
    margin: -32vh 0 0 -45vw;
  }
  #popUpArea2 #scrollArea {
    padding: 20px 20px 0;
  }
  #popUpArea2 #scrollArea h2 {
    height: 30px;
    margin: 0 0 10px;
    padding: 8px 0 0;
    font-size: 1.6rem;
  }
  #popUpArea2 #scrollArea p {
    padding: 0 0 20px;
  }
}

/****************************************

   common cookie

****************************************/
#notification {
  position: fixed;
  bottom: 0px;
  z-index: 200;
  width: 100%;
}
#notification .notice {
  color: #fff;
  width:100%;
  background-color:#000D14;
  padding:20px 50px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
#notification .notice a {
  color: #f4da40;
}
#notification .agreeBtn {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 50px;
  display: block;
  width: 90px;
  text-align: center;
  float: right;
  margin-left: 5px;
}
#notification .closeBtn {
  color: #fff;
  display: block;
  text-align: center;
  float: right;
  margin: -15px 0 10px 10px;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 0;
}
#notification .alert {
  margin-bottom: 0;
  border-radius: 0;
}
#notification .cookie {
  margin-top: 2px;
  bottom:0;
}
@media screen and (max-width: 767px) {
  #notification {
    position: fixed;
    bottom: 0px;
    z-index: 200;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #notification .notice {
    color: #fff;
    width:100%;
    background-color:#000D14;
    padding:10px 10px;
    font-size: 12px;
  }
  #notification .notice a {
    color: #f4da40;
    font-size: 14px;
  }
}



/**************************************************
　　　　　　************ Hero ************
***************************************************/

.white {
    color: #ffffff !important;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.top-hero {
  background-color:#F2F2F2;
  overflow: auto;
  height: 750px;
}

.img-hero {
  float: right;
  width:60%;
}

.text-hero {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: auto;
}

.text-hero a {
  text-decoration: none;
}

.text-hero a:hover {
  text-decoration: none;
}

.text-hero h1 {
    margin: 24px 0 20px 0;
    line-height: 1.4;
    font-size: 32px;
    font-weight: 600;
    color: #175C82;
  }

  .text-hero img{
    position: relative;
    z-index: 10;
    width: 100%;
}

.recommended-plan {
    z-index: 20;
    padding: 10px;
    margin: -90px 0 0 100px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    max-width: 880px;
    border-bottom: solid 12px #00B0BE;
}

.recommended-plan-title {
    float: left;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin: 28px 40px;
    color: #00B0BE;
}

.recommended-plan-price {
    float: left;
    font-size: 22px;
    text-align: center;
    margin: 10px 20px;
    color: #175C82;
}

.recommended-plan-price-number {
    font-size: 68px;
    font-weight: 900;
    line-height: 0.8;
}

.recommended-plan-price-currency {
    font-size: 30px;
    font-weight: 500;
    line-height: 0;
}

.recommended-plan-detail {
    margin: 16px 0 0 30px;
    float: left;
    font-size: 16px;
    line-height: 1.6;
    color: #175C82;
}

.check {
    font-size: 20px;
    color: #00B0BE;
    line-height: 1.4;
}

.hero-text {
  margin: 116px auto 10px;
  text-align: center;
  padding: 0px;
  width: 800px;
}

.hero-text p {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

.lead-hero {
  margin-left: 20px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 1px;
}

.period-hero {
  margin: 20px 0 30px 20px ;
  font-size: 18px;
  line-height: 1.4;
  }
.period-hero span {
  font-size: 46px;
  font-weight: 600;
  }

.point-num {
    font-size: 26px;
}

.point-itro {
  border: solid 2px #1b5a7d;
  padding: 20px;
}

.point-itro p {
    padding:5px 0 20px 0;
}

.point-itro span{
  padding-top: 5px;
  font-weight: bold;
}

.point-icons {
  width: 100%;
  padding: 20px 40px;
}

.point-single-icon {
  width: 25%;
  float: left;
  padding-bottom: 20px 10px 60px 10px;
}

.owner-ref-perks {
    background-color: #dff5f6;
    padding: 20px 40px 40px;
    margin-bottom: 20px;
}

.point-example {
  border: solid 2px #1b5a7d;
  width: 100%;
  max-width:846px ;
  margin: 0 auto;
  text-align: center;
  overflow: auto;
}

.point-text { 
  border-top: 2px solid #1b5a7d;
    margin: 0 10px;
    text-align: center;
  }

.point-text p { 
  width: 82%;
  margin: auto;
}

.total {
  font-size: 32px;
    font-weight: 900;
    color: #1b5a7d;
    float: left;
  }

.i-coini {
  float: left;margin-bottom: 18px;
    margin-top: -12px;margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
  }

.point-10k {
  font-size: 36px;
  font-weight: 900;
  color: #1b5a7d;
  float: left;
}
.point-equal {
    font-size: 38px;
    font-weight: 900;
    color: #1b5a7d;
    float: left;margin-left: 10px;
    margin-right: 10px;
}

.point-doller {
    font-size: 36px;
    font-weight: 900;
    color: #CE3262;
    float: left;
}

.tel-box {
  background-color: #fff;
    margin: 30px 10px;
    padding: 20px 30px 10px;
    color: #1b5a7d;
    font-weight: bold;
    overflow: auto;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
}
.tel-text {font-size: 46px;}

.tel-main {font-size: 46px;}

.about-tour {

    padding: 20px;
    overflow: auto;
    line-height: 1.6;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
}

.bottom-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #53565a;
}

.about-tour p {
  padding: 0;
}

.about-tour img {
width: 100%;
/*max-width: 370px;*/
margin-bottom: 20px;
}

.about-tour-left {float: left;width:40%;}
.about-tour-right {float: left;width:60%;padding-left: 20px;}

.qr-code {
  width: 100%;
  max-width: 100px;
  float: right;
}

.notes {
  text-align: left;
  padding:0 !important;
  margin: 0;
  padding-left:1em;
  text-indent:-1em;
  font-size: 90%;
}

.perks-title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}


.perks-note {
    font-size: 12px;
    padding-left: 20px !important;
}

.perks-sp {
  padding: 0 0;
}

.conditions {
    margin: 0;
}

.btn-primary-top {
  color: #fff;
  background-color: #e40571;
  border-radius: 22px;
  width: 100%;
  font-weight: bold;
  margin: 40px 0 20px 20px;
  text-align: center;
}

.btn-primary-top a:hover {
  color: #000;
  background-color: #fff;
}

.btn {
    font-size: 16px !important;
    padding: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #00B0B9;
  border-radius: 22px;
  width: 100%;
  max-width: 240px;
}

/*@media screen and (min-width:1800px) {

  .text-hero {
  padding: 3% 0 2% 4%;
}

.text-hero h1 {
  font-size: 57px;
  }

 
}*/


@media screen and (min-width:1690px) {

.lead-hero {
  font-size: 33px;
}

.period-hero {
    font-size: 23px;
    line-height: 1.3;
  }
 
}

@media screen and (max-width:1420px) {

.lead-hero {
  font-size: 20px;
}

.period-hero {
    font-size: 16px;
  }
 
}

@media screen and (max-width:1165px) {

.lead-hero {
  font-size: 16px;
}

.period-hero {
    font-size: 16px;
  }

 .btn {
    font-size: 14px !important;
}  
 
 
}

@media screen and (max-width:991px) {
.tel-text {font-size: 32px;}
.tel-main {font-size: 46px;}
.br991 {display: block;}
.point-text p { 
  width: 100%;
}
.period-hero {
  margin-top: 5px;
  }
.btn-primary-top {
  margin: 5px 0 9px 20px;
}

}

@media screen and (min-width:992px) {
.br991 {display: none;}
}





@media screen and (max-width: 768px) {
  .img-hero {
  width:100%;
}

.top-hero {
  height: auto;
  background-color: #fff;
  padding: 0;
}

.hero-text {
    margin: auto;
    text-align: left;
    padding: 0px;
    width: 100%;
    background-color: #F2F2F2;
}

.text-hero {
  width:100%;
    flex-flow: row-reverse;
    text-align: center;
}

.text-hero h1 {
  margin: 0;
    padding-top: 18px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
.hero-text p {
    font-size: 16px;
    padding: 20px 20px 30px;
}
.lead-hero {
  margin-left: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 1px;
}

.period-hero {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.3;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: inline-block;
  }

.MainText {
    padding: 5px;
}

.perks-title, .perks-note {
    padding-left: 0px;
}


  .point-single-icon {
  width: 50%;
  margin-bottom: 16px;
}

.br745 {display: none;}

.point-example h3 {
  font-size: 20px;
    line-height: 1.4;
  }

  .total {
    font-size: 24px;
}

  .point-10k {
    font-size: 24px;
}

  .point-doller {
    font-size: 24px;
    margin: 0 0 20px 20px;
}

.point-text p {
    width: 100%;
}

.point-equal {
    font-size: 26px;
    margin-left: 0;
    margin-right: 0;
}

.recommended-plan-title {
    float: none;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 28px 40px;
    color: #00B0BE;
    line-height: 0.1;
}

.recommended-plan-price {
    float: none;
    line-height: 1.2;
}
.recommended-plan-price-number {
    line-height: 0.7;
}

.plan-stay-num {
    font-size: 20px;
    line-height: 0.1;
    display: block;
}
.plan-name  {
    display: block;
    line-height: 0.1;
}

.recommended-plan-detail {
    margin: 30px 0 28px 0px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}


.about-tour-left {float: left;width:100%;/*min-width: 400px;*/text-align: center;}
.about-tour-right {float: left;width:100%;text-align: left;padding:10px 20px 20px;}
.text-center-sp {text-align: center;}

.tel-text {font-size: 26px;}
.tel-main {font-size: 38px;}


.btn-primary-top {
    color: #fff;
    background-color: #e40571;
    border-radius: 22px;
    width: 260px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}

.form-ank {
   display: block;
   margin-top:-150px !important;
   padding-top:150px;
}

}

@media screen and (max-width: 610px) {
.point-text {
    margin: 0 auto;
    text-align: center;
    width: 310px;
}
.conditions {
    margin: 0 20px;
}
.perks-sp {
  padding: 0 10px;
}


}

@media screen and (max-width: 590px) {
.br-sp {display: block;}
.spOnly590  {display: block;}
.pcOnly590  {display: none;}
.tel-box {
    text-align: center;
    font-size: 16px;
    padding: 20px ;
}
.qr-code {
  margin: 20px auto;
  float: none;
}
.tel-text {font-size: 20px;}

.about-tour-left {
   /* min-width: 360px;*/
}

.about-tour {
   padding: 0px;

}

.owner-ref-perks {
    padding: 20px 10px 40px;
}

}

@media screen and (min-width: 591px) {
.br-sp {display: none;}
.spOnly590  {display: none;}
.pcOnly590  {display: block;}
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
    font-size: 48px;
    color:#1b5a7d !important;
}

.vacation-ownership {font-size: 24px;
    line-height: 1.4;}

.vacation-ownership-h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 16px;
  font-weight: 900;
}

.ownership-text {
  padding-left: 0;
  margin-left: 0 !important;
  font-size: 16px;
  text-align: left;
}

.e-bold {font-weight: 900 !important;}






.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover,  .btn-primary-top:hover, .cta-button:hover  {
    /*background-color: #BDE5E9;
    border-color: #BDE5E9;*/
    text-decoration: none;
    color: #e40571 !important;
  background-color: #fff;
  border: 3px solid #e40571;
}

#mainContents .LayoutTyp09 .formArea .formTyp05 input[type="submit"]:hover {
    text-decoration: none;
    color: #e40571;
  background-color: #fff;
  border: 2px solid #e40571;
}

.arrow {
    background-color: #fff;
    padding: 1px 6px;
    color: #0aa4b4;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: -10px;
}

.perks-img {
    width: 100%;
    max-width: 1000px;
}


/**************************************************
　　　　　　************ Perks ************
***************************************************/

.addition {
    padding: 0px 10px 5px;
    text-align: center;
    height: 100%;
    width: 1000px;
    margin: 60px auto 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.perks1 {
    float: left;
    border: solid 6px #1b5a7d;
    padding: 10px 10px 20px 10px;
    display: block;
    width: 424px;
    overflow: auto;
}

.perks_main {
    padding: 0 20px;
}

.perks_title {
    width: 268px;
    color: #1b5a7d;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    padding: 12px 0 0 !important;
    text-align: left;
    float: left;
}

.perks_num_text{
    float: left;
    font-size: 30px;
    font-weight: bold;
    background-color: #00B0B9;
    color: #ffffff;
    padding: 65px 20px 0 20px;
    margin: 10px 16px 0 10px;
    height: 99px;
}

.perks_title_span {
    font-weight: 200 !important;
    color: #1b5a7d !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
}

.mar_bottoms {
    margin-bottom: 120px;
}

.perks_num {
    width: 110px;
    margin-left: -31px;
    margin-top: -23px;
    margin-bottom: 70px;
}

.perks_img {
    width: 100%;
    /*max-width: 440px;*/
}

.plus {
    float: left;
    position: relative;
    z-index: 6;
    text-align: center;
    margin-top: 88px;
}

.plus p {
    font-size: 22px;
    font-weight: bold;
    color: #1b5a7d;
    margin: 10px;
}

.perks2 {
    float: left;
    border: solid 6px #1b5a7d;
    padding: 10px 10px 20px 10px;
    display: block;
    width: 424px;
    overflow: auto;
}

.perks_figuer {
    font-size: 54px !important;
    color: #1b5a7d !important;
    font-weight: 600 !important;
}

.perks_bounus {
  border: solid 6px #00B0B9;
  display: block;
  width: 980px;
  margin: 36px auto 0;
  padding: 6px 0;
  font-size: 24px;
  line-height: 1.2; 
  overflow: auto;
  color: #175c82;
}

.perks_bounus_text {
  display: block;
  margin: auto;
  width: 800px;
}

.perks_bounus_text p {
  display: block;
  float: left;
}


.perks-images {
    width: 1000px;
    margin: 30px auto;
    padding: 22px 0;
    text-align: center;
}

.jgw_text {
  display: block;
  margin: auto;
  width: 870px;
}
.jgw_text p {
  display: block;
  float: left;
  width: 50%;

}
.jgw_text img {
   width: 100%;
   max-width: 400px;
   float: left;
}



.mar-left {margin-left: 60px;}

#ctaBtn {
    bottom: 78px;
    padding-bottom: 0;
    position: fixed;
    width: 120px;
    z-index: 200;
    right: 0px;
}

#ctaBtn .btn {
    width: 100%;
    height: 60px;
    background-color: #e40571;
    border: none;
    font-size: 2.2rem;
    color: #FFF;
    cursor: pointer;
    padding: 5px 0 2px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#ctaBtn .btn a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-top: 5px;
}
.partner-logo {width: 168px !important;height: auto;margin-left: 44px;}


@media only screen and (max-width: 767px) {
.addition {
    padding: 0px 10px 5px;
    text-align: center;
    height: 100%;
    width: 94%;
    margin: 40px auto 0;
}
.container {
    padding-right: 30px;
    padding-left: 0;
}
.perks1 {
    float: none;
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px;
}
.perks2 {
    float: none;
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px;
}
.plus {
    float: none;
    position: relative;
    z-index: 6;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.perks_num {
    width: 90px;
    margin-bottom: 0px;
}
.perks_num_text {
    float: left;
    font-size: 22px;
    font-weight: bold;
    background-color: #00B0B9;
    color: #ffffff;
    padding: 58px 14px 0 14px;
    margin: 10px 10px 0 0px;
    height: 80px;
}
.perks_title {
    width: 100%;
    max-width: 222px;
}
.perks_figuer {
    font-size: 48px !important;
}
.perks_img {
    margin-top: 10px;
}
.perks_title {
    font-size: 24px;
}
.perks_title_span {
    font-size: 22px !important;
}
.perks_bounus {
    width: 86%;
    border: solid 8px #00B0B9;
    text-align: center;
    padding: 0 10px;
    margin: 20px auto 0;
}
.perks_bounus_text {
  width: 100%;
}
.mar-left {
    margin-left: 0;
}
.perks_bounus_text p {
    float: none;
}
.perks-images {
    width: 98%;
    margin: 16px auto 6px;
    padding: 0;
}

.perks-images img{
    width: 94%;
    margin: 10px;
}

.jgw_text {
  display: block;
  margin: auto;
  width: 96%;
}
.jgw_text p {
  display: block;
  float: left;
  width: 96%;
  padding: 10px;

}
.jgw_text img {
   width: 100%;
   max-width: 400px;
   float: left;
}
.partner-logo {
  width: 38px !important;
  height: auto;
  margin-left: 4px;}
}
