<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "ShinmarugoL";
  src: url('/font/A-OTF-ShinMGoPro-Light.otf') format('opentype');
}

@font-face {
  font-family: "ShinmarugoR";
  src: url('/font/A-OTF-ShinMGoPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: "ShinmarugoM";
  src: url('/font/A-OTF-ShinMGoPro-Medium.otf') format('opentype');
}

@font-face {
  font-family: "HirakakuW5";
  src: url('/font/DShirkg5.ttc') format('opentype');
}


/*------------------------------------------
               main
---------------------------------------------*/

.mainImage {
  text-align: center;
}

.mainImage h1 img,
.mainImage .h1bak img {
  width: 100%;
  text-align: center;
}

.mainImage h2 {
  color: #00468c;
  font-size: 30px;
  font-family: "ShinmarugoM" !important;
  line-height: 150%;
  background: #eeeeee;
  padding: 20px;
  text-align: center;
}

.lpTitle {
  margin: 20px auto;
  width: 96%;
  text-align: center;
  background: url(/img/honeymoon_title_bgtl.png) left top no-repeat, url(/img/honeymoon_title_bgtr.png) right top no-repeat, url(/img/honeymoon_title_bgrb.png) right bottom no-repeat, url(/img/honeymoon_title_bgbl.png) left bottom no-repeat;
}

.lpTitle1,
.lpTitle2,
.lpTitle3,
.lpTitle4,
.lpTitle5 {
  display: block;
  line-height: 120%;
}

.lpTitle1 {
  color: #333333;
  font-size: 16px;
//  font-family: "HirakakuW7" !important;
  font-weight: bold;
}

.lpTitle2 {
  color: #f1a0a0;
  font-size: 24px;
  font-weight: bold;
//  font-family: "HirakakuW7" !important;
  padding: 10px 0;
  border-bottom: #444444 1px solid;
}

.lpTitle3 {
  color: #f1a0a0;
  font-size: 18px;
  font-weight: bold;
//  font-family: "CenturyGothicBold" !important;
  padding: 10px 0 20px;;
}

.lpTitle4 {
  color: #333333;
  font-size: 16px;
//  font-family: "HirakakuW7" !important;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: #444444 1px solid;
}

.lpTitle5 {
  color: #333333;
  font-size: 10px;
//  font-family: "CenturyGothicBold" !important;
  padding: 10px 0 20px;;
}

.countryLp .lpTitle {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-family: "ShinmarugoR" !important;
  text-align: center;
  background: #666666;
  margin: 0;
  padding: 5px 0;
}

.countryLp .lpInsertImg img {
  width: 100%;
}

.countryLp .lpService {
  padding: 10px 0;
  text-align: center;
}

.countryLp .lpService .step1,
.countryLp .lpService .step2,
.countryLp .lpService .step3 {
  margin: 0 auto;
  padding: 10px 0 0;
}

.countryLp .lpService .stepImg,
.countryLp .lpService .stepFlow {
  display: inline-block;
  vertical-align: middle;
}

.countryLp .lpService .stepImg {
  width: 20%;
}

.countryLp .lpService .stepImg img {
  width: 100%;
}

.countryLp .lpService .stepFlow {
  width: 70%;
  position: relative;
}

.countryLp .lpService .stepFlow .stepHeader {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  background: #00468c;
}

.countryLp .lpService .stepFlow .stepBody {
  color: #00468c;
  font-size: 24px;
  font-family: "HirakakuW5" !important;
  line-height: 125%;
  padding: 5px 0;
  text-align: left;
}

.countryLp .lpService .stepFlow .stepArrow {
  padding: 10px 0 0;
  text-align: center;
}

.countryLp .lpPlan {
  padding: 10px 0;
  text-align: center;
}



/*------------------------------------------
               accordion
---------------------------------------------*/
.countryLp .accordion a:active {
  border: none;
}

.displayNone {
  display: none;
}

.close {
  text-align: center;
}

.switch {
  cursor: pointer;
}



.countryLp .plan .lpPlan:hover {
  background: #ececfb;
}

.countryLp .plan .planBody {
  font-size: 18px;
  font-family: "HirakakuW5" !important;
  line-height: 200%;
  margin: 5px 4% 0;
}

.countryLp .lpPlan .lpPlanPhoto,
.countryLp .lpPlan .lpPlanDetail {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.countryLp .lpPlan .lpPlanPhoto {
  width: 30%;
  position: relative;
}

.countryLp .lpPlan:hover .lpPlanPhoto {
  opacity: 0.8;
}

.countryLp .lpPlan .lpPlanPhoto .lpPlanTitleArea {
  color: #ffffff;
  font-family: "ShinmarugoR" !important;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}

.countryLp .lpPlan .lpPlanPhoto .lpPlanTitle {
  font-size: 18px;
  line-height: 125%;
}

.countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
  font-size: 24px;
  line-height: 125%;
}

.countryLp .lpPlan .lpPlanPhoto .lpPlanImg img {
  width: 100%;
  z-index: 5;
}

.countryLp .lpPlan .lpPlanDetail {
  width: 60%;
  margin: 0 0 0 1%;
}

.countryLp .lpPlan .lpPlanDetail .lpPlanFee {
  color: #000000;
  font-size: 18px;
  font-family: "ShinmarugoR";
  background: #ffffbf;
  text-align: center;
}

.countryLp .lpPlan .lpPlanDetail .lpPlanFee .fee {
  color: #d80000;
  font-size: 30px;
  font-family: "ShinmarugoR" !important;
  line-height: 200%;
}

.countryLp .lpPlan .lpPlanDetail .lpPlanFee .feeadult {
  white-space: nowrap;
}

.countryLp .lpPlan .lpPlanDetail .lpPlanText {
  color: #000000;
  font-size: 18px;
  font-family: "HiraginoW5";
  line-height: 125%;
  padding: 5px 0;
}

.countryLp .lpPlan .lpPlanLink {
  color: #ffffff;
  font-size: 18px;
  font-family: "ShinmarugoR" !important;
  line-height: 200%;
  display: block;
  background: #00468c;
  margin: 5px 4% 0;
}

.countryLp .lpPlan .open .lpPlanLink {
  display: none;
}

.countryLp .lpPlan .lpPlanContent dl {
  font-size: 16px;
  border: #999999 4px solid;
  margin: 10px 4% 0;
}

.countryLp .lpPlan .lpPlanContent dl dt {
  line-height: 200%;
  background: #dddddd;
  padding: 0 0 0 10px;
  text-align: left;
}

.countryLp .lpPlan .lpPlanContent dl dd {
  padding: 10px;
  text-align: left;
}

.countryLp .lpPlan .lpPlanContent .close a {
  color: #ffffff;
  font-size: 18px;
  font-family: "ShinmarugoR" !important;
  line-height: 200%;
  display: block;
  background: #00468c;
  margin: 0 4%;
}

@media screen and (max-width: 1120px){
  .mainImage h2 {
    font-size: 24px;
    padding: 10px !important;
  }
  .countryLp .plan .planBody {
    font-size: 16px;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitle {
    font-size: 14px;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
    font-size: 20px;
  }
}

@media screen and (max-width: 945px){
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
    font-size: 18px;
  }
  .countryLp .lpPlan .lpPlanDetail .lpPlanText {
    display: none;
  }
}

@media screen and (max-width: 900px){
  .mainImage h2,
  .countryLp .lpService .stepFlow .stepBody {
    font-size: 20px;
  }
  .countryLp .lpTitle,
  .countryLp .lpService .stepFlow .stepHeader,
  .countryLp .lpPlan .lpPlanLink {
    font-size: 16px;
  }
  .countryLp .lpService .stepFlow .stepArrow img {
    height: 25px;
  }
  .countryLp .lpPlan .lpPlanContent .close a {
    font-size: 16px;
  }
}

@media screen and (max-width: 855px){
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitle {
    font-size: 12px;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px){
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitle {
    font-size: 10px;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
    font-size: 14px;
  }
}

@media screen and (max-width: 670px){
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
    font-size: 12px;
  }
}

@media screen and (max-width: 625px){
  .countryLp .plan .planBody {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitle {
    font-size: 24px;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
    font-size: 30px;
  }
  .countryLp .lpPlan .lpPlanPhoto,
  .countryLp .lpPlan .lpPlanDetail {
    display: block;
    margin: 0;
  }
  .countryLp .lpPlan .lpPlanPhoto,
  .countryLp .lpPlan .lpPlanPhoto .lpPlanImg img,
  .countryLp .lpPlan .lpPlanDetail {
    width: 100%;
  }
  .countryLp .lpPlan .lpPlanLink {
    margin: 5px 0 0;
  }
  .countryLp .lpPlan .lpPlanContent dl {
    width: 100%-8px;
    margin: 10px 0 0;
  }
  .countryLp .lpPlan .lpPlanContent .close a {
    margin: 0;
  }
}

@media screen and (max-width: 600px){
  .mainImage h2,
  .countryLp .lpService .stepFlow .stepBody {
    font-size: 16px;
  }
  .countryLp .lpTitle,
  .countryLp .lpService .stepFlow .stepHeader,
  .countryLp .lpPlan .lpPlanLink {
    font-size: 14px;
  }
  .countryLp .lpService .stepFlow .stepArrow img {
    height: 20px;
  }
  .countryLp .lpPlan .lpPlanContent .close a {
    font-size: 14px;
  }
}

@media screen and (max-width: 453px){
  .mainImage h2,
  .countryLp .lpService .stepFlow .stepBody {
    font-size: 12px;
  }
  .countryLp .lpTitle,
  .countryLp .lpService .stepFlow .stepHeader,
  .countryLp .lpPlan .lpPlanLink {
    font-size: 12px;
  }
  .countryLp .lpService .stepFlow .stepArrow img {
    height: 15px;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitle {
    font-size: 16px;
  }
  .countryLp .lpPlan .lpPlanPhoto .lpPlanTitleSub {
    font-size: 22px;
  }
  .countryLp .lpPlan .lpPlanContent .close a {
    font-size: 12px;
  }
}



/* ======================================== campaign */
/* キャンペーン */
.campaign {
  width: 96%;
  font-size: 0;
  background: #f1f3fa;
  border: #3a5795 5px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 20px 0 -20px;
  padding: 10px;
  text-align: center;
}

.campaign .campaignHead {
  border-bottom: #3a5795 1px solid;
  margin: 0 0 5px;
  padding: 0 0 5px;
}

.campaign .campaignTitle {
  width: 25%;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.campaign .campaignTitle .fb {
  color: #3a5795;
  font-size: 27px;
  font-weight: bold;
  line-height: 120%;
  padding: 0 10px;
  display: block;
}

.campaign .campaignBody {
  width: 75%;
  color: #333333;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.campaign .campaignBody .caution {
  color: #888888;
  font-size: 11px;
  text-align: right;
}

.campaign .campaignDiscount {
  width: 30%;
  color: #f1a0a0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.campaign .campaignDiscount .fee {
  color: #de3f3f;
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
}

.campaign .campaignDiscount .case {
  color: #333333;
  font-size: 12px;
}

.campaign .campaignCodeWrap {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.campaign .campaignCodeWrap .campaignCode {
  width: 200px;
  color: #f1a0a0;
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
}

.campaign .campaignCodeWrap .campaignCode .code {
  width: 100%;
  color: #3a5795;
  font-size: 24px;
  font-weight: bold;
  background: #ffffff;
  border: #333333 1px solid;
  display: block;
  padding: 3px 5px;
}

.campaign .campaignCommentWrap {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.campaign .campaignCommentWrap .campaignComment {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.campaign .campaignCommentWrap .campaignComment dt {
  width: 60px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

.campaign .campaignCommentWrap .campaignComment dd {
  width: 80%;
  color: #333333;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}



@media screen and (max-width: 900px){
  .campaign {
    border: #3a5795 3px solid;
  }

  .campaign .campaignDiscount,
  .campaign .campaignCodeWrap {
    width: 50%;
  }
  .campaign .campaignCommentWrap {
    width: 100%;
    margin: 5px 0 0;
  }

  .campaign .campaignCommentWrap .campaignComment dd {
    width: 88%;
  }
}

@media screen and (max-width: 600px){
  .campaign {
    width: 95%;
  }

  .campaign .campaignTitle,
  .campaign .campaignBody,
  .campaign .campaignDiscount,
  .campaign .campaignCodeWrap {
    width: 100%;
  }

  .campaign .campaignCommentWrap .campaignComment dd {
    width: 80%;
  }
}

@media screen and (max-width: 480px){
  .campaign {
    width: 92%;
    border: #3a5795 3px solid;
  }

  .campaign .campaignTitle .fb {
    font-size: 21px;
  }

  .campaign .campaignDiscount .case {
    display: block;
  }

  .campaign .campaignCommentWrap .campaignComment dd {
    width: 70%;
  }
}





/* ======================================== quotations */
/* 見積ボタン */
.quotations {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}

.countryLp .quotations {
  padding: 10px 0;
}

.quotations .quotationsBotton {
  padding: 15px;
  display: inline-block;
}

.quotations .quotationsBotton .imgBotton {
  display: block;
}

.quotations .quotationsBotton .txtBotton,
.quotations .quotationsBotton .imgBottonMini {
  display: none;
}

@media screen and (max-width: 780px){
  .countryLp .quotations .quotationsBotton .imgBotton {
    display: none;
  }

  .countryLp .quotations .quotationsBotton .imgBottonMini {
    display: block;
  }
}

@media screen and (max-width: 600px){
  .quotations .quotationsBotton {
    padding: 5px 0;
    display: block;
  }

  .quotations .quotationsBotton .imgBotton {
    display: none;
  }

  .quotations .quotationsBotton .txtBotton,
  .quotations .quotationsBotton .imgBottonMini {
    display: block;
  }

  .quotations .txtBotton {
    color: #ffffff;
//    font-family: "HirakakuW7","MS PGothic","Osaka",Arial,sans-serif !important;
    font-weight: bold;
    line-height: 140%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1a0a0), color-stop(0.3, #f7c6c5), to(#f1a0a0));
    border: #f7c6c5 5px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
  }

  .quotations .txtBotton .freeTxt {
    width: 90%;
    color: #ffff4d;
    border-top: #ffffff 1px solid;
    display: block;
  }

  .quotations .abroad .a,
  .quotations .japan .a {
    width: 100%;
    display: block;
  }

  .quotations .abroad .txtBotton {
    font-size: 26px;
  }

  .quotations .japan .txtBotton {
    font-size: 20px;
  }

  .countryLp .quotations .quotationsBotton {
    display: inline-block;
  }
}




/* ======================================== system */
/* システム */
.system {
  background: url(/img/honeymoon_system_bgtl.png) 40px 24px no-repeat, url(/img/honeymoon_system_bgrb.png) right bottom no-repeat;
  border: #eeeeee 2px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
}

.system .systemSub,
.system .systemFlow {
  margin: 20px 10px;
  display: inline-block;
  vertical-align: bottom;
}

.system .systemSub {
  width: 305px;
  text-align: left;
}

.system .systemSub .systemSubTitle {
  color: #f1a0a0;
  font-size: 16px;
  font-weight: bold;
//  font-family: "HirakakuW7" !important;
  padding: 10px 0;
}

.system .systemSub .systemSubBody {
  color: #444444;
  font-size: 13px;
//  font-family: "HirakakuW7" !important;
  text-shadow:
    0px -1px #ffffff,
    1px 0px #ffffff,
    0px 1px #ffffff,
    -1px 1px #ffffff;
}

.system .systemFlow {
  width: 397px;
  text-align: left;
  margin: 15px;
}

.countryLp .system {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
}


@media screen and (max-width: 920px){
  .system .systemSub,
  .system .systemFlow {
    width: 96% !important;
    margin: 10px;
  }

  .system .systemFlow img {
    width: 96%;
    max-width: 397px;
  }
}

@media screen and (max-width: 525px){
  .systemFlow {
    padding: 100px 0 0;
  }
}



/* ======================================== voice_company */
.voice_company {
  font-size: 0;
}



/* ======================================== voice */
/* お客さまからのお便り */
.voice {
  width: 636px;
  font-size: 14px;
  background: url(/img/honeymoon_voice_bgrb.png) right bottom no-repeat;
  border: #eeeeee 2px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  vertical-align: top;
  margin: 0 28px 20px 0;
  display: inline-block;
}

.voice .voiceBody,
.voice .voiceList {
  width: 96%;
  margin: 20px auto;
}

.voice .voiceList .voiceListBody {
  min-height: 100px;
  position: relative;
  margin: 0 0 20px;
  padding: 20px 0 0;
}

.voice .voiceList .voiceListBody .voiceListPhoto {
  width: 150px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  left: 10px;
}

.voice .voiceList .voiceListBody .voiceListPhoto .thumbImage {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000%;
  height: 2000px;
  line-height: 2000px;
  margin: -1000px 0 0 -500%;
  text-align: center;
}

.voice .voiceList .voiceListBody .voiceListPhoto .thumbImage img {
  min-height: 100px;
  min-width: 10%;
  vertical-align: middle;
}

.voice .voiceList .voiceListBody .voiceListDetail {
  background: rgba(247, 198, 197, 0.2);
  border: rgba(253, 244, 243, 0.2) 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 10px 10px 190px;
}

.voice .voiceList .voiceListBody:hover .voiceListDetail {
  background: rgba(247, 198, 197, 0.4);
  border: rgba(253, 244, 243, 0.4) 1px solid;
}

.voice .voiceList .voiceListBody .voiceListDetail .voiceListTitle {
  color: #00008c;
  font-size: 13px;
  font-weight: bold;
//  font-family: "HirakakuW7" !important;
  line-height: 120%;
  border-bottom: #f6a0a0 1px solid;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.voice .voiceList .voiceListBody .voiceListDetail .voiceListDate,
.voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge {
  color: #000000;
  font-size: 10px;
//  font-family: "HirakakuW7" !important;
  line-height: 150%;
  padding: 0 10px 0 0;
}

.voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge {
  display: inline-block;
}

.voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge span {
  color: #00008c !important;
  font-weight: bold;
}

.voice .voiceList .voiceListBody .voiceListDetail .voiceListContinue {
  color: #00008c;
  font-size: 12px;
//  font-family: "HirakakuW7" !important;
  line-height: 150%;
  display: inline-block;
  margin: 0 0 0 20px;
}

.voice .voiceList .voiceListBody .toolTip{
  margin: 10px;
  padding: 10px;
  width: 95%;
  background: rgba(247, 198, 197, 0.9);
  color: #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 30px;
  position: absolute;
  z-index: 100;
}

.invisible{
  display: none;
}

.voice .voiceList .voiceListBody .toolTip .voiceListText{
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 30px;
}

.rightbox {
  float: right;
  padding: 0 0 10px 10px;
}

.leftbox {
  float: left;
  padding: 0 10px 10px 0;
}



.countryLp .voice {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
}

.countryLp .voice .voiceBody,
.countryLp .voice .voiceList {
  width: 90%;
  margin: 20px auto;
}

.countryLp .voice .voiceBody {
  font-size: 18px;
  font-family: "HirakakuW5" !important;
  line-height: 200%;
  margin: 5px 4% 0;
}

.countryLp .voice .voiceList .voiceListBody {
  border-bottom: #00468c 2px solid;
  padding: 0;
}

.countryLp .voice .voiceList .voiceListBody:hover {
  background: #ececfb;
}

.countryLp .voice .voiceList .voiceListBody a {
  color: #000000;
}

.countryLp .voice .voiceList .voiceListBody .voiceListPhoto {
  left: 0;
}

.countryLp .voice .voiceList .voiceListBody .voiceListDetail {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 10px 10px 10px 170px;
}

.countryLp .voice .voiceList .voiceListBody:hover .voiceListDetail {
  background: none;
  border: none;
}

.countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListTitle,
.countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge {
  color: #000000 !important;
}

.countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListTitle {
  font-size: 24px;
  font-family: "ShinmarugoR" !important;
  line-height: 200%;
  border-bottom: none;
}

.countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListDate,
.countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge {
  font-size: 16px;
  font-family: "HirakakuW5" !important;
  display: inline-block;
}

.countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge {
  font-weight: bold;
}

.countryLp .voice .voiceList .voiceListBody .voiceListContinue {
  color: #ffffff;
  font-size: 18px;
  font-family: "ShinmarugoR" !important;
  display: block;
  line-height: 200%;
  background: #00468c;
  margin: 5px 0 0;
  text-align: center;
}

.countryLp .voice .voiceList .voiceListBody .open .voiceListContinue {
  display: none;
}

.countryLp .voice .voiceList .voiceListBody .voiceListText {
  padding: 20px 0 0;
  min-height: 30px;
}

.countryLp .voice .voiceList .voiceListBody .voiceListText img {
  max-width: 100%;
}

.countryLp .voice .voiceList .voiceListBody .voiceListText .close a {
  color: #ffffff;
  font-size: 18px;
  font-family: "ShinmarugoR" !important;
  line-height: 200%;
  display: block;
  background: #00468c;
  margin: 5px 0 0;
}

@media screen and (max-width: 1120px){
  .countryLp .voice .voiceBody {
    font-size: 16px;
  }
  .countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListTitle {
    font-size: 20px;
  }
  .countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListDate,
  .countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px){
  .countryLp .voice .voiceList .voiceListBody .voiceListContinue,
  .countryLp .voice .voiceList .voiceListBody .voiceListText .close a {
    font-size: 16px;
  }
  .countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListTitle {
    font-size: 16px;
  }
  .countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListDate,
  .countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListConcierge {
    font-size: 12px;
  }
}

@media screen and (max-width: 770px){
  .voice {
    background: none;
  }
}

@media screen and (max-width: 625px){
  .countryLp .voice .voiceBody {
    font-size: 14px;
    width: 100%;
    margin: 5px 0 0;
  }
  .countryLp .voice .voiceList {
    width: 100%;
  }

  .voice .voiceList .voiceListBody .voiceListDetail,
  .countryLp .voice .voiceList .voiceListBody .voiceListDetail {
    padding: 10px 10px 10px 95px;
  }
  .voice .voiceList .voiceListBody .voiceListPhoto,
  .countryLp .voice .voiceList .voiceListBody .voiceListPhoto {
    width: 75px;
    height: 50px;
    top: 10px;
  }

  .voice .voiceList .voiceListBody .voiceListPhoto .thumbImage img {
    min-height: 50px;
  }
}

@media screen and (max-width: 600px){
  .voice .voiceList .voiceListBody {
    padding: 0;
  }

  .countryLp .voice .voiceList .voiceListBody .voiceListDetail .voiceListTitle {
    font-size: 14px;
  }

  .countryLp .voice .voiceList .voiceListBody .voiceListContinue,
  .countryLp .voice .voiceList .voiceListBody .voiceListText .close a {
    font-size: 14px;
  }
}

@media screen and (max-width: 453px){
  .countryLp .voice .voiceList .voiceListBody .voiceListContinue,
  .countryLp .voice .voiceList .voiceListBody .voiceListText .close a {
    font-size: 12px;
  }
}



/* ======================================== company */
/* Web TRAVELとは */
.company {
  width: 250px;
  font-size: 12px;
  background: rgba(63, 122, 185, 0.15);
  vertical-align: top;
  margin: 0 0 20px 28px;
  display: inline-block;
  text-align: center;
}

.companyTitle {
  color: #333333;
  margin: 5px 10px 0;
}

.companyBody {
  background: #ffffff;
  margin: 10px;
  padding: 5px 10px;
}

.companyBody .companyLogo,
.companyBody .companyDetail,
.companyBody .companyJATA,
.companyBody .companyJATADetail,
.companyBody .companyAddress {
  padding: 5px 0;
}

.companyBody .companyDetail,
.companyBody .companyJATADetail,
.companyBody .companyAddress {
  line-height: 120%;
  text-align: left;
}

.companyBody .companyDetail li,
.companyBody .companyDetail li span,
.companyBody .companyAddress li {
  color: #111111;
  font-size: 12px;
  display: inline-block;
}

.companyBody .companyJATADetail {
  color: #333333;
  font-size: 10px;
}

.companyBody .companyAddress {
  clear: both;
  margin: 5px 0 0 0;
  border-top: #888888 3px double;
}

.countryLp .company {
  width: 100%;
}

.countryLp .companyBody .companyLogo {
  float: left;
  margin: 0 10px 10px 0;
}

.countryLp .companyBody .companyDetail li,
.countryLp .companyBody .companyDetail li span {
  display: inline;
}

.countryLp .companyBody .companyJATA {
  text-align: left;
}



/* ======================================== voice &amp; company */
@media screen and (max-width: 1120px){
  .voice,
  .company {
    width: 100%;
    margin: 0;
  }

  .companyBody .companyLogo {
    float: left;
    margin: 0 10px 10px 0;
  }

  .companyBody .companyDetail li,
  .companyBody .companyDetail li span {
    display: inline;
  }

  .companyBody .companyJATA {
    text-align: left;
  }
}

@media screen and (max-width: 460px){
  .companyBody .companyLogo {
    float: none;
    margin: 0;
  }

  .companyBody .companyDetail li,
  .companyBody .companyDetail li span {
    display: inline-block;
  }

  .companyBody .companyJATA {
    text-align: center;
  }
}

</pre></body></html>