body > div {
  font-size: 12px;
}

/* ===== Top Image ===== */
#id_topimagebox {
  position: relative;
}
#id_toplogo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12%;
  min-width: 80px;
  height: auto;
  z-index: 999;
}

/* ===== Link ===== */
#id_linkbox {
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  margin-top: 5px;
  padding: 2px;
  background-color: #3c0000;
  line-height: 1px;
  font-size: 18px;
}
#id_linkbox .middlefont {
  font-size: 15px;
}
#id_linkbox .smallfont {
  font-size: 12px;
}
#id_linkbox .linkitem {
  box-sizing: border-box;
  padding: 2px;
  float: left;
  background-color: #3c0000;
  position: relative;
  transition: 0.5s;
}
#id_linkbox .linkitem {
  width: 50%;
} /* SmartPhone */
@media all and (min-width: 480px) {
  #id_linkbox .linkitem {
    width: 50%;
  }
} /* Tablet */
@media all and (min-width: 768px) {
  #id_linkbox .linkitem {
    width: 25%;
  }
  .r-and-c { float: unset; width: 100%; text-align: center; }
} /* PC */
.r-and-c { float: left; width: 300px;}

#id_linkbox .linkitem:hover {
  opacity: 0.75;
}

#id_linkbox .linkimage {
  width: 100%;
}
#id_linkbox .linkitem > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#id_linkbox .linkitem hr {
  margin-left: 5%;
  width: 90%;
}
#id_linkbox .linkimage2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
#id_linkbox .linktext,
#id_linkbox .linktext2,
#id_linkbox .linktext4,
#id_linkbox .linktext5 {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: white;
  opacity: 0.9;
  width: 120px;
  line-height: 1.5em;
  margin-top: -2.25em; /* 3lines */
  text-align: center;
}
.en #id_linkbox .linktext {
  margin-top: -0.75em; /* 1line */
}
#id_linkbox .linktext2 {
  margin-top: -1.5em; /* 2line */
}
#id_linkbox .linktext4 {
  margin-top: -3em; /* 4lines */
}
#id_linkbox .linktext5 {
  margin-top: -3.75em; /* 5lines */
}
#id_linkbox .linktext_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  background-color: black;
  opacity: 0.5;
}
#id_linkbox .linktext_bg_dispbottom,
#id_linkbox .linktext_dispbottom,
#id_linkbox .linktext4_bg_dispbottom,
#id_linkbox .linktext4_dispbottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10%;
  left: 0;
  margin: auto;
  width: 160px;
  line-height: 1.5em;
  padding-top: 0.75em; /* 3lines */
  padding-bottom: 0.75em;
}
#id_linkbox .linktext_bg_dispbottom,
#id_linkbox .linktext_dispbottom {
  height: 60px;
}
#id_linkbox .linktext4_bg_dispbottom,
#id_linkbox .linktext4_dispbottom {
  height: 78px;
}
#id_linkbox .linktext_bg_dispbottom,
#id_linkbox .linktext4_bg_dispbottom {
  background-color: black;
  opacity: 0.5;
}
#id_linkbox .linktext_dispbottom,
#id_linkbox .linktext4_dispbottom {
  color: white;
  opacity: 0.9;
}
.en #id_linkbox .linktext_dispbottom {
  line-height: 12px;
  height: 12px; /* font-size=12px */
  padding: 33px 0; /* => (6.5em - 1.0em) / 2 = 2.75em = 33px */
}

/* ===== Entrance of Instagram ===== */
#id_ent_instagram {
  margin-top: 30px;
  width: 100%;
}
.instagram_mainimage {
  opacity: 1;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.instagram_mainimage:hover {
  opacity: 0.75;
}
.instagram_mainimage {
  width: 100%;
} /* SmartPhone, Tablet */
@media all and (min-width: 768px) {
  .instagram_mainimage {
    width: 50%;
  }
} /* PC */

/* ===== Introduction of Activity ===== */
#id_introduction_activity {
  margin-top: 50px;
  width: 100%;
}

#id_introduction_activity_title {
  font-size: 30px;
  line-height: 30px;
}
#id_introduction_activity_comment {
  font-size: 17px;
  line-height: 23px;
  margin: 20px auto;
}
#id_activityitem_container {
  margin-top: 5px;
}
#id_introduction_activity .activityitem {
  position: relative;
  float: left;
  line-height: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#id_introduction_activity .activityitem {
  width: 100%;
} /* SmartPhone, Tablet */
@media all and (min-width: 768px) {
  #id_introduction_activity .activityitem {
    width: 50%;
  }
} /* PC */

#id_introduction_activity .activityitem a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#id_introduction_activity .activity_image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#id_introduction_activity .activity_dark.display_full,
#id_introduction_activity .activity_dark.display_normal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#id_introduction_activity .activity_dark.display_full {
  opacity: 1;
}
#id_introduction_activity .activity_dark.display_normal {
  opacity: 0;
}
#id_introduction_activity .activeitem_title {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  font-size: 18px;
  line-height: 1em;
  margin-top: -2.5em;
  width: 150px;
  height: 1em;
  padding-top: 15px;
  padding-bottom: 15px;

  color: white;
  border: solid 1px #ccc;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#id_introduction_activity .activeitem_title.with_border {
  color: black;
  background: white;
  border: solid 1px #fff;
}
#id_introduction_activity .activeitem_comment {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  line-height: 1.2em;
  height: 4.5em;
  margin-top: 2em;

  font-size: 10px;
  width: 88%;
  text-align: center;
  color: white;
}
/* --------------------------------------------------------------------------------------------- */
@media all and (min-width: 500px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 11px;
  }
}
@media all and (min-width: 540px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 12px;
  }
}
@media all and (min-width: 580px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 13px;
  }
}
@media all and (min-width: 620px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 14px;
  }
}
@media all and (min-width: 670px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 15px;
  }
}
@media all and (min-width: 710px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 16px;
  }
}
/* --------------------------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 11px;
  }
}
@media all and (min-width: 1100px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 12px;
  }
}
@media all and (min-width: 1180px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 13px;
  }
}
@media all and (min-width: 1260px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 14px;
  }
}
@media all and (min-width: 1320px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 15px;
  }
}
@media all and (min-width: 1400px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 16px;
  }
}
@media all and (min-width: 1480px) {
  #id_introduction_activity .activeitem_comment {
    font-size: 17px;
  }
}
/* --------------------------------------------------------------------------------------------- */

/* ===== Recommended Plan & Blog (FC2) ===== */
#id_recblog_box {
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
}
#id_recblog_box a:link {
  color: #000;
  text-decoration: underline;
}
#id_recblog_box a:visited {
  color: #000;
  text-decoration: underline;
}

#id_recommended_plan {
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 4%;
  padding-right: 4%;

  position: relative;
  text-align: left;
  float: left;
}
#id_recommended_plan {
  width: 100%;
}
@media all and (min-width: 960px) {
  #id_recommended_plan {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#id_recommended_plan > div.titlebox,
#id_blog > div.titlebox {
  width: 100%;
  position: relative;
}
#id_recommended_plan .titlebox img,
#id_blog .titlebox img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#id_recommended_plan .titlebox img {
  width: 40px;
  height: 40px;
}
#id_plan_title,
#id_blog_title {
  padding-top: 20px;
  background-image: url("../../images/common/line_01.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 18px;
  line-height: 1em;
  padding-right: 40px;
}
#id_plan_contents {
  position: relative;
}
#id_plan_contents .planitem {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
#id_plan_contents .planitem {
  width: 100%;
} /* SmartPhone, Tablet */
@media all and (min-width: 960px) {
  #id_plan_contents .planitem {
    width: 50%;
  }
} /* PC */

#id_plan_contents .planimage {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
#id_plan_contents .plantitle {
  font-size: 125%;
  padding-left: 100px;
  line-height: 1.3em;
  margin-right: 20px;
}
#id_plan_contents .plancomment {
  margin-top: 10px;
  margin-right: 20px;
  line-height: 1.25em;
  font-size: 12px;
  padding-left: 165px;
}
#id_plan_contents .plancomment > pre {
  font-family: "Source Serif Pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "HG明朝E", serif;
}
@media all and (min-width: 960px) {
  #id_area_plan3 {
    clear: both;
  }
}
.circlelogo40 {
  width: 40px;
  height: 40px;
  background-color: #3c0000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: table-cell;
}
.logo40text {
  font-size: 70%;
  color: white;
  padding-left: 6px;
  padding-top: 11px;
  width: 28px; /* 28px = 40px * 0.5*sqrt(2) */
  text-align: center;
}
.vcenter {
  vertical-align: middle;
}

/* --- Blog (FC2) --- */
#id_blog {
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 4%;
  padding-right: 4%;

  position: relative;
  text-align: left;
  float: right;
  margin: 0;
}
#id_blog {
  width: 100%;
} /* SmartPhone */
/* @media all and (min-width: 960px){#id_blog{width: 30%;}}  */ /* Tablet, PC */

/* ===== SNS ===== */
#id_sns_area {
  box-sizing: border-box;
  margin: auto;
}
#id_sns_area {
  width: 468px;
  display: none;
} /* SmartPhone */
@media all and (min-width: 480px) {
  #id_sns_area {
    width: 468px;
    display: block;
  }
} /* Tablet */
@media all and (min-width: 960px) {
  #id_sns_area {
    width: 960px;
    display: block;
  }
} /* PC */

#id_facebook,
#id_tripadvisor {
  width: 468px;
}
#id_facebook {
  float: right;
  margin-top: 40px;
}
#id_tripadvisor {
  float: left;
}

#id_tripadvisor2 {
  float: left;
  margin-top: 40px;
}

.tripWrap {
  width: 468px;
  margin-top: 20px;
  float: left;
}
/*
#id_tripadvisor{
	width: 468px;
	margin: 50px auto;
}
#id_facebook_top{
	width: 500px;
	height: 500px;
	margin: 30px auto 50px;
}

#id_facebook_top2{
	width: 468px;
	height: 710px;
	margin: 30px auto 50px;
}
*/
#id_facebook_top {
  display: none;
}
@media all and (min-width: 480px) {
  #id_facebook_top {
    display: block;
  }
} /* Tablet */

/* ===== Surprise ===== */
#id_surprise_plan {
  position: relative;
  width: 960px;
  margin: 50px auto;
}
#id_surprise_plan .filter {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 157px 100px 0;
  background: rgba(0, 0, 0, 0.33);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#id_surprise_plan:hover .filter {
  opacity: 0;
}
#id_surprise_plan .filter > h2 {
  color: #fff;
  font-size: 35px;
  line-height: 60px;
  border-bottom: 1px solid #fff;
}
#id_surprise_plan .filter > h2 > .auxiliary {
  font-size: 21px;
}
#id_surprise_plan .filter > h2 + p {
  margin-top: 25px;
  color: #fff;
  font-family: meiryo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
#id_surprise_plan .button {
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  color: #323232;
  font-family: meiryo, sans-serif;
  font-size: 18px;
  width: 350px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 36px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===== 20171116 ===== */
.tripadvisor_excellence {
  width: 468px;
  margin: 0 auto;
  align-items: center;
}

.TA_certificateOfExcellence {
  width: 152px;
  float: left;
}
#id_CDSWIDSSP {
  align-items: center;
}

.tripadvisor_title {
  font-size: 19px;
  margin: 30px 0px 10px;
}
.contact-btn {
  float: left;
  width: 300px;
}
@media screen and (max-width: 500px) {
  #id_plan_contents .plancomment p {
    word-break: break-word;
  }
  .contact-btn {
    text-align: center;
    width: 100%;
  }
  #id_tel_link {
    display: none;
  }
  p > img { max-width: 100%;}
  .r-and-c { float: unset; width: auto; text-align: center; margin: 60px 0 10px;}
}
